   * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: Arial, sans-serif;
    }
    
    .login-slider {
      background: url(https://cgu-odisha.ac.in/wp-content/uploads/2024/04/0U6A6990-1-min.jpg) no-repeat center center/cover;
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
    }
    
    .login-container {
    width: 100%;
    max-width: 1324px;
    margin: 0 auto;
}
    
    .login-grid {
      display: grid;
      grid-template-columns: 30% 30% 1fr;
      gap: 0;
      align-items: center;
    }
    
    .login-info-content {
    background: #EFEAE3;
    padding: 30px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    
    .login-logo {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 30px;
    }
    
    .login-logo img {
      height: 60px;
    }
    
    .login-info-content h1 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #000;
    }
    
    .login-info-content p {
      color: rgba(8, 7, 8, 0.8);
      font-size: 16px;
      margin-bottom: 40px;
      line-height: 1.6;
    }
    
    .login-stats {
      margin-top: 20px;
    }
    
    .login-stats h3 {
      font-weight: 800;
      font-size: 72px;
      color: #f48221;
      margin: 0;
      line-height: 1;
    }
    
    .login-stats p {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.3;
      margin: 10px 0 0 0;
      color: #000;
    }
    
    .login-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    position: relative;
    left: -120px;
}
    
    .login-image img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    
    .login-form-section {
      padding: 40px 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 20px;
    }
    
    .login-phone-btn {
      background-color: #000;
      color: #fff;
      border: 1px solid #000;
      padding: 12px 24px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: 0.3s;
    }
    
    .login-phone-btn:hover {
      background-color: #333;
    }
    
    .login-phone-btn img {
      height: 20px;
    }
    
    .login-form-title {
      font-weight: 700;
      font-size: 18px;
      text-align: right;
      color: #000;
    }
    
    .login-form-box {
      background: #fff;
      border: 10px solid #ef7d00;
      width: 100%;
      max-width: 450px;
    }
    
    .login-form-header {
      display: flex;
      border-bottom: 2px solid #e0e0e0;
    }
    
   .login-form-tab {
    flex: 1;
    padding: 15px;
    background: #FF861E;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
    
    .login-form-content {
      padding: 30px 20px;
    }
    
    .login-or-separator {
      text-align: center;
      margin: 20px 0;
      position: relative;
    }
    
    .login-or-separator::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #ddd;
    }
    
    .login-or-separator span {
      background: #fff;
      padding: 0 10px;
      position: relative;
      z-index: 1;
      color: #666;
    }
    
    .login-form-group {
      margin-bottom: 15px;
    }
    
    .captcha-group {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .captcha-display {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #f5f5f5;
      border: 1px solid #ddd;
      flex-shrink: 0;
    }
    
    #captchaCanvas {
      background: white;
      border: 1px solid #ddd;
      display: block;
    }
    
    .captcha-refresh {
      background: #ef7d00;
      border: none;
      color: white;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.3s;
      flex-shrink: 0;
    }
    
    .captcha-refresh:hover {
      background: #d66d00;
    }
    
    #captchaInput {
      flex: 1;
    }
    
    .login-form-control {
      width: 100%;
      padding: 12px;
      border: 1px solid #ddd;
      font-size: 14px;
      outline: none;
      transition: 0.3s;
    }
    
    .login-form-control:focus {
      border-color: #ef7d00;
    }
    
    .login-options {
      text-align: right;
      margin-bottom: 15px;
    }
    
    .login-options a {
      color: #ef7d00;
      text-decoration: none;
      font-size: 14px;
    }
    .remnew {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
    .login-remember-me {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      margin-bottom: 20px;
    }
    
    .login-submit-btn {
      width: 100%;
      padding: 14px;
      background: #ef7d00;
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      transition: 0.3s;
      text-transform: uppercase;
    }
    
    .login-submit-btn:hover {
      background: #d66d00;
    }
    
    .login-form-footer {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
    }
    
    .login-form-footer a {
      color: #ef7d00;
      text-decoration: none;
      display: block;
      margin-top: 10px;
    }
    
    @media (max-width: 1200px) {
      .login-grid {
        grid-template-columns: 40% 1fr;
        gap: 20px;
      }
      
      .login-image {
        display: none;
      }
      
      .login-info-content h1 {
        font-size: 40px;
      }
      
      .login-stats h3 {
        font-size: 60px;
      }
      
      .login-stats p {
        font-size: 28px;
      }
      
      .login-form-section {
        padding: 40px 20px;
      }
    }
    
    @media (max-width: 992px) {
      .login-container {
        padding: 20px;
      }
      
      .login-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }
      
      .login-info-content {
        padding: 40px 30px;
        order: 1;
      }
      
      .login-info-content h1 {
        font-size: 36px;
      }
      
      .login-stats h3 {
        font-size: 56px;
      }
      
      .login-stats p {
        font-size: 26px;
      }
      
      .login-form-section {
        order: 2;
        align-items: center;
        padding: 40px 20px;
      }
      
      .login-form-title {
        text-align: center;
      }
      
      .login-form-box {
        max-width: 500px;
      }
    }
    
    @media (max-width: 768px) {
      .login-slider {
        min-height: auto;
        padding: 20px 0;
      }
      
      .login-container {
        padding: 10px;
      }
      
      .login-info-content {
        padding: 30px 20px;
      }
      
      .login-logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
      }
      
      .login-logo img {
        height: 50px;
      }
      
      .login-info-content h1 {
        font-size: 28px;
      }
      
      .login-info-content p {
        font-size: 14px;
        margin-bottom: 30px;
      }
      
      .login-stats {
        margin-top: 15px;
      }
      
      .login-stats h3 {
        font-size: 48px;
      }
      
      .login-stats p {
        font-size: 22px;
      }
      
      .login-form-section {
        padding: 30px 15px;
      }
      
      .login-form-box {
        border-width: 8px;
      }
      
      .login-form-content {
        padding: 25px 15px;
      }
      
      .login-phone-btn {
        padding: 10px 20px;
        font-size: 14px;
      }
      
      .login-form-title {
        font-size: 16px;
      }
    }
    
    @media (max-width: 576px) {
      .login-info-content {
        padding: 25px 15px;
      }
      
      .login-info-content h1 {
        font-size: 24px;
        margin-bottom: 15px;
      }
      
      .login-info-content p {
        font-size: 13px;
        margin-bottom: 25px;
      }
      
      .login-stats h3 {
        font-size: 40px;
      }
      
      .login-stats p {
        font-size: 20px;
      }
      
      .login-form-section {
        padding: 25px 10px;
        gap: 15px;
      }
      
      .login-form-box {
        border-width: 6px;
      }
      
      .login-form-content {
        padding: 20px 12px;
      }
      
      .login-form-tab {
        padding: 12px;
        font-size: 15px;
      }
      
      .login-form-control {
        padding: 10px;
        font-size: 13px;
      }
      
      .remnew {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
      
      .login-remember-me {
        margin-bottom: 0;
      }
      
      .login-options {
        text-align: left;
        margin-bottom: 0;
      }
      
      .login-submit-btn {
        padding: 12px;
        font-size: 15px;
      }
      
      .login-phone-btn {
        width: 100%;
        justify-content: center;
      }
      
      .captcha-group {
        flex-direction: column;
        align-items: stretch;
      }
      
      #captchaInput {
        order: 1;
      }
      
      .captcha-display {
        justify-content: center;
        order: 2;
      }
    }
    
    @media (max-width: 400px) {
      .login-info-content h1 {
        font-size: 22px;
      }
      
      .login-info-content p {
        font-size: 12px;
      }
      
      .login-stats h3 {
        font-size: 36px;
      }
      
      .login-stats p {
        font-size: 18px;
      }
      
      .login-form-box {
        border-width: 5px;
      }
    }
