.btn-primary {
    color: #fff;
    background-color: #1063ad;
    border-color: #1063ad;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

h1{
    font-weight: normal !important;
    margin: 20px 0;
    border-bottom: 1px solid #ccc
    
}
.cliente label{
    font-weight: bold
}

h2 {
    border-bottom: 1px solid #ccc !important
}

.table {
	margin-bottom: 0
}