* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  user-select: none;
  font-family: "Lato", sans-serif;
}

body {
  overflow: hidden;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image:url(1.jpg);
  background-position: top;
  background-size: auto 120vh ;
}

.mform {
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #fffa;
  border-radius: 8px;
  width: 330px;
  height: 430px;
  background-color: #fff2;
  backdrop-filter: blur(8px);
}

.top {
  letter-spacing: 1px;
  font-weight: 700;
  color: white;
  font-size: 27px;
}

.input {
  margin-top: 30px;
  font-size: 18px;
  color: white;
  background-color: transparent;
  border: none;
  padding: 10px 0px 10px 10px;
  outline: none;
  transition: 0.5s;
}

.input::placeholder {
  transition: 0.5s;
  font-size: 15px;
  color: white;
}

.input:focus::placeholder {
  color:#fff0;
  transform: translateY(-20px);
}

.span{
  border-bottom: solid 3px #fffa;
  width:85%
}

.fa-lock , .fa-user{
  color:white
}

.moreopt {
  margin-top: 30px;
  width: 85%;
  display: flex;
  justify-content: space-between;
}

.moreopts {
  width:105px ;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 13px;
}

.moreopts1 {
  color: white;
  font-size: 13px;
}

.moreopts1:hover {
  cursor: pointer;
}

.checkbox {
  margin-top: 2px;
  width: 17px;
}

.logbtn {
  background-color: white;
  margin-top: 20px;
  width: 85%;
  padding: 13px 0px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.3s;
}

.logbtn:hover {
  background-color: #ddd;
  cursor: pointer;
}

.dont {
  margin-top: 30px;
  color:white;
  font-size: 12px;
}

.sign {
  color: white;
}


