body{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: sans-serif;
    background-image: url(../photos/feedback.jpg);
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.9;
}
form{
    margin: auto;
    width: 260px;
    height: auto;
    padding: 1%;
    background:white;
    margin-top: 100px;
    border-radius:5px;
    text-align: center;
    color: black;
    border: 1px solid #f1f1f1;
    }
#h1{
    text-align: center;
    font-weight: bold;
}
#name,#password{
    width: 220px;
    height: 40px;
    border: none;
    outline: none;
    padding: 1%;
    border-bottom: 2px solid #e1e1e1;
    background:white;
} 
#ForPass{
    font-size: 0.5em;
    margin-right: 120px;
}
#ForPass a{
    text-decoration: none;
}
#ForPass a:hover{
    color: red;
}    
#login{
    width: 150px;
    height: 40px;
    border:1px solid #e1e1e1;
    outline: none;
    font-weight: bold;
    margin-top: 15%;
    margin-bottom: 5%;
    background:#ffffff;    
    color:black;
    border-radius: 5px;
}
