/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2024 | 15:13:23 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

a {
    background-color: transparent;
    text-decoration: none;
    color: #252525;
}
.custom-submit {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.06em;
    text-align: left !important;
}
.submit-btn {
    background: #1E75B9 !important;
    padding: 10px 30px;
    gap: 10px;
    border-radius: 10px;
    color: #fff;
    border: none;
}