
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f3f3f3;
}


#contact-us-box {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

    #contact-us-box h3 {
        color: #1A2E6C;
        font-size: 20px;
        text-align: center;
        margin: 20px 0 15px; 
        font-family: inherit;
    }

    #contact-us-box .alert {
        text-align: center;
    }

    #contact-us-box form {
        display: flex;
        flex-direction: column;
    }

    #contact-us-box input,
    #contact-us-box textarea,
    #contact-us-box button[type="submit"] {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    #contact-us-box input,
    #contact-us-box textarea {
        padding: 10px;
        margin: 0 0 10px;
        border: 1px solid #003366;
        border-radius: 4px;
        font-family: inherit;
        font-size: 14px;
        resize: none;
        overflow: hidden;
    }

        #contact-us-box input::placeholder,
        #contact-us-box textarea::placeholder {
            font-family: inherit;
            font-size: 14px;
            color: #666;
            opacity: 1;
        }

    #contact-us-box button[type="submit"] {
        padding: 10px;
        margin: 0 0 10px; 
        background-color: #1A2E6C;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-family: inherit;
        font-size: 14px;
        cursor: pointer;
    }

        #contact-us-box button[type="submit"]:hover {
            background-color: #002;
        }

.error-message,
span.field-validation-error {
    color: #dc3545;
    font-size: 0.875em;
    margin: 0 0 10px;
    text-align: left;
}

.success-message,
.alert-success {
    color: #1A2E6C;
    font-size: 1em;
    text-align: center;
    margin: 0 0 15px;
}
