input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-title {
    color: #0060a9;
    margin-top: 0;
    margin-bottom: 20px;
}

.confirmacao .form-title{
    margin-top: 20px;
}

.form-control {
    height: 40px;
}

.form--pesquisa .input-group{
  width: 100%;
}

.creditCard-flags {
    margin-bottom: 0;
    margin-top: 28px;
}

.creditCard-flags li {
    font-size: 1.5em;
    line-height: 40px;
}

.is-semParcelamento {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}