/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 11, 2026, 10:50:34 AM
    Author     : rahasdita
*/
.modal-header{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body {
    background-image: url('../../assets/media/auth/bg10.jpeg');
}
[data-theme="dark"] body {
    background-image: url('../../assets/media/auth/bg10-dark.jpeg');
}