.gk-register-page .gk-login-panel {
    overflow-y: auto;
    align-items: flex-start;
}

.gk-register-page .gk-login-wrapper {
    margin: auto;
    padding: 34px 0;
}

.gk-register-page .gk-form-group {
    margin-bottom: 15px;
}

.gk-register-page .gk-brand {
    margin-bottom: 22px;
}

.gk-register-page .gk-btn-submit {
    margin-top: 4px;
}

@media (max-height: 760px) and (min-width: 981px) {
    .gk-register-page .gk-login-wrapper {
        padding: 22px 0;
    }
    .gk-register-page .gk-form-group {
        margin-bottom: 11px;
    }
    .gk-register-page .gk-brand {
        margin-bottom: 16px;
    }
}

@media (max-width: 980px) {
    .gk-register-page .gk-login-panel {
        overflow: visible;
    }
    .gk-register-page .gk-login-wrapper {
        padding: 26px 0;
    }
}
