/* static/css/app.css */

body {
    background-color: #f5f6f8;
}

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

.app-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.app-login-container {
    min-height: 100vh;
}

.app-logo-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #0d6efd;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.app-page-title {
    font-weight: 700;
    color: #1f2937;
}

.app-muted {
    color: #6b7280;
}

.form-control,
.form-select {
    border-radius: 10px;
    min-height: 44px;
}

.btn {
    border-radius: 10px;
    min-height: 44px;
    font-weight: 600;
}

.navbar {
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}