 body 
{
  background: #E6EFF6;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  
  color: #213e65;
  font-family: "Teko", Sans-serif;
}

h1, h2, h3 {
  color: #213e65;
  font-family: "Teko", Sans-serif;
}


.bg-img{
  /* background: url('https://images.wallpaperscraft.com/image/laptop_mug_garland_151742_1920x1080.jpg'); */
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.bg-img:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 30px 32px;
  width: 500px;
  transform: translate(-50%,-50%);
  /* background: rgba(255,255,255,0.04); */
  background: white;
  box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.35);
  border-radius: 5px;

  background-position-y: -20px;
  background-position-x: -100px;
  background-repeat: no-repeat;
  background-size: 120%;
  padding-top: 180px;
}
/* 
.logo-wrapper {
  background: white;
  border-radius: 100%;
  border: 1px solid white;
  width: 175px;
  margin: 0 auto;
  margin-top: -30px;

}

.content header{
  color: #213e65;
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 35px 0;
  font-family: "Teko", Sans-serif;
  font-weight: 400;
  margin-top: 35px;
} */
.field{
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255,255,255,0.94);
}
.field span{
  color: #222;
  width: 40px;
  line-height: 45px;
  border: 1px solid #CCCCCC;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.field input{
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: 'Poppins',sans-serif;
  border: 1px solid #CCCCCC;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
}
.space{
  margin-top: 16px;
}
.show{
  position: absolute;
  right: 13px;
  font-size: 13px;
  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:#213e65;
  border: 1px solid #2691d9;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Montserrat',sans-serif;
  transition: .4s;
}
.field input[type="submit"]:hover{
  opacity: .8;
}
.login{
  color: white;
  margin: 20px 0;
  font-family: 'Poppins',sans-serif;
}
.links{
  display: flex;
  cursor: pointer;
  color: white;
  margin: 0 0 20px 0;
}
.facebook,.instagram{
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
}
.links i{
  font-size: 17px;
}
i span{
  margin-left: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Poppins',sans-serif;
}
.signup{
  font-size: 15px;
  color: white;
  font-family: 'Poppins',sans-serif;
}
.signup a{
  color: #3498db;
  text-decoration: none;
}
.signup a:hover{
  text-decoration: underline;
}