.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, rgb(209, 23, 23)); */
    /* background: rgb(255, 254, 223); */
  /* } */

  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #36a0b3 !important;
}