/* MAIN START */
#reg-page {
  display: block;
}

/* FORM START */
#form {
  width: 100%;
  flex-direction: column;
}

#form > div {
  height: 45px;
  width: 95%;
  border: 1px solid #ececec;
  border-radius: 25px;
}

#form > div i {
  height: 100%;
  width: 45px;
  border-right: 1px solid #ececec;
  font-size: 1em;
}

#form > div input {
  width: 100%;
  z-index: 3;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#form > div label {
  position: absolute;
  left: 48px;
  top: 13px;
  transition: all .5s;
  font-size: .8em;
  z-index: 2;
}

#form > div .labelup {
  top: -12px;
  padding: 3px 6px;
  transform: scale(.8);
  letter-spacing: 1px;
  transition: all .5s;
  z-index: 4;
  background: #214a11;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.eye {
  position: absolute;
  font-size: 1em;
  right: 2px;
  border: none !important;
  z-index: 5;
}

#form button {
  height: 45px;
  width: 95%;
  border-radius: 25px;
}

.change {
  height: 20px;
  width: 100%;
  font-size: .8em;
  letter-spacing: 1px;
}

.change b {
  color: #ececec;
  font-size: 1em;
  text-decoration: underline;
}