#kc-passwd-update-form {
    padding: 10px 14px;
    margin: 0;
}

.alert-warning {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    color: #333333;
    line-height: 20px;
    position: relative;
    word-wrap: break-word;
    padding: 11px 14px;
    margin-bottom: 20px;
    border: 1px solid #cc0000;;
    border-radius: 1px;
}

.alert-warning > .fa-exclamation-triangle {
    font-size: 22px;
    color: #ff5733;
}

.fnt-check {
    display: flex;
    align-items: center;
    gap: 1em;
    height: 2em;
}

.fnt-check__input {
    height: 15px !important;
    width: 15px !important;
    flex: 0 0 1;
}

.fnt-check__label {
    height: 1em !important;
    flex: 1;
    margin-bottom: 0px !important;
}
