*{
  margin: 0;
  padding: 0;
}
.wrapper1{
  width: 1170px;
  margin: auto;
}
body{
  background-image: url(back.jpg);
  height: 650px;
  width: 650px;
  background-size: cover;
}
.nav-area{
  float: right;
  list-style: none;
  margin-top: 30px;
}
.nav-area li{
  display: inline-block;
}
.nav-area li a{
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
}
.nav-area li a:hover{
  background: #fff;
  color: #333;
}
.logo img{
  float: left;
}
.wrapper2{
  width: 400px;
  height: 420px;
  color: white;
  top: 50%;
  left: 50%;
  padding: 60px 30px;
  position: absolute;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  box-shadow: 8px 8px 50px white;
}
h1{
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.wrapper2 input {
  width: 100%;
  margin-bottom: 20px;
}
.wrapper2 input[type=text], .wrapper input[type=password]{
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
  outline: none;
  height: 30px;
  font-size: 16px;
  opacity: 1;
  color: black;
}
.wrapper2 input[type=submit]{
  border: none;
  outline: none;
  height: 40px;
  background: #6bcfee;
  color: black;
  font-size: 14px;
  font-weight: bold;
}