body {
    background-color: #071D41;
}

.login h1 a {
    background: url('imagens/marca-if-baiano-horizontal-negativa.svg');
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 100px !important;
    width: 300px !important;
    background-position: center;
}

.login form {
    border-radius: 10px;
}

label[for='user_login'],
label[for='user_pass'] {
    font-weight: bold;
}

.wp-core-ui .button-primary {
    background-color: #0f5d19;
    border: 0;
    border-radius: 5px;
    font-size: 12pt;
    color: #fff;
    font-weight: bold;
}

.wp-core-ui .button-primary:hover {
    background-color: #190d27;
    color: #fff;
}

p#nav {
    text-align: center;
    font-size: 12pt !important;

}

p#nav a {
    color: #fff !important;
    font-weight: bold;
}

p#nav a:hover {
    text-decoration: underline;
}

div.language-switcher,
#backtoblog a {
    color: #fff !important;
    text-align: center;
}