form {
  max-width: 350px;
}
form button {
  width: 100%;
  background-color: #F24C27;
  color: white;
  font-weight: bold;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  border: none;
}

.cpfms-input-container {
  position: relative;
  margin-top: 50px;
}
.cpfms-input-container input {
  border: none;
  background-color: inherit;
  border-bottom: 2px solid white;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  color: white;
}
.cpfms-input-container input:placeholder-shown + label {
  opacity: 0;
  transform: translateY(1rem);
}
.cpfms-input-container label {
  border-radius: 10px;
  background-color: #F24C27;
  color: white;
  top: -135%;
  left: 0px;
  padding: 5px 10px;
  position: absolute;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

/*# sourceMappingURL=cp_forms.css.map */
