html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

form {
    padding: 1rem;
}

.form-floating {
    margin-bottom: 1rem;
}

#nome {
    text-transform: capitalize;
}

.bootbox-close-button {
    background-color: inherit !important;
    color: inherit !important;
    border: none !important;
    box-shadow: none !important;
}

optgroup {
    color: red;
}

optgroup>option {
    color: black;
}

.disclaimer>p {
    text-indent: 50px;
}

.disclaimer>b {
    color: red;
}

/* remover seta do datalist */
input::-webkit-calendar-picker-indicator {
    display: none;
}