/* stylelint-disable */

p.forgetmenot {
    padding-top: 5px;
    padding-bottom: 22px;
}

div#login h1 a {
    display: none;
}

form {
    border: none !important;
    box-shadow: none !important;
}

.login form .input,
.login input[type="text"],
.login input[type="password"] {
    border: 1px solid #a0a0a0;
}

form label {
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    color: #000 !important;
}

.login #nav a,
.login #backtoblog a {
    opacity: 0.8;
}

#nav {
    padding-top: 0 !important;
    margin-top: 0 !important;
    text-align: center !important;
}

p#backtoblog {
    text-align: center !important;
}

div.privacy-policy-page-link {
    margin-top: 30px !important;
    font-weight: 600;
}

div.privacy-policy-page-link a {
    color: #000 !important;
}

div.language-switcher {
    display: none;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body::before {
    content: "";
    position: absolute;
    inset: 0;

    opacity: 0.9;
    z-index: -1;
    pointer-events: none;
}

div#login {
    background: #fff;
    width: 400px;
    padding-top: 40px !important;
}

div#login-message, div#login_error {
    color: #fff;

    border: solid 1px #fff;
    margin-top: 20px;
}

div#login h1 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

input[type="submit"] {
    width: 100%;
    border-radius: 7px !important;
    font-size: 16px !important;
    font-weight: bold;

    border: none !important;
}
