*{
    padding: 0 px;
    margin: 0;
    box-sizing: border-box;
}
html,body{

    
  margin: 0;  
  padding: 0;
  height: 100vh; /* Full screen height */
  background-image: url("https://img.freepik.com/free-photo/gradient-iphone-wallpaper-oil-bubble-water-background_53876-176849.jpg?semt=ais_hybrid&w=740&q=80");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 

}

    
    
   
    

#main{
    width:100%;
    height:100%;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15000;
}

#part1{
    width:35%;
    height:58%;
    background-color: transparent;
    position: absolute;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0px 5px 10px 10px rgb(20, 20, 20);
    z-index: 1000;
}
.pass{
    text-align: center;
    font-weight: 1000;
    
}
.pass2{
    font-size: 30px;
    font-weight: 1000;
}

.passw{
    width: 100%;
    height: 50%;
    margin-left: 25px;
    margin-top: 15%;

}

.pass5{
    
    width: 90%;
    height: 40px;
    border-radius: 10px;
    font-weight: 900;
}
.pass5:hover{
    margin-left: 10%;
    margin-right: 10%;
    width: 75%;
    height: 40px;
    border-radius: 10px;
    font-weight: 900;
}

.pass6{
    width: 90%;
    height: 40px;
    color: white;
    background-color: black;
    border-radius: 10px;
    /* box-shadow: 5px 5px 5px 5px rgb(83, 83, 83); */
    
}
.pass6:hover{
    background-color: blue;
    margin-left: 10%;
    margin-right: 10%;
    width: 75%;

}

.pass7{
    height: 40px;
    width: 150px;
    margin-left: 32%;
     color: white;
    
    background-color: black;
    border-radius: 10px;
    /* box-shadow: 2px 2px 2px 2px rgb(83, 83, 83); */
}
.pass7:hover{
    background-color: blue;
    /* border-radius: 50%; */
}

.pass7 a{
    text-decoration: none;
    color: white;

}



@media (max-width: 1024px) {
  #part1 {
    width: 55%;
    height: auto;
    padding: 30px 20px;
  }

  .pass2 {
    font-size: 1.1rem;
  }

  .pass5, .pass6 {
    width: 100%;
  }

  .passw {
    margin-top: 8%;
    margin-left: 10px;
  }

  .pass7 {
    margin-left: 35%;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  #part1 {
    width: 85%;
    height: auto;
    padding: 25px 15px;
  }

  .pass {
    font-size: 1.6rem;
  }

  .pass2 {
    font-size: 1rem;
  }

  .pass5 {
    width: 100%;
    font-size: 0.9rem;
  }

  .pass6 {
    width: 100%;
    font-size: 1rem;
  }

  .pass7 {
    margin-left: 30%;
    width: 40%;
    font-size: 0.9rem;
  }

  .passw {
    margin-top: 15%;
    margin-left: 0;
  }
}


@media (max-width: 480px) {
  #part1 {
    width: 90%;
    height: auto;
    padding: 20px 10px;
  }

  .pass {
    font-size: 1.4rem;
  }

  .pass2 {
    font-size: 0.9rem;
  }

  .pass5 {
    width: 100%;
  }

  .pass6 {
    width: 100%;
  }

  .pass7 {
    margin-left: 28%;
    width: 45%;
  }

  .passw {
    margin-top: 12%;
  }
}