body.login {
	background: white;
}

.login h1 a {
	background-image: url(https://info.simtax.com.br/wp-content/uploads/2021/06/simtaxinfo.png);
	width: 100%;
    min-height: 105px;
    background-size: 80%;
}

@media(min-width: 1100px) {
	#login {
		width: 800px;
	}
}

#loginform {
	margin-top: 40px;
	border: none;
}

#loginform input:not(#wp-submit):not(#rememberme) {
	margin-top: 5px;
	border-radius: 2px;
	background-color: #f0f3f6;
	border: 1px solid #dcdcdc;
	padding-left: 30px;
	font-size: 1.1rem;
}

#loginform > p:not(.forgetmenot) > label, #loginform .user-pass-wrap label, #loginform .forgetmenot {
	text-align: center;
	width: 100%;
	font-weight: 500;
    color: #73838d;
}

#login #backtoblog {
	display: none;
}

#login .subtitle {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 10px;
    line-height: 19px;
    font-weight: 500;
	color: #9a9a9a;
}

#login .submit {
	padding-top: 30px !important;
	justify-content: center;
    display: flex;
    width: 100%;
}

#login #wp-submit {
	background: #08bba4;
    padding: 0 50px;
    border: none;
    font-size: 1.3rem;
}

#loginform .register-btn, #lostpasswordform .register-btn {
	border-radius: 2px;
	margin-left: 20px;
	align-items: center;
    text-decoration: none;
    color: white;
    display: flex;
}

#loginform .register-btn i, #lostpasswordform .register-btn i {
	margin-right: 8px;
    margin-top: 3px;
}

#loginform #wp-submit {
	border-radius: 999rem;
}

#login #login_error {
	margin-top: 40px;
	margin-bottom: -20px;
}

#loginform > p > i, .wp-pwd i {
	position: absolute;
    margin-top: 20px;
    padding-left: 10px;
	font-size: 0.9rem;
	color: #b0b0b0;
}