/* login-style.css */
body.login {
    background: url(/wp-content/uploads/2024/05/page-bg-pattern.svg) #F2F2F2 0% 0% / 241px 229px repeat;
    min-height: 50vh;
}
#login {
    width: 460px;
    padding: 5% 0 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 85vh;
}
.login label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    font-family: Lexend;
    margin-bottom: 15px;
    font-weight: 500;
}
.login h1 a {
    background-image: url(https://868d8c3ca8.nxcli.io/wp-content/uploads/2024/07/slant_system_logo_primary.png);
    background-image: none, url(https://868d8c3ca8.nxcli.io/wp-content/uploads/2024/07/slant_system_logo_primary.png);
    background-size: 350px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 350px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
.login .message, .login .notice, .login .success {
    border-left: none;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    box-shadow: none;
    word-wrap: break-word;
    border: 2px solid #4d1647;
    border-radius: 10px;
    font-weight: 600;
    font-family: lexend;
    color: #54114a;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 40px;
    font-weight: 400;
    overflow: hidden;
    background: #54114a;
    border: none;
    box-shadow: none;
    color: white;
    border-radius: 10px;
}
.wp-core-ui .button-primary {
    background: #ee6055;
    border: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    border-radius: 100px;
    text-transform: capitalize;
    font-family: Lexend;
    font-weight: 500;
    margin-top: 8px;
}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
    background: #eb4d40;
    border-color: #eb4d40;
    color: #fff;
}
a.privacy-policy-link {
    color: #ee6055;
    font-family: lexend;
    font-weight: 600;
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #eb4d40;
    font-family: lexend;
    font-weight: 600;
}

/*Fix Captcha 4wp login*/
#loginform .submit #wp-submit {
    display: block;
    width: 100%;
    float: none !important;
    font-size: 14px;
    min-height: 46px;
    line-height: 3.14285714;
    padding: 0 36px;
}

#loginform .magic-login-normal-login {
    display:none;
}