:root {
            --itu-orange: #f7a332;
            --itu-dark: #1a1a1a;
            --itu-light: #f8f9fa;
        }
        
        body {
            font-family: 'Nunito', 'Roboto', sans-serif;
            background-color: #f5f5f5;
        }
        
        .login-container {
            min-height: 100vh;
        }
        
        .left-section {
             background-image: linear-gradient(315deg, #382f2f 0%, #2f2923 74%);

            background-size: cover;
            background-position: center;
            color: white;
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .right-section {
            background-color: white;
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .itu-logo {
            max-width: 280px;
            margin: 0 auto 30px;
            display: block;
        }
        
        .main-heading {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 2.2rem;
            color: var(--itu-orange);
            margin-bottom: 20px;
            text-align: center;
        }
        
        .sub-heading {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 1.8rem;
            margin-bottom: 30px;
            text-align: center;
            color: white;
        }
        
        .mission-text {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #ddd;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .mission-text span {
            color: var(--itu-orange);
            font-weight: 600;
        }
        
        .helpline {
            background-color: rgba(247, 163, 50, 0.1);
            border-left: 4px solid var(--itu-orange);
            padding: 15px;
            margin: 20px 0;
            font-size: 0.95rem;
        }
        
        .helpline strong {
            color: var(--itu-orange);
        }
        
        .deadline-alert {
            background-color: #dc3545;
            color: white;
            padding: 12px;
            border-radius: 5px;
            margin: 20px 0;
            text-align: center;
            font-weight: 500;
        }
        
        .important-links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 30px;
            padding: 15px;
            background-color:rgb(220 53 69);
            border-radius: 8px;
        }
        
        .important-links a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
            border-right: 1px solid #ffff;
            padding-right: 10px;
            font-weight:bold;
        }
         .important-links a:last-child {
                      border-right: none;


         }
        
        .important-links a:hover {
            color: white;
            text-decoration: underline;
        }
        
        /* Login Form Styles */
        .login-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .card-header {
            background-color: var(--itu-orange);
            color: white;
            padding: 20px;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 1.3rem;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .card-body {
            padding: 30px;
        }
        
        .form-label-custom {
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .form-control-custom {
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .form-control-custom:focus {
            border-color: var(--itu-orange);
            box-shadow: 0 0 0 0.25rem rgba(247, 163, 50, 0.25);
        }
        
        .btn-login {
            background-color: var(--itu-orange);
            border: none;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s;
            width: 100%;
        }
        
        .btn-login:hover {
            background-color: #e6952b;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(247, 163, 50, 0.3);
        }
        
        .btn-register {
            background-color: #6c757d;
            border: none;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s;
            width: 100%;
            margin-top: 10px;
        }
        
        .btn-register:hover {
            background-color: #e6952b;
            color:#fff;
        }
        
        .forgot-password {
            color: var(--itu-orange);
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-top: 15px;
        }
        
        .forgot-password:hover {
            text-decoration: underline;
            color: #e6952b;
        }
        
        .help-text {
            font-size: 0.9rem;
            color: #666;
            margin-top: 20px;
            text-align: center;
        }
        
        .help-text a {
            color: var(--itu-orange);
            text-decoration: none;
        }
        
        .copyright {
            text-align: center;
            margin-top: 30px;
            color: #666;
            font-size: 0.9rem;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        
        .google-signin {
            text-align: center;
            margin: 20px 0;
        }
        
        .signup-instruction {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
            font-size: 0.95rem;
            border-left: 4px solid var(--itu-orange);
        }
        .sub-heading{
          border-top:2px solid #fff;
          border-bottom:2px solid #fff;
          padding:10px 0;
        }
        /* Responsive */
        @media (max-width: 768px) {
            .left-section, .right-section {
                padding: 30px 20px;
            }
            
            .main-heading {
                font-size: 1.8rem;
            }
            
            .sub-heading {
                font-size: 1.5rem;
            }
            
            .important-links {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }
            .important-links a{
                border-right:none;
                border:1px solid #fff;
                padding:10px 20px;
            }
        }
        