* {
    box-sizing: border-box;
}

body.login {
    background-image: url("../images/login-page-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    color: #000;
}

body.login::before {
    content: "";
    position: fixed;
    inset: 20px;
    border: 3px solid rgba(0, 0, 0, .9);
    pointer-events: none;
}

#login {
    width: 360px;
    max-width: calc(100vw - 48px);
    padding: 7vh 0 0;
}

#login h1 {
    padding: 16px 20px;
}

#login h1 a {
    background-image: url("../images/logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 75px;
    margin: 0 auto;
}

.login form {
    margin-top: 0;
    padding: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .08);
}

.login label {
    color: inherit;
    font-size: 14px;
}

.login form .input,
.login input[type="text"],
.login input[type="password"] {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #111;
    border-radius: 0;
    padding: 12px 4px;
    box-shadow: none;
    font-weight: 600;
}

.login form .forgetmenot {
    float: none;
    margin: 18px 0 !important;
}

#login form p.submit {
    margin-top: 15px;
}

.login.wp-core-ui .button-primary {
    width: 100%;
    min-height: 46px;
    padding: 8px 20px;
    background: #111;
    border-color: #111;
    color: #fff;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
}

.login.wp-core-ui .button-primary:hover {
    background: #ff921f;
    border-color: #ff921f;
}

.login #login_error,
.login .message,
.login .success {
    margin: 10px 0 18px;
}

p#nav,
p#backtoblog {
    display: none;
}
