.banner-registration-form-iframe {
    min-height: 596px;
    width: 100%;
}

.banner-registration-form {

}

.banner-registration-form .form-buttons {
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 620px) {
    .banner-registration-form .form-buttons {
        flex-direction: column;
        align-items: flex-end;
    }
}