
.mybody {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    min-height: 100vh;
    display: flex;
    padding: 29px 0px;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .login-box {
      background-color: rgb(0 53 63);
  border-radius: 12px;
  backdrop-filter: blur(6px);
    padding: 30px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
  }
  
  .login-box .form-control {
      background-color: rgba(0, 255, 255, 0.8);
    border: none;
    border-radius: 12px;
    color: black;
    font-weight: 500;
  }
  
  
  .login-box .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
  }
  
  .login-logo img {
    width: 150px;
    margin-bottom: 20px;
  }
  
  .btn-custom {
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
  }
  
  .btn-custom:hover {
    opacity: 0.9;
  }
  
  .extra-links {
    font-size: 0.9rem;
  }
  
  .extra-links a {
    color: #0ff;
    text-decoration: none;
  }
  
  .extra-links a:hover {
    text-decoration: underline;
  }
  
  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('./images/backh.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }
  