.contact-form p a{
    color: #4c46df !important;
}

.contact-form-background{
    background: url('../images/contact-us-background.png');
    background-size: cover;
    background-position: bottom right;
}

.contact-form-success-message{
    line-height: 25px;
    border: 1px solid #9cee6930;
    padding: 10px;
    border-radius: 12px;
    background: #9cee691f;
    color: #9cee69;
    font-weight: 500;
}

.contact-form-error-message{
    line-height: 25px;
    border: 1px solid #fdb00130;
    padding: 10px;
    border-radius: 12px;
    background: #fdb0011f;
    color: #fdb001;
    font-weight: 500;
}

.g-recaptcha div{
    margin-left: auto;
    margin-right: auto;
}