.login-form-right .dropdown-toggle .dropdown-menu:before {
    position: absolute;
    top: -12px;
    right: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .8)
}

.login-form-right .dropdown-toggle.show>.btn {
    color: #fff;
    background-color: #19A6E0;
    border-color: #19A6E0
}

.login-form-right .dropdown-toggle.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.login-form-right .dropdown-toggle:after {
    content: unset
}

@media (max-width:767px) {
    .header {
        min-height: auto;
        padding-bottom: 3rem
    }
}

.sign-in-box {
    width: 100%;
    height: 451px;
    background: url(../img/memberLoginBg.png) center top;
    padding: 82px 1.5rem 1.5rem;
    margin-top: 100px;
    max-width: calc(318px + 3rem);
    border-radius: 3px
}

.sign-in-box h4 {
    font-size: 1.125rem;
    text-align: center;
    margin: 1.625rem 0;
    line-height: 1
}

.sign-in-box .memberLoginLogo {
    position: absolute;
    top: -100px;
    left: calc(50% - 95.5px)
}

.sign-in-box.loggedin {
    background: url(../img/memberLoginBgLoggedIn.png) center top;
    height: 522px;
    padding: 56px 0 0
}

.sign-in-box.loggedin .memberLoginLogo {
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
    -ms-transform: scale(.65);
    -o-transform: scale(.65);
    transform: scale(.65)
}

.sign-in-box .form-control {
    text-align: center;
    color: #fff;
    height: 50px;
}

.sign-in-box .btn-secondary,
.sign-in-box a.logout {
    height: 50px;
    background: url(../img/loginBtnBg.png) center top no-repeat !important;
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 0;
    display: block;
    max-width: 318px;
    text-align: center;
    line-height: 50px;
    padding: 0
}

.sign-in-box .form-check-label {
    color: #fff;
    font-size: .875rem
}

.sign-in-box .register-now {
    font-size: 1.125rem;
    color: #fff;
    margin-top: 1rem;
    white-space: nowrap;
    text-align: center;
}

.sign-in-box .register-now a {
    color: #19A6E0;
    text-decoration: none;
    font-weight: 700
}

@media (max-width:420px) {
    .sign-in-box .register-now span {
        display: none
    }
}

.sign-in-box .form-group {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.sign-in-box .form-check .form-check-input {
    position: relative;
    left: -9999999999px
}

.sign-in-box .form-check .form-check-input:checked~.checkbox {
    background-position: top right
}

.sign-in-box .form-check .checkbox {
    width: 12px;
    height: 12px;
    background: url(../img/check.png) left top no-repeat;
    overflow: hidden;
    display: inline-block;
    margin-left: -1rem;
    margin-right: .5rem;
    position: relative;
    top: 2px
}

.sign-in-box .welcome-box {
    height: 200px
}

@media (max-width:767px) {
    .sign-in-box {
        max-width: 368px;
        height: auto;
        margin: 100px auto 0;
        padding-top: 1.5rem
    }
    .sign-in-box .memberLoginLogo {
        display: none
    }
    .sign-in-box h4 {
        margin-top: 0
    }
    .sign-in-box .register-now {
        margin-bottom: 0
    }
    .sign-in-box.is-mobile .form-group,
    .sign-in-box.is-mobile .welcome-box,
    .sign-in-box.is-mobile h4 {
        opacity: 0
    }
    .sign-in-box.loggedin {
        padding-top: 0;
        height: 466px
    }
}

.login-button {
    margin-top: 1rem;
    position: relative;
    z-index: 100;
    max-width: calc(318px + 3rem)
}

.login-button a {
    color: #19A6E0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    border-style: double;
    height: 60px;
    border-width: 7px;
    line-height: 2
}

.login-button a:hover {
    background: 0 0;
    color: #19A6E0;
}

.login-button a:active,
.login-button a:active:focus,
.login-button a:focus {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #19A6E0 !important
}

@media (min-width:768px) and (max-width:991px) {
    .character {
        right: -350px
    }
}

.arrow-down {
    width: 20px;
    height: 20px;
    border-left: 5px solid #fc791f;
    border-bottom: 5px solid #fc791f;
    position: absolute;
    z-index: 100;
    left: calc(50% - 10px);
    bottom: -50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    animation: arrow_animate .4s ease-in-out infinite
}

@media (max-width:767px) {
    .login-button {
        max-width: 320px;
        margin: 1rem auto 0
    }
    .character {
        background: url(../img/headerRender-xs.png) 190px top no-repeat
    }
    .arrow-down {
        bottom: -30px
    }
}

@keyframes arrow_animate {
    0%,
    100% {
        transform: translate(0, 0) rotate(-45deg) scale(1);
        opacity: 1
    }
    50% {
        opacity: .3;
        transform: translate(0, 10px) rotate(-45deg) scale(1)
    }
}

.toTop.show {
    opacity: 1
}

.toTop i {
    font-size: 49px;
    position: relative;
    z-index: 10
}

@media (max-width:767px) {
    .floatingnav-collapse {
        display: block
    }
}

.login-form-right .dropdown-toggle {
    position: relative
}

.login-form-right .dropdown-toggle .dropdown-menu {
    display: unset;
    right: 0;
    left: auto;
    width: 250px;
    background: rgba(0, 0, 0, .8);
    padding: .5rem;
    visibility: hidden;
    opacity: 0;
    top: calc(100% + 1rem);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: .8rem
}

.login-form-right .dropdown-toggle .dropdown-menu .form-control {
    padding: .5rem;
    font-size: .9rem;
    color: #fff;
}

.login-form-right .dropdown-toggle .dropdown-menu .form-group {
    margin-bottom: .5rem
}

.login-form-right .dropdown-toggle .dropdown-menu .btn {
    padding: .2rem;
    background: url(../includes/img/loginBtnBg.png) center top no-repeat !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    border: 0
}