.login-pf body {
    background: #f4f5f7;
}

.pf-v5-c-form-control:has(select#login-select-toggle), #kc-header, .pf-v5-c-form:has(input#kc-attempted-username) {
    display: none;
}

/* center login form title */
#kc-page-title {
    text-align: center;
}

/* Ensure login form is centered by overriding grid layout */
.pf-v5-c-login__container {
    display: flex;
}

/* reduce min-height to prevent pushing footer/header out */
.pf-v5-c-login {
    min-height: auto;
}

/* constraint login form width */
.pf-v5-c-login__main {
    min-width: 400px;
    max-width: 500px;
}

#iitr-login-header {
    background: white;
    padding: 20px;
}

#iitr-login-header-img {
    padding: 20px;
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#iitr-info-box {
    background-color: #deebff;
    font-size: 14px;
    padding: 10px 10px 1px 10px;
    margin-bottom: 20px;
}

#iitr-info-box img {
    height: 18px;
}

#iitr-info-icon {
    border-radius: 50%;
    background: blue;
    color: white;
}

#iitr-info-head {
    display: inline-block;
    color: #363636;
    padding-left: 10px;
}

#iitr-info-list {
    padding: 0 20px 0 30px;
    color: #363636;
}

#iitr-locale-switch {
    margin: -30px 0 20px 0;
}

.iitr-footer {
    text-align: center;
}

.iitr-footer img {
    margin: 50px;
}

.iitr-footer a {
    font-size: 14px;
    padding: 10px;
    color: #5e6c84;
}