
.popupauth input,
.popupauth button,
.reg-btn,
.pw-forget{
    font-family: Helvetica !important;
}

.popupauth {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 0 20px -6px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px -6px rgba(0, 0, 0, .75);
    width: 440px;
    max-width: 440px;
    overflow-y: auto;
    top: 10%;
    left: calc(calc(100% - 440px) / 2);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: calc(1.3125rem + .75vw) calc(1.375rem + 1.5vw);
    color: #fff1c6;
    font-weight: 700;
    text-align: center
}

.popupauth.active {
    visibility: visible;
    opacity: 1;
    -webkit-animation: growIn .5s ease-in-out;
    animation: growIn .5s ease-in-out
}

@media (min-width: 1200px) {
    .popupauth {
        padding: 1.875rem 2.5rem
    }
}

@media only screen and (max-width: 480px) {
    .popupauth {
        max-width: 90%;
        left: 5%
    }
}

.popupauth-title {
    font-family: Raleway;
    color: #3e4a59;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 30px
}

.popupauth .close {
    padding: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 30px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .popupauth {
        -ms-transform: translateX(-50%);
        left: 50%
    }

    .popupauth.active {
        -webkit-animation: none;
        animation: none
    }

    .pay-list li a img {
        opacity: .4
    }

    .pay-list li a.active img,
    .pay-list li a:hover img {
        opacity: 1
    }
}

.popupauth-notify {
    color: #3e4a59;
    padding: 20px
}

.popupauth-notify h2 {
    color: #ff7400;
    font-size: 30px
}

.popupauth-notify .checked {
    font-size: 50px;
    color: #008ce5
}

.popupauth-notify [class*=col-] {
    line-height: 25px;
    text-align: left
}

.popupauth-notify [class*=col-]:first-child {
    text-align: right
}

.formauth-notify-error {
    color: red;
    text-transform: inherit;
    text-align: inherit;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic
}

.formauth .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.formauth .input-group i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 16px;
    color: #f90
}

.formauth .input-group i.toggle-pass {
    color: #b7babe;
    top: 12px;
    right: 10px;
    left: auto;
    cursor: pointer
}

.formauth .control-label {
    display: none
}

.formauth .inputtext {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666679;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px 0 40px;
    background: #f2f2f2;
    border: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.formauth .inputtext2 {
    width: 60%;
    height: 40px;
    line-height: 40px;
    color: #666679;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    padding: 0 20px 0 20px;
    margin-right: 10px;
    background: #f2f2f2;
    border: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

@media only screen and (max-width: 480px) {
    .formauth .inputtext2 {
        width: 48%
    }
}

.formauth .captcha-img {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 40px;
    margin-right: 10px;
    width: 70px
}

.formauth .captcha-img.w115 {
    width: 115px
}

@media only screen and (max-width: 380px) {
    .formauth .captcha-img {
        width: 80px !important
    }
}

.formauth i.fa-check {
    top: 2px;
    left: 2px
}

.formauth .link {
    display: block;
    color: #3e4a59;
    font-weight: 400;
    text-decoration: underline
}

.formauth .link:hover {
    color: #ff7400
}

.formauth .agree {
    margin: 0;
    color: #3e4a59;
    text-transform: inherit;
    text-align: inherit;
    font-weight: 400;
    font-size: 14px
}

.formauth .confirm-btn {
    width: 215px;
    max-width: 49%;
    height: 40px;
    line-height: 40px;
    background: #f90;
    background: -webkit-linear-gradient(legacy-direction(180deg), #f90, #ff9c00);
    background: -webkit-gradient(linear, left top, left bottom, from(#f90), to(#ff9c00));
    background: -webkit-linear-gradient(top, #f90, #ff9c00);
    background: -o-linear-gradient(top, #f90, #ff9c00);
    background: linear-gradient(180deg, #f90, #ff9c00);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto
}

.formauth .back-btn,
.formauth .reg-btn {
    width: 215px;
    max-width: 49%;
    height: 40px;
    line-height: 40px;
    background: #3e4a59;
    background: -webkit-linear-gradient(legacy-direction(180deg), #3e4a59, #3e4a59);
    background: -webkit-gradient(linear, left top, left bottom, from(#3e4a59), to(#3e4a59));
    background: -webkit-linear-gradient(top, #3e4a59, #3e4a59);
    background: -o-linear-gradient(top, #3e4a59, #3e4a59);
    background: linear-gradient(180deg, #3e4a59, #3e4a59);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto
}

.formauth .back-btn:hover,
.formauth .reg-btn:hover {
    color: #ff9c00
}

.formauth .reg-btn.small,
.formauth .small.back-btn {
    width: 35%
}

@media only screen and (max-width: 480px) {
    .formauth .reg-btn.small,
    .formauth .small.back-btn {
        width: 48%;
        font-size: 15px;
        font-size: 13px
    }
}

.formauth .bgcolor.back-btn,
.formauth .reg-btn.bgcolor {
    background: #f90
}

.formauth .bgcolor.back-btn:hover,
.formauth .reg-btn.bgcolor:hover {
    color: #fff
}

.formauth .back-btn {
    background: #57697f
}

.formauth .popup-tabs {
    font-family: Raleway;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.formauth .popup-tabs li {
    margin: 0 10px
}

.formauth .popup-tabs li a {
    color: #3e4a59;
    text-transform: inherit;
    text-align: inherit;
    font-weight: 400;
    font-size: 18px
}

.formauth .popup-tabs li a.active {
    border-bottom: solid 5px #f90
}

.formauth .social-btn {
    position: relative;
    border-top: solid 1px #d9d9d9;
    margin: calc(1.375rem + 1.5vw) 0 0;
    padding: 0 0 0;
    text-align: center
}

@media (min-width: 1200px) {
    .formauth .social-btn {
        margin: 2.5rem 0 0
    }
}

.formauth .social-btn .text {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    color: #4a4a5f
}

.formauth .social-btn a {
    display: inline-block;
    font-size: 60px;
    margin: 0 10px
}

.formauth .social-btn a.fb {
    color: #255dfb
}

.formauth .social-btn a.google {
    color: #f5263f
}

.formauth a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

.formauth a:hover {
    color: #0056b3;
    text-decoration: underline
}

.formauth a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

.formauth a:not([href]):not([tabindex]):focus,
.formauth a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

.formauth a:not([href]):not([tabindex]):focus {
    outline: 0
}

.bgoverauth {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}