/* Add here all your CSS customizations */
.popover-body > .kv-editable-content > form > .kv-editable-parent > .kv-help-block{
    color: red !important;
}

.login-avatar-wrapper {
    width: 110px;
    height: 110px;
    margin-bottom: -55px;
    z-index: 2;
    position: relative;
}

.login-avatar-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(22, 119, 239, 0.1);
    border: 3px solid #ecedf0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-avatar-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    /* agar logo tidak gepeng */
    object-position: center;
    display: block;
}