/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.form-control {
    
    border-radius: 15px !important;
}
.form-control:focus {
  border-color:#ffcc00d2;
  outline: 0;
  background-color: #fff;
  box-shadow: #ffcc007a !important;
  
}
