/* Main login page */
* {
    font-family: "Lato", sans-serif;
}
h1 {
    margin: 0;
}
.login-pf {
    height: 100%;
}
.login-pf-page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}
.hb-login-buttons-group {
    margin-top: 30px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.hb-password-visibility {
    width: 22px;
}
.form-group {
    margin-bottom: 20px;
}

#kc-totp-secret-key {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #272726;
    margin-left: 5px;
    margin-top: 5px;
    display: contents;
    margin-left: 15px;
}

#kc-info-wrapper {
    line-height: 20px;
    font-size: 14px;
    padding: 0px 35px 30px 35px;
    font-weight: 500;
    color: #272726;
    background: none;
}

.hb-social-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #0077A3;
    border: unset;
}
.hb-social-link:hover {
    cursor: pointer;
    color: #1b7a9c;
    text-decoration: none;
}

.hb-kc-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pf-c-alert__icon {
    display: flex;
    align-items: flex-start;
    max-width: 20px;
}
.pf-c-chevron__icon {
    display: flex;
    align-items: flex-start;
    max-width: 25px;
}
.hb-kc-alert .pf-c-alert__title.kc-feedback {
    flex-grow: 1;
    color: #272726;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.kc-feedback__title p {
    margin: 0;
}
.hb-kc-alert-icon {
    width: 20px;
}

.hb-kc-alert--success {
    background-color: #F9FBDF;
    border: 1px solid #4B7926;
    border-radius: 10px;
}
.hb-kc-alert--warning {
    background-color: #FDF8F1;
    border: 1px solid #E39524;
    border-radius: 10px;
}
.hb-kc-alert--danger {
    background-color: #FAEDED;
    border: 1px solid #CD0000;
    border-radius: 10px;
}
.hb-kc-alert--info {
    background-color: #E8F8FD;
    border: 1px solid #0077A3;
    border-radius: 10px;
}

.hb-user-profile-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
