input[type="password"]::-ms-clear{display: none;}
input[type="password"]::-ms-reveal{display: none;}
input[type="password"]::-o-reveal{display: none;}

.login-bg .logo img {
    height: auto;
    width: 21vw;
    min-width: 400px;
    /* margin-top: 38px; */
}

.login-bg {
    height: 100vh;
    width: 100%;
    background-image: url('../img/login/Login-Bg.jpg');
    background-size: cover;
}

.loading {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.5);
}


.loading .loader {
    border-width: 4px;
    border-style: solid;
    border-color: #dcdcdc #dcdcdc var(--primary-color) #dcdcdc;
    border-radius: 50%;
    display: block;
    width: 110px;
    height: 110px;
    -webkit-animation: rotateloader 1.5s linear infinite;
    animation: rotateloader 1.5s linear infinite;
    top: calc(50% - 55px);
    left: calc(50% - 55px);
    overflow: hidden;
    position: absolute;
}

@-webkit-keyframes rotateloader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateloader {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.login-bg .container {
    /* max-width: 1560px;  */
    max-width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 600px 2fr;
}

.login-bg .container .two-thirds {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 3;
}

.reset-new-password,
.token-verify,
.login-card {
    flex: 1;
}

.logo {
    flex: 1;
    text-align: center;
}

.token-verify .reset-new-password-success,
.reset-new-password #account_reset_new,
.login-card .client-pw-emailed-box,
.login-card #account_reset,
.login-card #account_2StepVerification_signin,
.login-card #account_signupThankyou,
.login-card #account_signin,
.login-card #account_signup {
    background: #fff;
    border-radius: 10px;
    max-width: 600px;
    min-width: 500px;
    min-height: 600px;
    padding: 50px 65px;
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

/* .login-card, */
.reset-new-password h2, .token-verify h2,
.login-card h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 20px;
}

.showPassIcon.inputIcon {
    background: url(../img/login/Eye-Close-Icon.png) no-repeat;
    width: 32px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 30px;
    opacity: 0.8;
    padding-left: 30px;
    background-size: 24px;
    cursor: pointer;
}

.inputIcon.showPassIcon.open {
    background: url(../img/login/Eye-Open-Icon.png) no-repeat;
}

.goggle {
    width: 100%;
    border: 1px solid darkgray;
    border-radius: 6px;
    height: 48px;
    margin: 0 auto 35px;
}

.goggle:hover {
    border: 1px solid #3367d6;
}

.goggle img {
    margin-right: 10px;
    width: 30px;
}

.goggle .with-google {
     
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.goggle .with-google:hover {
    color: #3367d6;
}

.login-bg .form-check-box .form-check-input {
    border-radius: 50%;
}

.login-bg .form-check-box .form-check-input:checked {
    border: 4px solid #F33343;
    background-color: transparent;
}

.form-input {
    position: relative;
}

#account_signin .form-input {
    margin-bottom: 30px;
}

#account_signup .form-input {
    margin-bottom: 20px;
}

.form-input .email-icon {
    position: absolute;
    top: 10px;
    left: 4px;
}

.form-label {
    margin-bottom: 0;
}

.login-bg .form-control {
    height: 36px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #949494;
    box-shadow: inset 0 0 0 18px #fff;
    border-radius: 0;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-bg .form_recaptcha {
    opacity: 0;
    height: 0;
    padding: 0;
    position: relative;
    top: 40px;
    left: 15px;
}

#form_password.form-control {
    padding-right: 40px;
}

.login-bg .form-control:focus {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #2B3EE9;
}

.form-check-box {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.form-check-label {
     
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #58595E;
}

.form-link {
    font-weight: 400;
    font-size: 18px;
    color: #58595E;
    text-align: center;
}
.form-link + .form-link {
    margin-top: 10px;
}

#account_signupThankyou .form-link {
    margin: 20px auto;
    background: var(--primary-color);
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
}

#account_signupThankyou .form-link a {
    color: #F9F9F9;
    font-weight: 400;
    font-size: 18px;
     
}

