.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;
}

.privacy_small{
    margin:auto;
    padding:10px;
    line-height: 1.3;
    color: black;
    margin-bottom: 20px;
}

.privacy_small span{
    color:black!important
}