/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2025 | 06:52:32 */
button, input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    background-color:#0A9DC8!important;
    border: 0;
    border-radius: 4px!important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .065em;
    padding: .65em 1.6em;
    text-transform: uppercase;
    transition: background .3s, color .3s, transform .3s;
    width: auto;
}
input:read-only, input:read-write {
    margin: 0 1em .6em 0;
    width: 17em;
    border-radius: 4px!important;
}
