.wrapper-textfield {
  height: 60px;
  margin: 20px 0;
}

.material-textfield input,
.material-textarea textarea {
  height: 45px;
  padding: 5px 10px;
  font-size: 1rem;
  width: 100%;
}

.material-textarea,
.material-textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 248px;
}

.material-textfield .title {
  width: 80%;
}

.material-textarea {
  height: 70px;
}
.material-textarea textarea {
  margin: 0 0 20px 0;
}

.material-textarea .placeholder {
  width: 248px;
}

@media only screen and (min-width: 768px) {
  .wrapper-textfield,
.wrapper-textarea {
    height: 70px;
    width: 425px;
    margin: 20px 0;
  }

  .material-textfield input,
.material-textarea textarea {
    height: 48px;
    padding: 0 12px;
    margin: 0 26px 10px 0;
    font-size: 1rem;
  }

  .whole input,
.material-textarea textarea {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
  }

  .wrapper-textfield .half input {
    width: 200px;
  }

  .material-textfield,
.material-textarea {
    display: block;
    height: 100%;
    width: 100%;
  }

  .material-textfield .title {
    width: auto;
  }

  .material-textarea {
    height: 70px;
  }

  .material-textarea .placeholder {
    width: auto;
  }
}
.wrapper-textfield,
.wrapper-textarea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.material-textfield,
.material-textarea {
  position: relative;
}

#password, #username {
  position: relative;
  right: 65px;
}

#spanPassword, #spanUsername {
  position: relative;
  right: 60px;
}

.material-textfield input,
.material-textarea textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: border-bottom-color 0.2s ease-in-out;
  -o-transition: border-bottom-color 0.2s ease-in-out;
  transition: border-bottom-color 0.2s ease-in-out;
  background-color: transparent;
  outline: 0;
  border: 1px solid #888686;
}
.material-textfield input ~ label,
.material-textarea textarea ~ label {
  color: #888686;
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.material-textfield input ~ label i,
.material-textarea textarea ~ label i {
  font-size: 1rem;
  margin-right: 6px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.material-textfield input ~ label span:first-letter,
.material-textarea textarea ~ label span:first-letter {
  text-transform: uppercase;
}
.material-textfield input:hover,
.material-textarea textarea:hover {
  border-color: #000;
}
.material-textfield input:hover ~ label,
.material-textarea textarea:hover ~ label {
  color: #727272;
}
.material-textfield input:focus,
.material-textarea textarea:focus {
  outline: none;
}
.material-textfield input:focus ~ label,
.material-textarea textarea:focus ~ label {
  font-size: 0.8rem;
  top: -18px;
  color: #949090;
}
.material-textfield input:focus ~ label i,
.material-textarea textarea:focus ~ label i {
  font-size: 0.8rem;
}
.material-textfield input.filled ~ label,
.material-textarea textarea.filled ~ label {
  font-size: 0.8rem;
  top: -18px;
  color: #727272;
}
.material-textfield input.filled ~ label i,
.material-textarea textarea.filled ~ label i {
  font-size: 0.8rem;
}

.material-textfield input[type=number] {
  -moz-appearance: textfield;
}
.material-textfield input[type=number]::-webkit-inner-spin-button, .material-textfield input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

label:hover {
  cursor: text;
}

textarea {
  resize: vertical;
  height: 50px;
  min-height: 30px;
}

#counter {
  float: right;
}

.error label {
  color: #c60b0b;
}
.error input {
  border-color: #c60b0b;
  color: #c60b0b;
}
.error input:hover {
  border-color: #c60b0b;
  color: #c60b0b;
}

.left {
  position: relative;
  right: 0;
  font-size: 12px;
}

.validation-visible {
  font-size: 12px;
  border-color: #c92432;
  color: #c92432;
  background: #fffafa;
  width: max-content;
}

.right {
  position: relative;
  right: -230px;
  bottom: 18px;
}

.validation-hidden {
  visibility: hidden;
}

/*# sourceMappingURL=text-inputs-registration.css.map */
