html,body{
	background-color:#000000;
}

body {
    background-image: url(https://galpaogaucho.dos-s.com/wp-content/uploads/2024/09/login-page-bg.jpg);
    background-size: cover !important;
}

#login{
    width: 400px !important;
    position: relative
}

.login h1 a {
    background-position: center center !important;
    background-size: auto auto !important;
    min-height: 150px !important;
    width: 250px !important;
}


.login form {
    background: #000000ad;
    border: none;
	color: #ffffff;
	font-family: Open Sans;
}

/*#user_login, #user_pass{
	border: 2px solid #786f64
}*/

.wp-core-ui .button-primary {
    background: none repeat scroll 0 0 #cf2128;
    border: none;
    box-shadow: none;
    color: #fffded;
    font-weight: bold;
    min-width: 90px;
    min-height: 40px !important;
    border-radius: 2px;
    margin-top: 20px;
	text-transform: uppercase;
}

.wp-core-ui .button-primary:hover {
    background: none repeat scroll 0 0 #878787;
    color: #fffded;
}

#login-footer a:hover {
	color: #b63d27
}

.privacy-policy-link{
	display:none;
}

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

#loginfooter{
	width:100%;
}
#loginfooter img {
    width: 240px;
    margin: 25px auto;
    display: block;
}

#loginfooter p{
	text-align:center;
	font-family:Open Sans;
	color:#fffded;
}

#backtoblog {
    display: none !important;
}

/* Link "Esqueceu a senha" dentro da caixa */
.login #nav{
	position: absolute;
    bottom: 30px;   /* ajuste fino: sobe/desce */
    margin: 0;
}

/* Estilo do link */
.login #nav a {
    color: #fffded;
    font-size: 13px;
    text-decoration: none;
}

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


.wp-login-log-in{
	display:block !important;
}

@media only screen and (max-width: 1180px){
	html{
		height:auto;
	}
	#login{
		width:320px;
	}
}