body{
    background-color:rgb(255, 204, 0)
 ;;
    text-align: center;
    color: rgb(255, 204, 0)
; 
font-family: 'Bungee', cursive;
 text-shadow: 
    -1px -1px 0 black,  
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.box{
    
      margin-right: 20%;
      margin-left: 20%;
      margin-top: 5%;
     
      background-color: #f0f0f0;
      border-radius: 50px ;
      box-shadow:4px 2px 4px 2px rgba(0, 0, 0, 0.538);
      border-color: black;

       min-height: 500px;
      height: 90%;
       
      width: 60%;
     
      justify-content: center;
      align-items: center;
      display: flex;

}
.b{
    background-color: rgb(255, 204, 0)
 ; ;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
    font-size: larger;
     
}
.b:hover{
    background-color: transparent;
    border:rgb(255, 204, 0)
 ;  
     
    
}
.bt{
    margin-top: 50px;
     background-color: rgb(255, 204, 0)
 ;
    border-radius: 10px;
    border: 1px solid #ccc;
     transform: scale3d(2.1,2.1,2.1);
    font-size: larger;

}
.bt:hover{
    background-color: transparent;
    transform: scale3d(2.1,2.1,2.1);
}
.video-background {
      position: fixed;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      z-index: -1; /* Make sure it stays behind content */
      object-fit: cover;
    }
    .progress-container {
      width: 80%;
      background-color: #dddddd00;
      border-radius: 10px;
      margin: 30px auto;
      height: 25px;
    }

    .progress-bar {
      height: 100%;
      width: 0%;
      background-color: #4caf50;
      text-align: center;
      line-height: 25px;
      color: white;
      border-radius: 10px ;
      transition: width 0.3s ease;
      border:2px solid black;
      
    }
    .sam{
        background-color: #f0f0f0;
        border-radius: 50px ;
        box-shadow:4px 2px 4px 2px rgba(0, 0, 0, 0.538);
        border-color: black;
        width: 100%;
        height: 100%;
    }
     @media (max-width: 900px) {
  .ax {
    font-size: 8px !important ;
     
  }
}
.form-control{
    width: auto;
    justify-content: center;
    align-items: left;
    display: flex;
    text-align: left;
}
.form-group{
    justify-content: center ;
    align-items:left;
    display: flex;
    text-align:left;
}
.form{
    justify-content: center;
    align-items: center;
    
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: 200px;
    margin-right:200px ;
    height: 500px;
    box-shadow:4px 2px 4px 2px rgba(0, 0, 0, 0.538);
    border-color: black;

}

.login-container {
  background-color: white;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  width: 350px;
  text-align: center;
  justify-content: center;
}
 