/* only for index Page because it need custom form responsive */

@media (max-width: 720px) {

    form {
        background-color: #f5f5f5;
        padding: 1.25rem;
        border-radius: 0.625rem;
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
        max-width: 50rem;
        min-width: 18.75rem;
        margin: 1.25rem auto;
        display: flex;
        flex-direction: column;
        width: auto;
    }

}
