@font-face {
    font-family: Noto Sans, sans-serif;
    src: url("../public/NotoSans-Regular.eot");
    src: local("Noto Sans Regular"), 
        local("NotoSans-Regular"), 
        url("../public/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), 
        url("../public/NotoSans-Regular.woff2") format("woff2"), 
        url("../public/NotoSans-Regular.woff") format("woff"), 
        url("../public/NotoSans-Regular.ttf") format("truetype"), 
        url("../public/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: Noto Sans, sans-serif;
    src: url("../public/NotoSans-SemiBold.eot");
    src: local("Noto Sans SemiBold"), 
        local("NotoSans-SemiBold"), 
        url("../public/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), 
        url("../public/NotoSans-SemiBold.woff2") format("woff2"), 
        url("../public/NotoSans-SemiBold.woff") format("woff"), 
        url("../public/NotoSans-SemiBold.ttf") format("truetype"), 
        url("../public/NotoSans-SemiBold.svg#NotoSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: Noto Sans, sans-serif;
    src: url("../public/NotoSans-Light.eot");
    src: local("Noto Sans SemiBold"), 
        local("NotoSans-SemiBold"), 
        url("../public/NotoSans-Light.eot?#iefix") format("embedded-opentype"), 
        url("../public/NotoSans-Light.woff2") format("woff2"), 
        url("../public/NotoSans-Light.woff") format("woff"), 
        url("../public/NotoSans-Light.ttf") format("truetype"), 
        url("../public/NotoSans-Light.svg#NotoSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
  }

.login-pf body {
    height: 100%;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: linear-gradient(90deg, rgba(13,49,109,1) 0%, rgba(12,72,171,1) 100%);
}


h1#kc-page-title {
    /* margin-top: 10px; */
    margin: 0px;
    color: var(--color-ui-80, #030C17);
    font-family: Noto Sans, sans-serif;
    font-size: 24px;
    font-style: bold;
    font-weight: 600;
    line-height: 24px;
}

#kc-content, #kc-content-wrapper, #kc-form, #kc-form-wrapper, #kc-form-login {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#kc-content-wrapper {
    margin: 0px;
}

#kc-form-wrapper {
    margin: 0px;
}


.login-pf-page .login-pf-header {
    margin: 0px;
    flex-direction: row;
    justify-content: space-between;
    justify-items: start;
    width: 100%;
}

#kc-form-buttons {
    margin-top: auto;
}

.login-pf-page {
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0px;
}


.login-pf-page .login-pf-page-header {
    display: none;
    margin: 0;
}


.card-pf {
    margin: 0 auto;
    box-shadow: var(--pf-global--BoxShadow--lg);
    /* padding: 0 20px; */
     max-width: 888px;
    /* border-top: 4px solid; */
    /* border-color: var(--pf-global--primary-color--100); */
    background-color: transparent;
    border-top: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    position: absolute;
    width: 888px !important;
    height: 496px;
    /* box-shadow: 0px 8px 12px -4px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 8px 42px 4px rgba(0, 0, 0, 0.12); */
    border-radius: 4px;
}

.card-pf .left {
    display: flex;
    width: 444px;
    height: 496px;
    padding: 48px 0px 24px 36px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px 0px 0px 4px;
    background: var(--gradient-signin-banner, linear-gradient(270deg, #62D5F5 0%, #2355DB 100%));
}

.left .copywrite{
    width: 179px;
    height: 16px;
    font-family: Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.left .left-contents  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.left .left-contents .logo-and-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
}

.left .left-contents .logo-and-title .logo {
    background-image: url(../img/DarkFit.svg);
    width: 86.905px;
    height: 96px;
}

.left .left-contents .logo-and-title .title-text .title {
    color: #FFF;
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.left .left-contents .logo-and-title .title-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.left .left-contents .logo-and-title .title-text .branding{
    color: #FFF;
    font-family: Noto Sans, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
}

.card-pf .right {
    display: flex;
    width: 444px;
    height: 496px;
    padding: 48px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-radius: 0px 4px 4px 0px;
    background: #FFF;
}

@media (min-width: 768px) {
    .login-pf-page .card-pf {
        padding:0;
    }
}


#kc-form-login div.form-group{
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}


#kc-reset-password-form div.form-group{
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}


/* pattern fly overrides */

.pf-c-form__label {
    width: auto;
    flex: 0 0 auto;
    align-self: flex-start;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 1px;
    line-height: 16px;
}

.pf-c-form-control {
    --pf-c-form-control--FontSize: 14px;
    --pf-c-form-control--BackgroundColor:#EEF0F5;
    --pf-c-form-control--BorderTopColor: #EEF0F5;
    --pf-c-form-control--BorderRightColor: #EEF0F5;
    --pf-c-form-control--BorderBottomColor: #EEF0F5;
    --pf-c-form-control--BorderLeftColor: #EEF0F5;
    --pf-c-form-control--BorderRadius: 0.1875rem;
    --pf-c-form-control--hover--BorderBottomColor: transparent;
    --pf-c-form-control--PaddingTop: 4px;
    --pf-c-form-control--PaddingBottom: 4px;
    --pf-c-form-control--PaddingRight: 6px;
    --pf-c-form-control--PaddingLeft: 6px;
    --pf-c-form-control--BorderWidth: 0;
    --pf-c-form-control--focus--BorderBottomWidth: 1px;
    --pf-c-form-control--focus--PaddingBottom: 4px;
    --pf-c-form-control--invalid--BorderBottomWidth: 1px;
    height: 32px;
    border-color: #EEF0F5;
    border-style: solid;
    font-family: Noto Sans, sans-serif;
    background-color: var(--pf-c-form-control--BackgroundColor);
    border: 1px solid var(--pf-c-form-control--BorderTopColor);
    border-radius: 4px;
    outline: none;
    padding: 4px 4px 4px 8px;
    width: 100%;
}

.pf-c-form-control:focus-within {
    border-color: #006DCC;
}

.pf-c-form-control[aria-invalid=true] {
}

.pf-c-form__helper-text {
    font-size: 12px;
}

.pf-c-button.pf-m-primary {
    border-radius: 2px;
    line-height: 22px;
    margin-bottom: 18px;
    font-weight: 700;
    background-color: #0056E3;
    border: 1px solid #0056E3;
    color: var(--pf-global--Color--light-100);
}

.pf-c-alert{
    --pf-c-alert--BorderTopWidth: 0;
    --pf-c-alert__title--FontWeight: 400;
    --pf-c-alert__title--Color: #030C17;
    --pf-c-alert--m-danger__title--Color: #030C17;
    --pf-c-alert--m-warning__title--Color: #030C17;
    margin-bottom: 8px;
    flex-direction: row!important;
    display: flex;
    padding: 3px;
}


/* end pattern fly overrides */