.request_submit {
    cursor: pointer;
    width: 30%;
    border: 1px solid #2596be !important;
    color: #fff;
    font-size: 20px;
    filter: drop-shadow(-5px 4px 1px rgba(0, 0, 0, 0.3));
    font-weight: 600;
    padding: 10px 25px;
    background-image: linear-gradient(#028aca, #028aca, #0d3656) !important;
    border-radius: 8px !important;
  }
  
  .request_submit:focus,
  .request_submit:hover {
    text-decoration: none;
    box-shadow: 4px 2px 10px #928d8d;
  }