*{
    margin: 0;
    padding:0;
}
.bg{
    background:url(img/login.jpg)no-repeat;
    height: 800px;
    width: 100%;
    background-size: cover;
   
}
form{
    background: #7DBAB2;
    width: 300px;
    height: 300px;
    background-size: contain;
    margin-top: 200px;
    border-radius: 30px;
    box-shadow: 5px 5px 12px #7DBAB2,
                5px 5px 12px black ; 
}

section{
    padding-top: 250px;
}
input{
    
    box-shadow:  -5px -5px 12px#7DBAB2,
                  2px 2px 20px black ; 
    border: none;
   
   
}
.error {

    background: #F2DEDE;
 
    color: #0c0101;
 
    padding: 10px;
 
    width: 95%;
 
    border-radius: 5px;
 
    margin: 20px auto;
 
 }




