html, 
body {
    height: 100vh;
}

body {
    background: url("./images/inscricoes_background.jpg.xhtml") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.field > label {
    margin-bottom: .75rem;
}

.field > #nomeSocialCheckbox {
    margin-bottom: .45rem;
}

#recuperarSenhaDialog_content {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.resize-none {
    resize: none !important;
}

.btn-voltar {
    background: green !important;
    border-color: green !important;
}

.btn-voltar:hover {
    background: #007300 !important;
    border-color: #007300 !important; 
}

.confirm-dialog .ui-confirm-dialog-message {
    line-height: 1.25 !important;
}

@media all and (min-width: 576px) {
    .confirm-dialog {
        max-width: 500px !important;
    }
}