
.form-horizontal .control-group {
    margin-bottom: 0;
}

.controls input[type=text],
.controls input[type=date],
.controls input[type=tel],
.controls input[type=email],
.controls input[type=password],
.controls select{
    height: 25px;
    padding: 0 6px;
}

/*.ie10 .controls input {*/
/*padding: 0 6px !important;*/
/*}*/

.form-horizontal {
    background: #fff;
    padding: 20px;
}

label.error {
    width: 100%;
    color: red;
}

.uppercase {
    text-transform: uppercase;
}

.controls.confirma {
    text-align: right;
    padding-right: 7%;
}
