#contact-forms-template-1 .contact-form-container {
    width: 98%;
    max-width: 500px;
    margin: auto;
    border-radius: 0.75rem;
    padding: 2rem 1rem;
    background-color: rgb(156, 156, 143);
}

#contact-forms-template-1 .contact-form-heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
}

#contact-forms-template-1 .form-label-input-container {
    margin-bottom: 1.5rem;
}

#contact-forms-template-1 .form-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

#contact-forms-template-1 .form-input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 1rem;
    background-color: #e1e1db;
}

#contact-forms-template-1 .form-submit-btn {
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #e1e1db;
    cursor: pointer;
}

#contact-forms-template-1 .contact-form-response {
    display: none;
    margin-top: 0.75rem;
    font-size: 0.8rem;
}