.top-caption {
  font-size: 1.1rem;
  line-height: 150%;
}

.input-field label {
  color: rgba(255, 255, 255, 0.9);
  line-height: initial;
}
.input-field label:not(.label-icon).active {
  transform: translateY(-150%);
}
.input-field input[type=text] {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
.input-field input[type=text]:focus:not([readonly]) {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.9);
}
.input-field input[type=text]:focus:not([readonly]) + label {
  color: rgba(255, 255, 255, 0.9);
}
