@font-face {
  font-family: HelveticaNeueLT;
  src: url(./HelveticaNeueLT.ttf);
}
body, html{    
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/PinOnline.jpg);
  font-family: HelveticaNeueLT, serif;
}
.login{
  text-align: right;
  position: absolute;
  left: 15%;
  top: 40%;
  color: white;
  font-size: 24px;
}
.login input{
  margin-top: 10px;
  border-radius: 8px;
  border: none;
}
.login button{
  cursor: pointer;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  border: none;
  width: 50%;
  background-color: #3C9FD8;
  color: white;
}