* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  user-select: none;
  font-family: cursive;
}

body {
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-image: url(2.jpg);
  background-position: top center;
  background-size: auto 110vh;
}

.mform {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
  width: 330px;
  padding: 12vh 0px 100px 0px;
  backdrop-filter: blur(5px);
  background-color: #afa5;
  border: solid 2px #fff7;
  border-top: none;
  border-radius: 0px 0px 165px 165px;
}

.fa-user {
  margin-top: 40px;
  color: white;
  font-size: 55px;
}

.top {
  margin-top: 10px;
  color: white;
  font-size: 25px;
}

.inp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 0px 10px 0px 10px;
  margin-top: 20px;
  background-color: #fff5;
  border-radius: 4px;
}

.input {
  color: #fff;
  font-size: 17px;
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}

.input::placeholder {
  color: white;
  padding-left: 5px;
  font-size: 17px;
}

.ic {
  color: #ffffff;
  margin: 2px 10px 0px 0px;
  font-size: 18px;
  font-weight: 700;
}

.for {
  letter-spacing: 1px;
  color: white;
  font-weight: 700;
  width: 90%;
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
}

.logbtn {
  margin-top: 25px;
  text-align: center;
  padding: 13px 0px;
  width: 90%;
  background-color: #fff5;
  color: white;
  border-radius: 4px;
  transition: 0.2s;
}

.logbtn:hover {
  background-color: #fff8;
  cursor: pointer;
}

.sign {
  letter-spacing: 0.7px;
  margin-top: 20px;
width: 80%;
text-align: center;
color: #fff;
font-size: 13px;
font-weight: 700;
}

.signup {
  color: #fff;
}