:root {
    --text-color-description: #7E858C
}

#kc-info-header{
    text-align: center;
    word-break: break-word;
}

.kc-info-body {
    #kc-info-header {
        font-size: 24px;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 0;
    }
}

#kc-info-message{
    text-align: center;
}

#kc-info-message > .instruction{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--text-color-description);
    word-break: break-word;
}

#kc-info-header > .info-icon-container{
    margin-bottom: 24px;
}

.info-icon{
    width: 72px;
    height: 72px;
}

.kc-info-body .card-pf{
    max-width: 720px;

    @media (max-width: 700px) {
        max-width: 330px;
    }
}

.kc-info-body .login-pf-header{
    margin-bottom: 8px;
}

.kc-info-button {
    margin-top: 24px;
}

.kc-info-button > a {
    border-radius: 2px;
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    height:32px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
    color:#fff !important;
    text-decoration: none;
    font-weight: 400 !important;
    box-shadow: 0px 2px 0px 0px rgba(0, 76, 151, 0.10);
}


.kc-info-body .alert-info{
    margin-top: 24px;
    display: none;

    @media (max-width: 700px) {
        display: flex;
        align-items: center;

        .info-icon, .pf-c-alert__icon {
            height: 16px;
        }
        .kc-feedback-text{
            flex:1;
            text-align: left;
        }
    }
}
