/* Set a full-screen background image */
body.login {
    background: url('login-bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

/* Style the login form wrapper */
.login .message, .login #login_error {
    margin-bottom: 20px;
}
body.login {
    padding: 0 5%;
}

.login #login {
    padding-left: 0;
    margin: 0;
    /* padding: 0; */
    /* padding-left: 10%; */
    width: 100%;
}
@media(min-width: 991.98px) {
    .login #login {
        width: 50%;
    }
}
/* Custom styles for the login form */
.login form {
    margin-top: 20px;
    background: transparent;
    padding: 0px;
    border: none;
}
.login form input[type="text"]::placeholder, .login form input[type="password"]::placeholder {
    text-transform: uppercase;
    /* font-family: Montserrat; */
    font-size: 20px;
    font-weight: 400;
    line-height: 80px;
    text-align: left;
}
.login form input[type="text"], .login form input[type="password"]{
    line-height: 40px;
    font-size: 20px;
}
.login .button.wp-hide-pw {
    top: 4px;
}

/* Adjust the logo */
.login h1 a {
    background-image: url('veloparts-logo.png');
    background-size: contain;
    width: 100%;
    height: 120px;
}
.login .forgetmenot {
    color: #fff;
}
.login .submit #wp-submit{
    background-color: #EB0121;
    border-color: #EB0121;
    text-transform: uppercase;
    font-size: 20px;
    min-width: 200px;
}
.login #nav {
    padding-left: 0;
    color: #fff;
}
.login #nav a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}
#backtoblog {
    display: none;
}
.privacy-policy-page-link {
    display: none;
}