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


/* FORM START */
#form {
  width: 100%;
  margin-top: 12px;
}

#form > div {
  height: 45px;
  width: 100%;
  display: flex;
  border: 1px solid #5621cf;
  position: relative;
  margin-top: 12px;
  border-radius: 22px;
}

#form > div i {
  height: 100%;
  width: 45px;
  border-right: 1px solid #5621cf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: #5621cf;
}

#form > div input {
  width: 100%;
}

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

#form > div .labelup {
  top: -10px;
  padding: 0 4px;
  transform: scale(.8);
  letter-spacing: 1px;
}

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

#form button {
  height: 45px;
  width: 100%;
  margin-top: 12px;
}

.change {
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  letter-spacing: 1px;
  margin-top: 12px;
}

.change b {
  color: #5621cf;
  margin-left: 6px;
  font-size: 1em;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
}



/* RESPONSIVE START */
@media (min-width: 767px) {
  #intro, #forgot-password-box {
    width: 767px;
  }
  
  #intro, #forgot-password-box {
    left: calc(50% - 383.5px);
  }
}