@import "../../Divi-child/style.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* Change background color and font family */
body {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-self: center;
    justify-content: center;
    background-image: url('https://www.headbangersnews.com.br/wp-content/uploads/2025/04/background3.jpg');
    background-position: center bottom;
    background-size: cover;
}

/* Change Width and Height of Logo Image + Add Custom Image File */

#login {
    width: 320px;
    padding: 20px 0 0 0;
    margin: auto;
}

.login h1 a {
    background-image: url('https://www.headbangersnews.com.br/wp-content/uploads/2023/04/Logo-HBN.svg');
    width: 310px;
    height: 115px;
    background-size: 310px 115px;
    margin: 0 auto 15px auto;
}

.login #login_error, .login .message, .login .success {
    color: #C30000;
    font-size: 14px;
}

#loginform {
    background-color: transparent;
    margin-top: 0;
    border: 0;
}

/* Add a few changes to the color and style of form itself */
.login label {
    color: #fff;
    display: block;
    margin-bottom: 1em;
}

.login form .input {
    font-weight: normal;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: transparent;
}

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

.wp-core-ui .button-primary {
    background: #000000;
    color: #fff;
    border: 0;
    text-shadow: 0 0 0 #fff !important;
    box-shadow: 0 1px 0 #fff !important;
}

.wp-core-ui .button-primary:hover {
    background: #C30000;
    color: #fff;
    text-shadow: 0 0 0 #000000 !important;
    box-shadow: 0 1px 0 #000000 !important;
}
.wp-core-ui .button-primary:focus {
    background: #C30000;
    color: #fff;
    text-shadow: 0 0 0 #000000 !important;
    box-shadow: 0 1px 0 #000000 !important;
}

p.message {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
}

.language-switcher {
    display: none !important;
}

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