

body.login {
    background-color: #71b790;
}

body.login form {
    background-color: #efefef;
    box-shadow: none;
    border: 0;
}

body.login .forgetmenot {
    margin-bottom: 15px!important;
}

body.login input:not(#rememberme){
    padding: 18px 15px;
    height: 60px;
    border-radius: 0;
    border: 2px solid #fff;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body.login input:not(#rememberme):focus-visible {
    border: 2px solid #71b790;
    box-shadow: none;
}

.user-pass-wrap {
    position: relative;
}

body.login p {
    position: relative;
}

body.login :not(.forgetmenot) label.move {
    opacity: .4;
    font-size: 10px;
    top: 10px;
    padding-left: 15px;
}
    

body.login input#rememberme {
    border-radius: 0;
    border: 1px solid #71b790;
}

body.login input#rememberme:checked {
    background: #71b790;
}

body.login input#rememberme:checked::before {
    mask: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
    content: '';
    background: white;
}

body.login input#rememberme:focus {
    box-shadow: 0 0 0 1px #50976f;
}

body.login p.submit {}
body.login input#wp-submit {
    background-color: #141c18;
    border-color: #141c18;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    transition: .3s ease all;
}

body.login input#wp-submit:hover {
    background-color: #71b790;
    border-color: #71b790;
    transition: .3s ease all;
}

body.login p#nav,
body.login p#nav a,
body.login p#backtoblog,
body.login p#backtoblog a  {
    color: #fff;
}

body.login p#nav:hover,
body.login p#nav a:hover,
body.login p#backtoblog a:hover {
    color: #000;
}



label[for=user_login], label[for=user_pass]
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    transition: all .1s ease-in-out;
    z-index: 1;
    font-weight: 400;
}