.login-pf,
.login-pf body {
    background: none;
    --pf-global--primary-color--100: rgb(42, 140, 36);
    --pf-global--FontFamily--sans-serif: "Open Sans", Helvetica, Arial, sans-serif;
}

html {
    height: 100%;
}

body {
    font-size: 12px;
    line-height: 1.66666667;
    height: 100%;
    background-color: #414042!important;
}

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

.pf-c-alert__title {
    font-size: var(--pf-global--FontSize--xs);
}

#kc-form-wrapper {
    margin-top: 10px;
}

#kc-form-options {
    margin-bottom: 15px;
}

#kc-header-wrapper {
   content:"";
   color: transparent;
   font-size: 0;
   padding: 62px 10px 20px;
}

#kc-header-wrapper::after {
   height: 47px;
   width: 100px;
   background-image: url('../img/miax-futures-logo.png');
   background-size: 100px 47px;
   display: block;
   content:"";
   margin-left: auto;
   margin-right: auto;
}

#kc-header ~ div {
    background-color: white;
    padding: 20px 40px 30px 40px;
    margin: 0 auto;
    box-shadow: rgba(3, 3, 3, 0.16) 0 8px 16px 0, rgba(3, 3, 3, 0.08) 0 0 6px 0;
    max-width: 500px;
    border-top: 4px solid;
    border-color: var(--pf-global--primary-color--100);
}

#kc-page-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300!important;
    text-align: center;
    line-height: 1.1;
    color: #363636;
}

