.cy_reg_recovery label {
  display: block;
  margin-bottom: 15px !important;
}

.cy_reg_form.success {
  padding: 30px;
  background: #e3f7fe;
  border-radius: 8px;
  text-align: center;
}
.cy_reg_form.success .icon {
  background: #055877;
  display: inline-flex;
  width: 120px;
  height: 120px;
  border: 4px solid #055877;
  border-radius: 120px;
  align-items: center;
  justify-content: center;
}
.cy_reg_form.success .icon i.fas {
  font-size: 64px;
  color: #fff;
}
.cy_reg_form .form-section.form-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.cy_reg_form .form-section .checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.cy_reg_form span.required {
  color: red;
}
.cy_reg_form .cy_reg_layout {
  margin: 0 auto;
  width: 900px;
}
.cy_reg_form .cy_reg_layout .cy_reg_section {
  margin: 60px 0;
}
.cy_reg_form .cy_reg_layout .cy_reg_section input, .cy_reg_form .cy_reg_layout .cy_reg_section textarea, .cy_reg_form .cy_reg_layout .cy_reg_section select {
  background: rgba(0, 0, 0, 0.05);
}
.cy_reg_form .cy_reg_parents {
  background: #feefe8;
  border: 1px solid #fccdb7;
  padding: 30px;
  border-radius: 4px;
}
.cy_reg_form .cy_reg_children .add-child-button {
  background: #518bc9;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border: 0px;
  display: block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.cy_reg_form .cy_reg_children .add-child-button:hover, .cy_reg_form .cy_reg_children .add-child-button:focus {
  background: #31659d;
}
.cy_reg_form .cy_reg_children .child {
  margin-bottom: 10px;
}
.cy_reg_form .cy_reg_children .child .child-header {
  font-size: 18px;
  padding: 15px 30px;
  background: #f1f1f1;
  color: #444;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
.cy_reg_form .cy_reg_children .child .child-header:hover, .cy_reg_form .cy_reg_children .child .child-header:focus {
  background: #518bc9;
  color: #fff;
}
.cy_reg_form .cy_reg_children .child .child-details {
  transform: scaleY(0);
  height: 0;
  opacity: 0;
  background: #fff;
  transition: 0.4s all ease-in-out;
  transform-origin: top;
}
.cy_reg_form .cy_reg_children .child .child-details .remove-section {
  background: #f9baba;
  padding: 30px;
  border-radius: 4px;
  margin-top: 30px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.cy_reg_form .cy_reg_children .child .child-details .remove-section p {
  margin: 0;
}
.cy_reg_form .cy_reg_children .child .child-details .remove-section .remove-child-button {
  background: #f05d5d;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  border: 0px;
  margin-left: 15px;
}
.cy_reg_form .cy_reg_children .child .child-details .remove-section .remove-child-button:hover, .cy_reg_form .cy_reg_children .child .child-details .remove-section .remove-child-button:focus {
  background: #ea1717;
}
.cy_reg_form .cy_reg_children .child.disposable .remove-section {
  display: flex;
}
.cy_reg_form .cy_reg_children .child.active .child-header {
  background: #518bc9;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.cy_reg_form .cy_reg_children .child.active .child-details {
  transform: scaleY(1);
  opacity: 1;
  height: auto;
  border-radius: 0 0 5px 5px;
  padding: 30px;
  background: #edf3f9;
  border: 1px solid #c6d9ed;
}
.cy_reg_form .submit-box {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  margin: 60px auto;
  width: 900px;
}

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