body {
    background: linear-gradient(50deg,#abcbff,#0062ff);
    
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items: flex-start;
    padding-top: 50px; 
}
body::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: radial-gradient(white 1px, transparent 2px);
  background-size: 100px 100px; 
  opacity: 0.3;
  pointer-events: none;
}


.t2 {

   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   border: 2px solid #49494a;
   background:linear-gradient(135deg , #ffffff,#d7d7d9) ;
   box-sizing: border-box;
   width: 40%;       
   height: 70%;      
   margin: 0%;   
   border-radius:20px;
   overflow: hidden;
   box-shadow: 0 4px 8px black;
   
}
#t-2{
  height: 90%;
}
.h1{
 text-align: center;
  
}
.p1{
font-size: 15px;
 text-align: center;


}
.t1{
 flex-direction: row;
  display: flex;
  justify-content: center;
  justify-items: center;
}
.t3{
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  flex-direction: column;
  margin-bottom: 5px;
  margin: 15px;

}
form{
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  flex-direction: column;
  direction: rtl;
  text-align: center;
  font-size: 20px;
}
input{
  border: 1px solid gray;
  border-radius: 10px;
padding: 15px;
border-bottom: 3px solid gray;
font-size: 20px;

}
input:hover{
  border: 1px solid #49494a;
border-bottom: 3px solid #49494a;

}
input:focus{
  border: 2px solid black;
border-bottom: 3px solid black;
outline: none;
 box-shadow: 0 2px 3px black;

}


.a1{
  color: gray;
  text-decoration: none;
  padding: 15px;
  padding-left: 15%;
  padding-right: 15%;
margin: 10px;
border: 1px solid gray;
border-bottom: 3px solid gray;
border-radius: 20px;
font-size: clamp(12px, 2vw, 20px);
white-space: nowrap;



}
#a{
  color: black;
  box-shadow: 0 5px 8px black;
   
  border: 1px solid black;
border-bottom: 4px solid black;
 
}
a:hover {
 color: #49494a;
 border: 1px solid #49494a;
 border-bottom: 3px solid #49494a;

}
input[type="checkbox"] {
  transform: scale(1.5); 
  margin-right: 10px;    
}
button[type="submit"] {
  background-color: #2bceff ;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto; 
  width: 120px;
  height: 40px;
  border: 2px solid black;
  border-bottom: 3px solid black;
  border-radius: 5px;
  font-size: 20px;
}
button[type="submit"]:hover {
  background-color: #00a2d4 ;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto; 
  width: 120px;
  height: 40px;
  border: 2px solid black;
  border-bottom: 3px solid black;
  border-radius: 5px;
}


@media (max-width: 768px) {

  .t2 {
    width: 70%;   
  }
}
@media (max-height : 1200px)
{
  .t2{
   
    overflow: auto;
  }
}
@media (min-height : 1200px)
{
  .t2{
    
    overflow: hidden;
  }
}