  @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

#login {
    padding: 4% 0 0;
    font-family: 'Rubik', 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 {
	color: transparent;
     min-height: 200px;
     margin-bottom: 60px;
     background: url('/wp-content/uploads/2022/02/TheAllianceL_TransLogo_112921.svg');
     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 */
}

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

.login label {
     color: #fff;
}

.wp-core-ui .button-primary {
     background: #24243D;
     border-color: #24243D;
}

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

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

.login form {
     background: #0091D1;
     /* border: 2px solid #EF7415; */
     border: none;
     border-radius: 3px;
     -webkit-backdrop-filter: blur(6px);
     backdrop-filter: blur(6px);
}

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

body.login {
     background: linear-gradient(180deg, #fff 50%, #FFD400);
     font-family: "Gotham A", "Gotham B", sans-serif;
}
