        @font-face {
            font-family: 'Sora';
            src: url('../fonts/SORA-VARIABLEFONT_WGHT.TTF');
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-image: url('../img/bg.jpg');
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
            color: #f8f9fa;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles */
        header {
            padding: 20px 0;
            position: relative;
            z-index: 100;
        }
        
        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .logo-icon img {
            width: 70px;
            height: 40px;
            /* background: #3498db; */
            /* color: white; */
            /* border-radius: 50%; */
            /* display: flex; */
            align-items: center;
            justify-content: center;
            /* font-size: 18px; */
            /* font-weight: bold; */
        }
        
        .logo-text {
            display: flex;
            flex-direction: column;
        }
        
        .firm-name {
            font-size: 20px;
            font-weight: 700;
            color: #f8f9fa;
            line-height: 1.1;
        }
        
        .nav-links {
            display: flex;
            list-style: none;
            gap: 25px;
            align-items: center;
        }
		
		ul{
			position: relative;
		}
		
		#currentTime{
            font-size: 40px;
			color: rgba(0,0,0,0.3);
			left: 0;
		}
        
		#currentDate{
			position: absolute;
			top: -2px;
			right: 15px;
			font-size: 12px;
		}
		
        .datetime {
            display: flex;
            align-items: center;
            padding: 8px 15px;
            border-radius: 5px;
        }
        
        .date, .time {
            font-size: 13px;
            font-weight: 500;
            font-family: 'Sora', sans-serif;
        }
        
        .time {
            font-weight: 700;
            color: #e74c3c;
            margin-left: 5px;
        }
        
        /* Main Content */
        .main-content {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 40px 0;
            flex: 1;
        }
        
        /* Login Form - Fixed size */
        .login-form-container {
            width: 320px; /* Fixed size */
            background: rgba(255, 255, 255, 0.95);
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
            margin-top: 30px;
			position: absolute;
			top: 35%;
			left: 50%;
			transform: translate(-50%, -50%);
        }
        
        .form-header {
            text-align: center;
            margin-bottom: 7em;
        }
        
        .form-header h2 {
            color: #2c3e50;
            font-size: 22px;
            margin-bottom: 8px;
        }
        
        .form-group {
            margin-bottom: 18px;
            transition: all 0.3s ease;
        }

        #credentialsGroup{
            display: none;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #2c3e50;
            font-weight: 600;
            font-size: 14px;
        }
        
        .form-group input, .form-group select {
            width: 100%;
            padding: 12px;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            font-size: 15px;
            transition: border-color 0.3s;
        }

        .form-group input:focus, .form-group select:focus {
            border-color: #3498db;
            outline: none;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
        }
        
        .btn {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 6px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: block;
            width: 100%;
            font-size: 15px;
            text-align: center;
        }
        
        .btn:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
        }

        .form-buttons {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            gap: 15px;
        }

        .form-buttons button {
            flex: 1;
        }

        .form-footer{
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .form-footer a {
            color: #3498db;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
        }
        
        .form-footer a:hover {
            text-decoration: underline;
            color: #2980b9;
        }

        .link {
            color: #3498db;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            display: block;
            margin-top: 55px;
            text-align: center;
        }
        
        .link:hover {
            text-decoration: underline;
            color: #2980b9;
        }

        .back-button {
            background-color: #95a5a6;
            margin-bottom: 15px;
        }
        
        .back-button:hover {
            background-color: #7f8c8d;
        }
        
        /* Responsive Design - Fixed form size */
        @media (max-width: 900px) {
            .main-content {
                justify-content: center;
                padding: 30px 0;
            }
            
            .login-form-container {
                width: 380px; /* Fixed size for all screens */
                margin: 20px auto;
            }
            
            .datetime {
                flex-direction: column;
                align-items: flex-end;
                gap: 5px;
            }
        }

        @media (max-width: 480px) {
            .login-form-container {
                width: 350px; /* Slightly smaller for very small screens */
                padding: 20px;
            }
            
            .form-buttons {
                flex-direction: column;
                gap: 10px;
            }
            
            .form-footer {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }
            
            .datetime {
                padding: 6px 10px;
            }
            
            .date, .time {
                font-size: 13px;
            }
        }