body { 
	font-family: sans-serif; 
	font-weight: 400; 
	color: #00365c; 
	text-align: center; 
	font-size: 16px; 
	background: #fff; 
}

#login h1 a,.login h1 a {
	background-image: url(../images/login-logo.png); 
	width:180px;
	aspect-ratio: 720 / 235; 
	background-size: contain;
	background-repeat:no-repeat;
	padding:0;
}

#login .message {
	background: none;	
	padding: 0;
	margin: 0;
	font-size: 14px;	
}


a, 
a:visited, 
.login #backtoblog a, 
.login #backtoblog a:visited, 
.login #nav a, 
.login #nav a:visited { 
	color: #00365c; 
	text-decoration: none;
	/* font-weight: 600; */
}

a:hover, 
.login #backtoblog a:hover, 
.login #nav a:hover { 
	color: #00365c; 
	text-decoration: underline;
}

.login form { 
	box-shadow: none; 
	color: #fff; 
	border: none;
	background: #1daae2;
	background: linear-gradient(0deg, rgba(47,168,224,1) 0%, rgba(0,54,92,1) 100%);
	border-radius: 16px;
}

.login label[for="user_login"], 
.login label[for="user_pass"] { 
	display: block; 
	text-align: left; 
}

.login form .input, 
.login input[type="password"], 
.login input[type="text"], 
.login form input[type="checkbox"] { 
	border-radius: 0; 
	background: #fff; 
	border: none;
	color: #00365c; 
}

.login #login_error, 
.login .message, 
.login .success {	
	border: none; 
	box-shadow: none; 
	color: #00365c; 
}

#wp-submit { 
	background:	#00365c;
	color: #fff; 
	text-align: center; 
	border: 1px solid	#00365c;
  border-radius: 99999px;
	transition: all 0.23s ease-in-out 0s; 
	font-weight: 500;
	font-size: 16px;
	padding: 6.75px 13px;
	height: auto;
	min-height: none;
	line-height: 1;
}

#wp-submit:hover { 
	background: #fff; 
	color: #00365c;
}	