.modal .modal-body{
    padding: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2B341D;
}

.modal .col-sm-2, .col-sm-3
{
    margin-bottom: 10px;
}

.modal .input-erro
{
    border: 2px solid red;
}

@media screen and (max-width: 576px) {

}