﻿.contact-form-component {
    min-height: 100vh;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.contact-form-div {
    max-width: 800px;
    width: 100%;
    padding: 0rem 3rem;
}

.hidden-field {
    display: none;
}

.g-recaptcha {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.divCaptach {
    margin-top: 1rem;
    justify-content: center;
}