body.login {
    background-color: #FBEBC8;
    background-image: url('/wp-content/themes/hu/static/images/login-bkg.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    font-family: 'Work Sans', sans-serif;
}

/* Edit this based on logo image dimensions */
.login h1 a {
    background-image: url('login-logo.png');
    background-size: 185px 127px;
    background-position: bottom center;
    width: 185px;
    height: 127px;
}

.login h1::after {
    content: 'Your daily resource for work and life inspiration';
    display: block;
    color: #666666;
    font-size: 24px;
    margin-bottom: 10px;
}

/* Edit this based on background color */
.login #nav a,
.login #backtoblog a {
    color: #fff;
}

#login {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.125);
}

#loginform {
    margin: 0;
    padding: 20px;
    border: none;
    box-shadow: none;
    background: none;
}

.login form {
    box-shadow: none;
}

.login form .input,
.login form .input:focus {   
    font-size: 16px;
    border: 3px solid #eaeaea !important; 
    border-radius: .5rem;
    font-weight: 500;
    padding: 10px 20px !important;
    box-shadow: none;
} 

#user_pass,
#user_email, {
    width: 100%;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #eaeaea;
    
}

label[for=user_login],
label[for=user_pass],
label[for=user_email],
label[for=rememberme] {
    color: #999999;
    font-size: 14px;
    padding-bottom: 3px;
}

#nav,
#backtoblog,
.wp-hide-pw {
    display: none !important;
}

#wp-submit {
    background: #ED7624;
    border: 0;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
}

.forgetmenot {
    margin-top: 6px;
}

/* Registration Styles */

p.message.register {
    border-left: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    text-align: center;
    color: #ED7524;
}

#reg_passmail {
    font-size: 16px;
    color: #666666;
}

#registerform,
#lostpasswordform,
#resetpassform {
    border: none;
    padding: 0;
}

#login_error {
    box-shadow: none !important;
    padding: 10px 20px !important;
    border: none !important;
    color: #ffffff;
    font-size: 16px;
    background-color: #d63638 !important;
    border-radius: 7px;
}

p.message {
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
    color: #666666;
    font-size: 16px;
}