.title-top::after,
.title-top::before {
  background: #ed6190;
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  width: 20px;
  max-width: 132px;
  transform: translateY(-50%);
}

.title-top::before {
  left: -40px;
}

.title-top::after {
  right: -40px;
}

div {
  box-sizing: border-box;
}

#clear {
  clear: both;
}

a {
  text-decoration: none;
}

.registered-link:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.name-input-style:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}


