body{
    background-image: url(image/log1.jpg);
    background-position: center;
    background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0;
}

.login-box{
    width:300px;
    margin:100px auto;
    background:white;
    padding:30px;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
    text-align:center;
    box-shadow: 0 0 20px;
   
}

.login-box input{
    margin:10px 0;
}

.login-box button{
    width:100%;
    padding:10px;
    background:#026969;
    color:white;
    border:none;
}