body {
    background: linear-gradient(171.71deg, #E6F5FF 0%, #FFF7FA 50%, #F4E8E5 100%);
    font-family: Inter, sans-serif;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login-card {
    max-width: 420px;
    border: none;
}

.login-title {
    font-weight: 700;
}

.card {
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.03);
    border: 1px solid #0A0F0F14;
}

.section-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.form-control, .form-control:focus {
    color: #0A0F0F !important;
}

.form-control::placeholder {
    color: #a1959d !important;
}

.btn-primary {
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}

.btn-primary {
    padding: 10px 20px;
    color: #ffffff !important;
    background-color: #0A0F0F !important;
    border: none !important;
}

.ck-editor__editable {
    min-height: 520px;
}
