*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('3.jpeg')
   
    
    
}
.login{
    display: grid;
    position: absolute;
    left:35%;
    top: 10%;
    right: 25%;
    bottom: 20%;
   
    border: 2px solid black;
    width: 400px;
    height: 500px;
    background: url('login.jpg') ;
    color:rgb(255, 255, 255);
    border-radius: 20px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    

}
.login:hover{
    height: 510px;
    width: 410px;
    transition: all 1s ease;
}
form{
    display: block;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(40%);
    flex-direction: column;
    display: flex;
    gap: 5px;

}
h1{
    font-weight: normal;
    font-size: 40px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
    text-transform: uppercase;


}
label{
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 10px;


}
input{
    background-color: rgba(255,255, 255,0.3);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0px 20px;
    border: none;
    margin-bottom: 20px;
    color: white;
}
.label2{
    display:inline-block;
}
 #check2{
    height: 20px;
    padding-top: 0%;
    position: absolute;
    top: 322px;
    
    right: 238px;
   
    
}
p{
    display: inline-block;
    padding-left: 3px;
    padding-right: 100px;
}
button{
    background-color: rgb(45,126,231);
    height: 40px;
    border-radius: 40px;
    border: none;
    line-height: 40px;
    margin: 10px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    



}
@media (max-width:700px){
    .login{
        
        left:10%;
    }
}
#aboutPage{
    position: absolute;
    padding-bottom: 30px;
   top: 700px;


}
@media (max-width:400px){
    .login{
        left: 1%;
        padding: 20px;
        margin: 20px;
    }
    #aboutPage{
        position: absolute;
        padding-bottom: 30px;
       top: 700px;

    
    }
}
#aboutPage{
    position: absolute;
    right: 1px;
    top:600px;
    color: rgb(0, 0, 0);
}