/* ----- Customize fonts on login page with Google Fonts ---- OPTIONAL ----------
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,800;1,300;1,400;1,800&display=swap');

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

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

#custom-login-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff !important;
	line-height: 2em;
	margin-bottom: 20px;
	text-shadow: 0px 0px 15px rgba(0,0,0,.6);
	/* font-family: "Architects Daughter",sans-serif; */
}

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

.login form {
	background: rgba(255,255,255,.8);
     border-radius: 12px;
     backdrop-filter: blur(6px);
     border: none;
}

.login #login_error, .login .message, .login .success {
     border-radius: 12px;
}

.wp-core-ui #login .button-primary {
    background: #001D2C !important;
    border-color: #001D2C !important;
    font-family: 'Figtree', sans-serif !important;
}

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