.mt-custom {
    margin-top: 3.5rem; /* Custom margin-top value */
}
.mt-pill {
    padding-top: 5px; /* Custom margin-top value */
}
.mt-form {
    margin-top: 12.5rem; /* Custom margin-top value */
}
.btn-submit {
    padding: 8px 50px;
    font-size: 1.2rem;
    border-radius: 20px;
    background-color: #007bff; /* Blue color */
    border-color: #007bff; /* Blue color */
}
.btn-submit:hover {
    background-color: #0056b3; /* Darker blue color on hover */
    border-color: #0056b3; /* Darker blue color on hover */
}
.btn-submit:focus {
    box-shadow: none; /* Remove focus box shadow */
}