body{



background-image: url('../images/pexels-photo-266044.jpeg');
  background-repeat:repeat;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #e7e7e7;
   
}
body a{
  margin-bottom:10px;
  text-decoration:none;
  color:  #92a8d1;
  font-size: 2em;
  z-index: 2;
}
.login {

  width: 250px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -184px 0px 0px -155px;
  background: rgba(0,0,0,0.5);
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.3),inset 0px 1px 0px rgba(255,255,255,0.07)
  display:flex;
}

h1{
 color:white;
}
input{
 width:250px;
 height:30px;
}
 #submit{
   background: #253E98;
    border: #ffffff 3px solid;
    width: 250px;
    height: 40px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: background 0.4s linear;
}