

/* Form  */
form-control:focus, input:focus, textarea:focus {
  border-color: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input {
  border: none !important;
  border-bottom: 1px solid gray !important;
} 
input:focus {
  border-color: #5384EC !important;
  border-width: 2px !important;
}
.error {
  color: red;
  border-color: red !important;
}
.error:focus {
  border-color: red !important;
}
