/* Sidebar and main content wrapper */
.wrapper {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.sidebar {
    width: 250px;
    background-color: #f8f9fa;
    padding: 20px;
}

.main-content {
    flex-grow: 1;
    padding: 20px;
}

/* Modal-specific styles */
.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.login-container {
            height: 100vh; /* Full height */
        }
        .login-image {
            background-image: url('https://picsum.photos/1000/1000'); /* Replace with your image path */
            background-size: cover;
            background-position: center;
        }
body{
    font-size:15px;
}