*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mdiv{
    width: 100%;
    height: 100vh;
    background-image: url("https://st4.depositphotos.com/1007301/24079/v/1600/depositphotos_240793350-stock-illustration-background-many-sports-shoes-lined.jpg");
    background-position: center;
    background-size: cover;
    position: fixed;

}
.formBlock{
    margin-top: 4%;
    height: 370px;
    width: 30%;
    margin-left: 32%;   
    background-color: whitesmoke;
    background-color: transparent;
    backdrop-filter: blur(10px);
    
}
h1{
    font-family: cursive;
    
}
.para{
    margin-left: 80px;
    font-size: 10px;
}
.form{
    margin-left: 30px;
}
label{
    font-size: 15px;
    font-family: cursive;
}
input{  
    height: 20px;
    width: 200px;
   border: none;
   box-shadow: 10px black;
   background-color: lightgray;
}
input::placeholder{
    font-size: 10px;
    padding-left: 10px;
}
.gf{
    font-size: 10px;
    height: 18px;
    width: 150px;
    border: none;
    border-radius:10px ;
    color: white;
    background-color: rgb(63, 63, 245);
}
.buttonlogin{
    height: 30px;
    width: 180px;
    border-radius: 10px;
    background-image:linear-gradient(to right,#3d3d3b,#80807d,#80807d,#3d3d3b) ;
    color: white;
}