/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.modal-form input[type="submit"] {
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    font-weight: 500;
    color: white;
    background: black;
    border: none;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out;
    outline: none;
    text-decoration: none;
    padding: 10px 30px; 
}

.modal-form input[type="submit"]:hover {
  background:#1FBEC1;
}