
#login {
    padding: 4% 0 0;
    font-family: 'Roboto', sans-serif;
}

body.login div#login h1 a {
    background-image: none;
    background-size: 0 0;
    height: 0;
    margin: 0 auto 0;
    width: 0;
}

#custom-login-title:before {
     content: '';
	color: #fff;
     margin: 0 auto;
     margin-bottom: -12px;
     display: block;
     width: 180px;
     height: 180px;
     background: url('/wp-content/uploads/2021/12/lotus-crop.png');
     background-position: center; /* Center the image */
     background-repeat: no-repeat; /* Do not repeat the image */
     background-size: contain; /* Resize the background image to cover the entire container */
}

#custom-login-title {
	color: #fff;
     margin-bottom: 30px;
     font-size: 30px;
     line-height: 1;
     text-shadow: 0 0 20px rgba(0,0,0,.5);
}

.login #backtoblog a, .login #nav a {
	color: #fff;
}

.login form {
     background: #fff;
     border: none;
     /* border: 2px solid #346672; */
     border-radius: 3px;
     box-shadow: 0 0 20px rgba(0,0,0,.1);
}

/* Customize Link Hover Color ---- OPTIONAL
.login #backtoblog a:hover, .login #nav a:hover {
	color: #ea7400;
}*/

body.login {
     background: radial-gradient(#ECECE4, #C3C3AA);
     font-family: 'Roboto', sans-serif;
}

.login #login_error, .login .message, .login .success {
    border-left: 4px solid #346672;
    border-radius: 3px;
}

.wp-core-ui .button-primary {
    background: #346672 !important;
    border-color: #346672 !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.wp-core-ui .button-primary:hover {
     background: #1B333A !important;
     border-color: #1B333A !important;
}
