    body {
      margin: 0;
      padding: 0;
    /*  background: linear-gradient(to right, #667eea, #764ba2); */
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      

    }

    .forgot_container {
      background: #fff;
      padding: 30px 25px;
      border-radius: 12px;
      margin-top:9%;
      margin-left:10%;
      width: 70%;
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
      text-align: center;
      transition: 0.3s ease;
      animation: fadeIn 1s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    h2 {
      margin-bottom: 10px;
      color: #333;
    }

    
#reset_password{
    margin: 1rem;
    display: none;
}
    input {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
    }

    button {
      width: 100%;
      padding: 12px;
      background: #667eea;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    button:hover {
      background: #5a67d8;
    }

    a {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      color: #667eea;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    #otp-section {
      display: none;
    }
    

    .fixed_row{
         font-size: 1.8rem;
    font-weight: bold;
        position: absolute;
        top:0;
        left: 2rem;
        z-index: 99;
        color: black;
        background-color: white;
    }
.fixed_row span{
    color:red;
}