#login {
	background-color: #D82C24;
	padding: 30px 50px;
	box-shadow: 0px 0px 16px -2px rgba(90,90,90,0.64);
	-webkit-box-shadow: 0px 0px 16px -2px rgba(90,90,90,0.64);
	-moz-box-shadow: 0px 0px 16px -2px rgba(90,90,90,0.64);
	width: 295px;
}

body.login div#login h1 a {
	background-image: url(/wp-content/uploads/2020/01/logo_geostaff.png) !important;
	height: 72px !important;
}

.login #login_error, .login .message, .login .success {
	border-left: 4px solid #243f8b;
    background-color: #ffffff38;
    color: white;
}

.login form {
	background-color: transparent;
    border: none;
    padding: 0;
}

.login label {
	color: white;
}

.login form .input {
	border-radius: 0;
    border: none;
	font-size: 16px;
    padding: 5px 10px;
}

.login form .forgetmenot {
	display: block;
    width: 100%;
	float: none;
}

.login form input[type=checkbox] {
	border: none;
    border-radius: 0;
}

.login .button-primary {
	float: none;
	background-color: white;
    color: #D82C24;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 25px !important;
    display: inline-block;
}

#login form p.submit {
	text-align: center;
    margin-top: 20px;
}

.login .button.wp-hide-pw .dashicons {
	color: #D82C24;
}

.login #backtoblog, .login #nav {
	padding: 0;
	text-align: center;
	margin: 10px 0;
}

.login #nav a {
	text-decoration: underline;
}

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

body.login {
	padding: 50px;
	display: flex;
	align-items: center;
	height: calc(100% - 100px);
}








