html, body{
    font-family: 'Montserrat', sans-serif;
}
.editar-btns-inferiores{
    margin-top: 0%;
    margin-bottom: 50px;
}
table tbody tr td input{
    width: 100%;
}
#registration_form_nome{
    width: 100% !important;
}
#registration_form_email{
    width: 100% !important;
}
#registration_form_agreeTerms{
    width: 100% !important;
    text-align: left !important;
}
#registration_form_plainPassword{
    width: 100% !important;
}


#registration_form_agreeTerms, #registration_form_plainPassword, #registration_form_email, #registration_form_nome{
    outline: 0;
    background-color: #FFF;
    /*-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.3);*/
    line-height: 40px;
    border: 0.5px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
}
.input-text{
    width: 100%;
    outline: 0;
    background-color: white;
    /*-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.3);*/
    border: 0.5px solid #d9d9d9;
    border-radius: 5px;
    line-height: 30px;
}
.input-selectbox{
    width: 100%;
    outline: 0;
    background-color: white;
    /*-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.3);*/
    border: 0.5px solid #d9d9d9;
    border-radius: 5px;
    height: 33px;
}
.form-titulo{
    background-color: var(--cor-nro-1);
    color: white;
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 20px;
}
.checkbox-serhumano{
    width: 20px;
    vertical-align: bottom;
}
.input-date{
    width: 100%;
    outline: 0;
    background-color: white;
    /*-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.3);*/
    border: 0.5px solid #d9d9d9;
    border-radius: 5px;
    height: 33px;
}
.form-label{
    font-weight: bold;
    font-size: 80%;
}
.form-field{
    margin-bottom: 30px;
}
.form-link-new{
    font-size: 12px
}
.form-row{
    margin-bottom: 50px;
    border-radius: 10px;
}

#cadastro_proposta_PropostaDetalhe{
    width: 100% !important;
    height: 200px;
}
.btn-row-inferior{
    margin-bottom: 30px;
}