/* Customizações ao formuláiro de login padrão do WordPress */
.login h1 a {
    background-image: url(../images/logo-preto.png);
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.login a {
    color: var(--theme-palette-color-2, #155BCB);
}
.login a:hover,
.login a:focus,
.login #nav a:hover,
.login #backtoblog a:hover,
.login h1 a:hover {
    color: var(--theme-palette-color-1);
}
.login .message,
.login .notice,
.login .success {
    border-left-color: var(--theme-palette-color-19, #FFBC78);
}
.login.wp-core-ui .button,
.login.wp-core-ui .button-secondary {
    color: var(--theme-palette-color-2, #155BCB);
    border-color: var(--theme-palette-color-2, #155BCB);
}
.login.wp-core-ui .button-primary {
    color: var(--theme-palette-color-8, #ffffff);
    background-color: var(--theme-palette-color-2, #155BCB);
    border: none;
    border-radius: 100em;
}
.login.wp-core-ui .button.button-large,
.login.wp-core-ui .button-group.button-large .button {
    min-height: 40px;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.login.wp-core-ui .button-primary:hover,
.login.wp-core-ui .button-primary:focus {
    background-color: var(--theme-palette-color-2, #155BCB);
}
