@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');
.login label,
.privacy-policy-page-link,
.wp-login-logo{
    display: none;
}
.login label {
    text-align: left;
    width: 100%;
}
#login {
    width: 100%;
    padding: 0;
}
#loginform {
    margin: 0;
    border: none;
    padding: 0;
} 
#login_error {
    height: auto;
}
#login .wp-hide-pw {
    display: none !important;
}

#login p#nav {
    display: none;
}
.submit .button {
    border-radius: 10px !important;
    background: linear-gradient(41deg, #00A12D 7.91%, #00FF51 131.43%) !important;
    padding: 20px !important;
    width: 100%;
    color: var(--white) !important;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    border: 0px !important;
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--font-montserrat);
}
.submit .button:hover{
    background: var(--black) !important;
}
.forgetmenot label {
    align-items: center;
    color: #2C2C2C;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    line-height: normal;
    position: relative;
    max-width: 100% !important;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.forgetmenot input {
    -webkit-appearance: none;
    line-height: normal;
    margin: 0px;
}

.login .message, .login .notice, .login .success{
    border: 0px;
    box-shadow: none;
    padding: 0px;
}

.login-form h3, .h3{
    margin: 0 0 12px;
    color: #100A0A;
}
.login form{
    border: 0px;
    box-shadow: none;
    padding: 0px;
}

.login form .input, .login input[type=password], .login input[type=text]{
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 14px;
    height: 60px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-montserrat);
}

.login form .input::placeholder, .login input[type=password]::placeholder,.login input[type=text]::placeholder{
    color: #818181;
}

.login form .input:focus, .login input[type=password]:focus, .login input[type=text]:focus{
    border: 1px solid var(--purple);
}
.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large{
    line-height: normal;
}
.admin-email__actions .admin-email__actions-primary .button.button-large {
    line-height: 2.30769231;
}
.wp-login-log-in{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    position: relative;
    color: var(--black) !important;
    text-decoration: underline !important;
}

.wp-login-log-in::before {
    background-image: url(../images/back-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    height: 17px;
    margin-right: 6px;
    width: 17px;
    flex-shrink: 0;
}

.wp-login-log-in:hover{
    color: var(--green) !important;
    text-decoration: underline;
}
.wp-login-log-in:hover::before{
    background-image: url(../images/back-icon-green.svg); 
}

.login .button.wp-hide-pw{
    top: 40%;
    transform: translateY(-40%);
}
.wp-login-lost-password{
    text-decoration: underline;
    transition: var(--transition);
    font-size: 14px;
    font-weight: 500;
}

.forgetmenot label{
    display: inline;
}


.forgetmenot input{
    -webkit-appearance: none;
    line-height: normal;
    border: 0px;
}

.forgetmenot label {
    align-items: center;
    color: #2C2C2C;
    cursor: pointer;
    display: inline;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    line-height: normal;
    position: relative;
    max-width: 100% !important;
}
.forgetmenot input:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    flex-shrink: 0;
}

.forgetmenot input:checked:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 10px;
    left: 7px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 5px;
}

.forgetmenot input:checked:before {
    background-color: var(--purple);
    border-color: transparent;
    height: 18px;
    width: 18px;
    margin: 0px;
    content: "";
}
a:focus{
    box-shadow: none;
}

.back-to-signup a{
    color: var(--black);
}
.login-action-lostpassword #backtoblog a,.login-action-checkemail #backtoblog{
    display:none;
}

.notice-info p a{
    font-weight: 600;
}
.notice-info p a:hover{
    color: var(--green);
}

.login #backtoblog a{
    color: var(--black);
    text-decoration: underline;
}

.login #backtoblog a:hover{
    color: var(--green);
}

#backtoblog{
    margin: 0px;
}

.login .forgetmenot{
    display: flex;
    align-items: center;
}
.login-action-confirm_admin_email #login {
    max-width: 100% !important;
}
.login .admin-email__heading {
    font-size: 30px;
    text-align: center;
}
@media (max-width: 991px) {
    .login form input[type=checkbox]{
        height: 18px;
        width: 18px;
        box-shadow: none;
    }
    .forgetmenot input:checked:after{
        top: 7.5px;
    }
}

@media (max-width: 767px){
    .login-form{
        width: 100%;
        padding: 40px 20px;
    }
    .login-form .text-content {
        margin-bottom: 30px;
    }
    .login-form-wrap{
        padding: 40px 15px;
    }
    .login-logo {
        margin-bottom: 30px;
    }
    .form-col-half{
        margin-bottom: 16px;
        width: 100%;
    }
    .form-row  .form-col-half:last-child{
        margin-bottom: 0px;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"],
    input[type="tel"], input[type="range"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"]{
        height: 55px;
    }
    .wpcf7-submit, .login-submit .button{
        height: 50px;
        padding: 10px !important;
    }
    .login-submit {
        margin-bottom: 25px !important;
    }
    /* .login-logo img{
        max-width: 120px;
        height: 120px;
    } */
    .wpcf7 form .wpcf7-response-output{
        font-size: 15px;
    }
    .login #nav {
        margin: 15px 0 0;
    }
    .submit .button{
        height: 50px;
        padding: 10px 20px !important;
    }
    .login-pass-wrapper p{
        line-height: 0px;
    }
    .forgetmenot input:checked:after {
        top: 5px;
    }
    .login-form p {
        font-size: 15px;
        line-height: 22px;
    }
    .login-form .text-content h3{
        font-size: 20px;
    }
    .login form .input, .login input[type=password], .login input[type=text]{
        height: 55px;
    }
}

@media only screen and (max-width:360px) {
    /*--------- Login Start ------------*/
    .forgetmenot label{
        font-size: 12px;
    }
    .wp-login-lost-password{
        font-size: 12px;
    }
    .back-to-signup a{
        font-size: 12px;
    }
    .back-to-signup a::after{
        height: 12px;
        width: 12px;
    }
    .login-image{
        height: 100%;
    }

    .forgetmenot input:checked:after {
        top: 2.5px;
    }
    .wp-login-lost-password{
        margin-top:3px;
    }
    /*--------- Login End ------------*/
 }
 
 @media only screen and (max-width:320px) {
    .forgetmenot label{
        font-size: 11px;
        vertical-align: initial !important;
        line-height: normal !important;
    }
    .wp-login-lost-password {
        font-size: 11px;
        margin-top:2px;
    }
 }