.contentor-formulario {
    margin-bottom: 50px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.contentor-formulario label {
    padding-bottom: 10px;
}

.consent-label{
    margin-bottom:15px;
    margin-top:15px;
}

.radio-label{
    display:flex;
    margin-bottom: 20px;
    align-items: center;

}

.custom-radio{
    flex: 0 0 auto;
    margin-right: 10px !important;
    margin-top: 0px!important;
    width:15px;
    height:15px;
}

.radio-span{
    flex: 1 1 auto;
    line-height: 1.2;
}