 body {
    background-color: #f4f6f9;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .login_pg{overflow-x:hidden;background:#1872A2;background-image:url(view/image/bg-pattern.png),radial-gradient(ellipse at top,rgb(43, 144, 198) 2%,rgb(31, 158, 227) 35%,rgb(0, 62, 95) 75%)}

  .login-panel {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    
  }
.login-panel .logo{
    display:flex;
    justify-content: space-around;
}

  .form-group label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
  }

  .btn-primary {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 10px;
  }
.footer-text {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin-top: 20px;
    }
        