#login-links {
    display: flex;
    justify-content: space-between;
    flex: 1;
}


#kc-container {
    display: flex;
    width: 100%;
}

.width-100 {
    width: 100% !important;
}

.max-width-1200 {
    max-width: 1200px !important;
}

#left-container #help-link {
    float: right;
}

#help-container {
   display: flex;
}

#help-container iframe {
    min-height: 100%;
    padding-left: 30px;
}

.display-none {
    display: none !important;
}

.login-pf-page .login-pf-header {
    display: block;
}

.vertical-line {
    display: inline-block;
    border-left: 1px solid #ccc;
    margin-left: 30px;
    height: auto;
}

#browser-warning {
    display: none;
    background: #ffe200;
    padding: 10px;
    text-align: center;
}

#auction-link {
    text-align: center;
}