nav{
    background-color: white !important;
}

input[type="text"], input[type="number"]{
     height: 25px !important;
     /*font-size: 10px;*/
     line-height: 14px !important;
}

select{
  height: 28px !important;
  /*font-size: 10px;*/
  line-height: 14px !important;
}

.form-group label{
  font-weight: normal;
}

textarea{
  border-radius: 5px !important;
  border-color: #ddd;
}

.fa-exclamation-triangle{
  color: red;
}


