body{
    background-color: rgb(156, 161, 161);  
.header{
    height: 100vh;
    background-image: url(./img/.fetch.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   background-position: center;
   padding: 0;
   margin-bottom: 10px;
}
.login{
    width: 300px;
    height: 420px;
    position: relative;
    margin: 6% auto;
    background: rgb(121, 57, 185);
    padding: 5px;
}