﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff !important;
}

#kc-register-form {
    width: 100%;
}

@media (min-width: 768px) {
    #kc-register-form .kc-register-grid {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1.5rem;
        row-gap: 1rem;
    }

        #kc-register-form .kc-register-grid > .pf-v5-c-form__group,
        #kc-register-form .kc-register-grid > .kc-form-group,
        #kc-register-form .kc-register-grid > .form-group {
            flex: 0 0 100%;
            margin-bottom: 0;
        }

        #kc-register-form .kc-register-grid > .kc-two-col {
            flex: 0 0 calc(50% - 0.75rem);
        }

        #kc-register-form .kc-register-grid > .kc-full-width {
            flex: 0 0 100%;
        }
}


.pf-v5-c-login {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff !important;
}


.kc-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.pf-v5-c-login__main-header{
	padding-top: 10px;
	padding-bottom: 10px;
}


.kc-logo {
    max-height: 130px;
    width: auto;
}

.kc-title-wrapper {
    text-align: left;
}

#kc-header,
#kc-header-wrapper {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
}


         
