body {
    font-size: 14px!important;
}

.form-control {
    font-size: 14px!important;
}

small.help-block {
    color: red;
}

.nav i.fa-times {
    color: red;
}

.has-error input {
    border-color: red;
}

label.error {
    color: #f00 !important;
}

input.error {
    border-color: #f00 !important;
}

.error-message {
    color: #f00 !important;
}

small.required {
    color: #f00;
}

.dropdown-menu-lg {
    min-width: 280px;
    max-width: 400px!important;
    padding: 0;
}

label.required:after {
    content:" *";
    color: red;
}

.error-message {
    color: #f00 !important;
    border-color: #f00 !important;
}

.alinhar-botao {
    margin-top: 29px;
}

.slider-img {
  max-width: 620px;
  width: 80%;   /* ajuste aqui o quanto quer reduzir */
  height: auto; /* garante proporção */
  display: block;
  margin: 0 auto; /* centraliza */
}