.dimar-recaptcha-login {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0 1rem;
    min-height: 78px;
}

@media (max-width: 380px) {
    .dimar-recaptcha-login {
        transform: scale(0.88);
        transform-origin: center top;
        margin-bottom: 0;
    }
}
