* {
    box-sizing: border-box;
}
body.login {
    background-position: left center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: table;
    min-height: 100vh;
    width: 100%;
    padding: 0;
    height: auto !important;
    display: flex;
    flex-direction: column;
}
#login {
    margin-top: 2%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    max-width: 350px;
    padding: 26px 26px 6px 26px;
    width: 100%;
    position: relative;
}

.login h1 a, .login .wp-login-logo a {
    background: none !important;
    background-size: contain  !important;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-inline: auto;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 0 24px 12px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.login .backup-methods-wrap a, #login form p:not([class]) {
    color: #555d66;
}
.login form .input, .login input[type="text"] {
    height: 48px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px !important;!i;!;
    margin-bottom: 18px;
    font: normal 15px "Roboto", sans-serif;
    color: #7f7f7f;
    border-color: #bdbdbd;
    padding-left: 27px;
    font-weight: normal;
}
#loginform input[type="text"], #loginform input[type="password"] {
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
}
#loginform .user-pass-fields {
    margin-bottom: 18px;
    position: relative;
}
#loginform .user-pass-fields input {
    margin-bottom: 0;
}
#loginform .dashicons-visibility, #loginform  .dashicons-hidden:hover {
    color: #000000 !important;
}
#login form p + p:not(.forgetmenot) {
    padding-top: 0 !important;
    margin-top: 20px !important;
}
#login form p.submit {
    position: relative;
    clear: both;
}
body.login form .forgetmenot {
    float: none !important;
    margin-top:10px;
}
.login form .forgetmenot label {
    display: inline-block;
    margin: 0;
}
.login form .input, .login input[type=text], .login form input[type=checkbox] {
    border-radius: 0;
}
.login form input[type=checkbox] {
    border-color: #000000 !important;
}
.wp-core-ui #login .button-primary {
    margin: 7px 0 7px;
    min-height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font: normal 15px "Roboto", sans-serif;
    color: #fff;
    width: 100%;
}
body #login .button-primary {
     background: #000000;
    border-color: #000000;
    min-width: fit-content;
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    height: auto;
    line-height: 1.33333;
    padding: 12px 15px;
    float: none;
    width: 100%;
    min-height: 46px;
}

body.wp-core-ui #login .button-primary:hover {
    background: #ffffff;
    border-color: #000000;
    color: #000000;
}
.login #backtoblog {
    text-align: center;
}
.login #nav {
    text-align: center;
}
.login .privacy-policy-page-link {
    text-align: center;
    width: 100%;
    margin: 0em 0 2em;
    clear: both;
    padding-top: 5px;
}
body.login .language-switcher {
    margin-top: 10px;
    clear: both;
    z-index: 1;
    position: absolute;
    top: 100%;
    padding-top: 1px;
    left: 0;
    width: 100%;
}
.login .privacy-policy-page-link>a.privacy-policy-link:hover {
    text-decoration: underline;
}
.login .privacy-policy-page-link>a.privacy-policy-link {
    color: inherit;
    text-decoration: none;
}



body.login input[type=checkbox]:checked::before {
    height: 1.3125rem;
    width: 1.3125rem;
}

.interim-login.login form {
    margin: 30px !important;
}

.interim-login #login {
    width: 100%;
    max-width: 380px;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}
.interim-login #login_error, .interim-login.login .message {
    margin: 0 20px 16px !important;
}


@media (max-width: 767px) {
    #login {
        width: 300px;
    }
    .login h1 a {
    max-width: 100%;
    background-size: contain !important;
}
    .login form {
    padding-right: 0;
    padding-left: 0;
}
body.login input[type=checkbox] {
    height: 16px;
    width: 16px;
}
}


 .login input[type=checkbox]:checked:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z" fill="%23000000"/></svg>');
}