.login h1 a {
  	background-image: url(../../../uploads/2024/06/image-9.svg);
	background-size: contain;
	margin: 0;
	text-align: center;
	width: 100%;align-content
}

body.login {
/*   	background-image: url(../../../../wp-content/uploads/2023/11/Group-1000001008.png); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	background-color:#c61d23;
}


.login form {
	margin-top: 0px;
	border: unset;
	border-radius: 0px 0px 10px 10px;
}

.login h1 {
	background-color: white;
	padding: 15px;
	border-radius: 10px 10px 0px 0px;
}
#login form p {
	text-align: center;
}
.user-pass-wrap {
	text-align: center;
}
.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
	text-align: center;
}
.js.login input.password-input {
	padding-right: 0px;
}
.login #backtoblog, .login #nav {
	text-align: center;
	color: #0d7f80 !important;
}
.login #nav a,
.login #backtoblog a{
	color: #fff !important;
}
#lostpasswordform {
	margin-top: -20px;
}