a, a:visited {
    color: rgba(227, 82, 171, 0.9) !important;
}

.yukiho_help_nav {
    /*position: fixed;*/
    width: 100%;
    /*top: 0;*/
    /*left: 0;*/
    display: flex;
    z-index: 1024;
    background-color: rgba(255, 255, 255, 1);
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid rgba(200, 200, 200, 1);
}

.yukiho_help_nav img {
    height: 40px;
    width: 40px;
    margin: 5px;
}

.yukiho_help_nav span {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    color: rgba(227, 82, 171, 1);
    font-size: 16px;
    font-weight: 100;
}

#error_banner {
    margin: 15px;
    padding: 0 15px;
    line-height: 35px;
    background-color: rgba(255, 157, 217, 0.2);
    border: 1px solid rgba(255, 157, 217, 1);
    border-radius: 5px;
    color: rgba(227, 82, 171, 1);
}

#error_banner i {
    margin-right: 5px;
}

.panel.yukiho_help {
    margin: 0 !important;
    width: 100% !important;
    background-color: rgba(245, 245, 245, 1);
    z-index: 0;
}

.panel.yukiho_help main {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    margin: auto;
    text-align: inherit;
    height: auto;
    z-index: 0;
}

.panel.yukiho_help .panel_head {
    margin: 0 15px;
}

.panel.yukiho_help .panel_body {
    padding: 0 15px;
}

.yukiho_help footer {
    position: relative;
    margin-top: 20px;
}

#beta-login-wrapper {
    display: flex;
    justify-content: center;
}

#beta-login {
    margin: 10px auto;
    font-family: Fira Sans,sans-serif;
    box-shadow: 0 8px 20px rgba(26,27,31,.32);
    display: inline-flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 11px 43px;
    text-decoration: none!important;
    text-transform: uppercase;
    color: #f5f7fa !important;
    background-color: #ff0057;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    letter-spacing: inherit;
    white-space: nowrap;
    transition: background .15s ease;
}