/*##### Cabeçalho #####*/
header {
    background: var(--color-background);
    padding: 20px 0;
    text-align: center;
    margin-bottom: 16px;
}

/*###### Footer #####*/
footer {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--color-white);

    margin-top: 16px;
    background: url('../images/sign-up-footer@2x.png') no-repeat center;
    background-size: cover;
    height: 150px;
}

@media(max-width: 600px) {
    .actions button[type="submit"].btn-250 {
        max-width: initial;
    }
}