@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
.body{
  background: url('./assets/img/download.jpeg');
  height: 100vh;
  background-size: cover;
  background-position: center;
}
 
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 60px 31px;
  max-width: 481px; 
  height: 581px;
  transform: translate(-50%,-50%);
  background: rgba(3, 30, 105, 0.914);
  box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);border-radius: 7px;
}
.content header{
  color: white;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0 35px 0;
  font-family: 'Montserrat',sans-serif;
}
.field{
  position: relative;
  height: 45px; text-align: center !important; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 21px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.94);border-radius: 5px; margin-top: 50px;
}
.field span{
  color: #222;
  width: 24px;
  line-height: 45px;
}
.field input{
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: 'Poppins',sans-serif;
}
.space{
  margin-top: 31px;
}
.show{
  position: absolute;
  right: 44px;
  font-size: 14.4px;
  font-weight: 700;
  color: #222;
  display: none;
  cursor: pointer;
  font-family: 'Montserrat',sans-serif;
}
.pass-key:valid ~ .show{
  display: block;
}
.pass{
  text-align: left;
  margin: 10px 0;
}
.pass a{
  color: white;
  text-decoration: none;
  font-family: 'Poppins',sans-serif;
}
.pass:hover a{
  text-decoration: underline;
}
.field input[type="submit"]{
  background: #3498db;
  border: 1px solid #2691d9;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Montserrat',sans-serif;border-radius: 7px;
}
.field input[type="submit"]:hover{
  background: #2691d9;border-radius: 7px;
}
.login{
  color: white;
  margin: 20px 0;
  font-family: 'Poppins',sans-serif;border-radius: 5px;
}
.links{
  display: flex;
  cursor: pointer;
  color: white;
  margin: 0 0 20px 0;
}
.facebook,.instagram{
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
}
.facebook{
  margin-left: 0; border-radius: 5px;
  background: #0337a0;
  border: 1px solid #072258;
}
.instagram{
  background: #09943e;;border-radius: 5px;
  border: 1px solid #33a76d;
}
.facebook:hover{
  background: #0b59cf;
}
.instagram:hover{
  background: #0ae05c;
}
.links i{
  font-size: 17px;
}
 




@media only screen and (max-width: 768px) {

.content{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 41px 24px;
  width: 100%; 
  height: 100vh;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,0.04);background: rgba(3, 30, 105, 0.822);
  box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}
.content header{
  color: white;
  font-size: 17px;
  font-weight: 600;
  margin: 11px 0 35px 0;  
  font-family: 'Montserrat',sans-serif;
}

.field span{
  color: #222;
  width: 14px;
  line-height: 45px;
}
}
