.re-captcha {
    margin: 30px auto 0;
}

.re-captcha > .g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

.re-captcha .error{
    text-align: center;
}

.btn_submit:disabled {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
}

.btn_submit:hover:disabled {
    transform: translateY(0);
}

.tel {
    height: 24px;
    text-align: left;
    width: auto;
    vertical-align: text-bottom;
}

@media (max-width: 768px) {
    .tel {
        height: 22px;
    }
}