/* PochiPay Identity Styles */
.auth-box {
    width: 100%;
}

.auth-box-form {
    min-width: 450px;
}

.auth-brand {
    margin-bottom: 2rem;
}

.auth-sub-text {
    max-width: 400px;
}

.app-search {
    position: relative;
}

.app-search .app-search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
}

.app-search .form-control {
    padding-right: 40px;
}

.password-bar {
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.min-vh-100 {
    min-height: 100vh;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .auth-box-form {
        min-width: 100%;
    }
}
