body.login.login-action-login {
	background: #0f0f0f !important;
}

body{
	background: #0f0f0f !important;
}

body.login #login h1 a {
	background: url('../images/logo-pag-login.png');
	height: 68px;
	width: 100%;
	margin: 0 auto 20px;
}

body.login .message{
	border-left: 4px solid #61f4f0 !important;
}

body.login form {
	border-radius: 0px;
	padding: 27px 24px 77px;
	position: relative;
	background-color: #1e1e1e;
	border: 1px solid #61f4f0;
}

body.login label {
	color: #61f4f0;
	font-size: 13px;
}

body.login form .input,
body.login form input[type=checkbox],
body.login input[type=text] {
	background: #eff4f7;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 18px;
}

/*tamanho da letra do input*/
.login form .input, 
.login input[type=password], 
.login input[type=text]{
	font-size: 18px;
}

body.login form .forgetmenot label {
	font-size: 13px;
	line-height: 33px;
	color: #61f4f0;
}

body.login form input#rememberme {
	background: #0f0f0f;
	width: 17px;
	min-width: 17px;
	height: 17px;
	border: 2px solid #61f4f0;
	border-radius: 8px;
	vertical-align: sub;
	margin-bottom: 0;
	margin-right: 0
}

body.login form input#rememberme:checked::before {
    content: url(data:image/svg+xml;utf8,%0Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%…9.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
    margin: 0.1rem 0 0 0.1rem;
    height: 0.6rem;
    width: 0.6rem;
    background: #61f4f0;
    color: #61f4f0;
    border-radius: 50%;
}

body.login .wp-pwd button span{
	color: #0f0f0f;
}
body.login .wp-pwd button span:hover{
	color: #1e1e1e;
	opacity: 0.6;
}

body.login form #wp-submit {
	background: #61f4f0;
	color: #0f0f0f !important;
	border: none;
	box-shadow: 0px;
	border-radius: 0px;
	font-size: 12px;
	font-weight: 900 !important;
	text-transform: uppercase;
	line-height: 38px !important;
	height: 35px !important;
	padding: 0 21px !important;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.login form #wp-submit:hover, body.login form #wp-submit:focus {
	box-shadow: none !important;
	border-radius: 0px !important;
	color: #0f0f0f !important;
	background-color: #fff !important;
}

.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: #61f4f0;
	font-size: 13px;
}

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

body.login form:after {
	content: "You can login with: User / Pass";
	position: absolute;
	bottom: 30px;
	left: 27px;
	right: 27px;
	color: #E17676;
}

#wp-auth-check-wrap #wp-auth-check {
	background-color: #2A2F43;
}


/* reset password */
#pass-strength-result , .login-action-rp .pw-weak,.login-action-resetpass .pw-weak{
	display: none !important;
}
.login-action-resetpass .description.indicator-hint,.login-action-rp .description.indicator-hint{
	color: #fff;
	padding-top: 1em;
}
/** safari **/
@media not all and (min-resolution:.001dpcm){
	body.login form input#rememberme:checked::before{
		content: '' !important;
	}
}