.form-link a {
    text-decoration: none;
    color: #2B3EE9;
}

.btn-signin,
.btn-signup,
.btn-reset,
.btn-active {
    margin: 20px auto;
    width: 100%;
    background: var(--primary-color);
    border-radius: 6px;
    height: 46px;
    font-weight: 400;
    font-size: 18px;
    color: #F9F9F9;
    text-decoration: none;
}

.g-recaptcha {
    margin: -20px 0 10px;
}

.btn-signin {
    margin: 20px auto 20px;
}

.btn-signin:hover,
.btn-signup:hover,
.btn-reset:hover,
.btn-signin:focus,
.btn-signup:focus,
.btn-reset:focus {
    color: #F9F9F9;
    text-decoration: none;
    box-shadow: none;
}

#account_reset p.reset_text {
     
    font-size: 18px;
    margin: 20px auto;
}

.login-card p {
    font-size: 17px;
    text-align: center;
}

.login-card p.reset_tips {
    padding-left: 0;
    color: #666;
    text-align: left;
    margin: 20px 0;
}

.login-card.client-pw-emailed p {
    text-align: center;
}


.token-verify p {
    font-size: 18px;
    line-height: 25px;
}

.login-bg .reset-new-password .form-control {
    height: 36px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #949494;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.login-bg .reset-new-password .form-control:focus {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #2B3EE9;
    box-shadow: none;
}


.client-pw-emailed a {
    margin: 24px auto 6.4px;
    padding: 0;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: var(--primary-color);
    outline: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

#account_signupThankyou .login-card p {
    margin-top: 30px;
}

.login-bg .reset-password #resetEmail {
    background-position: left center;
    background-size: 20px;
    padding-left: 48px;
}

.login-bg .form-input input.error {
    border-bottom: 1px solid red;
    background-color: transparent;
    padding-right: 35px;
}

.reset-new-password .form-input p {
    color: red;
    font-size: 12px;
    height: 15px;
    text-align: left;
}

.login-card .err_request_tips {
    color: red;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.login-card .form-input input {
    color: #58595E;
}

.form-input.six-digit-code {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin: 20px auto;
}

.login-card .six-digit-code input {
    width: 39px;
    height: 46px;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    border-style: solid;
    border-color: var(--primary-color);
    color: var(--primary-color);
    outline-color: var(--primary-color);
}

.login-card .six-digit-code input:focus {
    background-color: var(--accent-color);
}

.login-card #account_signup .form-input p {
    line-height: 12px;
    margin: 3px 0 2px;
}

#account_signin .form-check-input:focus {
    box-shadow: none;
}

#account_signin #showPassIcon {
    position: relative;
    font-size: 18px;
    width: 90%;
    cursor: pointer;
    background: url(../img/login/Eye-Close-Icon.png) no-repeat;
    width: 32px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 29px;
    opacity: 0.8;
    padding-left: 30px;
}

#account_signin #showPassIcon.open {
    background: url(../img/login/Eye-Open-Icon.png) no-repeat;
}

#account_signin .form-check-input:checked[type=checkbox] {
    background-image: none;
}

#activate_account h2 {
    padding-bottom: 60px;
}

#activate_account .btn-active {
    margin-top: 30px;
}

#activate_account .btn:hover {
    color: #F9F9F9;
}

@media (max-width: 1023px) {
    .login-bg {
        position: relative;
    }

    .login-bg .container {
        display: block;
    }

    .login-bg .container .two-thirds {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        display: grid;
        grid-template-rows: 1fr 2fr;
    }

    .logup-bg .container .two-thirds {
        display: flex;
        height: auto;
        padding: 10px 0;
    }

    .login-card,
    .reset-new-password,
    .token-verify {
        padding: 20px 40px;
    }

    .login-bg .logo img {
        min-width: 370px;
    }
    .logup-bg .logo img {
        min-width: 320px;
    }

}

@media (min-width: 2560px){
    .login-bg .logo img {
        margin-left: 500px;
    }
}