.form-control:focus {
    border-color: darkturquoise;
    box-shadow:none;
    border-radius: 0;
  }
  .form-control {
    border-color: lightgray;
    box-shadow:none;
    border-radius: 0;
  }

  body {
    background: linear-gradient(to right, lightgray, white);
  }

  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #36a0b3 !important;
}


