.skin-blue .main-header .navbar, .logo {
    background: #fff !important;
}

.main-header .sidebar-toggle:hover {
    background: none !important;
}

.login-page {
    background: url('./logo/login.jpg'),rgba(8, 8, 8, 0.35) no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
   
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column; /* Default for mobile */
}

.login-box {
    background-color: rgba(255, 255, 255, 0.9); /* Slight transparency */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
}

.logo-img {
    display: block;
    margin: 0 auto 20px;
    width: 100px;
}

.regi-from-group {
    position: relative;
    margin-bottom: 20px;
}

.regi-from-group{
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 40px;
    z-index: 10; /* Ensure inputs are clickable */
    position: relative;
}

.regi-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
}

.regi-index-btn {
    background-color: #d9534f;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.regi-index-btn:hover {
    background-color: #c9302c;
}

.login-box-body.forgot-password {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
}

.regi-password-btn:hover {
    text-decoration: underline;
}

.powered {
    text-align: center;
    margin-top: 20px;
    color: #777;
}

.powered a {
    color: #d9534f;
    font-weight: bold;
    text-decoration: none;
}

.powered a:hover {
    text-decoration: underline;
}

/* Responsive layout adjustments for large devices */
@media (min-width: 1200px) {
    .login-container {
        flex-direction: row; /* Side-by-side layout for large screens */
    }

    .login-box {
        max-width: 500px; /* Increase width for larger screens */
    }

    .login-box-body.form-input {
        font-size: 18px; /* Larger input text for large screens */
    }
}

/* Header adjustments */
.skin-blue .main-header li.user-header {
    background: #fff !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    background: #BF1E2E  !important;
    color: aliceblue !important;
}

/* Powered by footer */
.powered {
    margin-left: 230px;
}

/* Profile image */
.user-panel>.image>img {
    width: 100%;
    max-width: 50px;
    height: auto;
}

.img-circle {
    border-radius: 0%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: gray !important;
}

.small-box h3 {
    font-size: large !important;
}

/* Sidebar toggle color */
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #090808;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #ff4040;
}

.main-footer {
    background-color: #090808 !important;
}

body.sidebar-mini.sidebar-open.skin-blue {
    background-color: #222d32 !important;
}

/* Responsive content-header for smaller screens */
@media (max-width: 991px) {
    .content-header > h1 {
        margin-top: 10px;
    }
}
