.login h1 {
    text-align: left;
}
.login-heading a {
    font-weight: 700!important;
    font-size: 1.2rem !important;
    color: #ef7b10!important;
}
.wp-generate-pw {
    background-color: transparent !important;
    border: none !important;
    color: #5A5A5A !important;
    margin-bottom: -12px !important;
}

.wp-generate-pw:hover {
    color: #ef7b10 !important;
}

.wp-generate-pw {
    display: none !important;
}

#wp-submit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
}

.login #login h1 img.bs-cs-login-logo.private-on {
    width: 334px !important;
}

.login-heading > h2 {
    font-size: 27px !important;
    color: #202020 !important;
    font-weight: 600;
}

#abtgLoginLinkRegister {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    color: #202020;
}

#abtgLoginLinkRegister > a {
    font-weight: 700;
    color: #EF7B0B;
}

.login .login-heading {
    margin-top: 49px !important;
    margin-bottom: 0px !important;
}

.login form {
    margin-top: 28px !important;
}

.forgetmenot {
    margin-top: 8px;
}

.forgetmenot > label {
    font-size: 16px;
    line-height: 20px !important;
    color: #84818A !important;
}

.lostmenot {
    margin-top: 8px;
}

.lostmenot > a {
    color: #484848 !important;
    font-size: 16px;
}

#user_login, #user_pass {
    height: 56px;
    padding-left: 22px !important;
}

.wp-hide-pw {
    height: 56px !important;
}

.login .user-pass-wrap .wp-pwd .dashicons {
    top: 14px !important;
    font-size: 28px !important;
    left: -7px !important;
}

#user_label {
    display: none;
}

#pass_label {
    display: none;
}

.login .user-pass-wrap .wp-pwd:before {
    display: none;
}

#abtgLoginSeparator {
    width: 38px;
    background-color: #BDBDBD;
    height: 1px;
    margin: 0 auto;
    margin-top: 24px;
}

.privacy-link {
    color: #84818A !important;
    font-weight: 400 !important;
}

/* #user_login {
    padding-left: 22px !important;
} */

/* #abtgLoginLinkRegister:hover > span {
    color: #EF7B0B;
} */

/* .login-split {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    position: relative !important;
    z-index: 100;
}

body {
    height: 90vh;
    position: relative !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-left: 6vw !important;
    margin-right: 6vw !important;
    overflow: hidden !important;
    background-color: #fff !important;
}

body.login.login-split-page #login {
    left: 40% !important;
}

.language-switcher {
    left: 40% !important;
}

#loginBGrow {
    position: absolute;
    top: -100px;
    left: -10vw;
    width: 35vw;
    bottom: -100px;
    background-color: #ef7b10;
    z-index: 1;
}

@media screen and (min-width: 1920px) {
    .login-split {
        background-position: 95% 50% !important;
    }
} */