
  
  .login-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 450px;
    text-align: center;
  }
  
  .login-box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .login-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .password-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .forgot-password {
    font-size: 12px;
    color: #4A90E2;
    text-decoration: none;
  }
  
  .remember-section {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }
  
  .remember-section input[type="checkbox"] {
    margin-right: 10px;
  }
  
  
  .create-account {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
  }
  
  .create-account a {
    color: #4A90E2;
    text-decoration: none;
  }
  