.details {
    visibility: hidden;
    height: 1px;
}

.validation {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    background-color: #fce3e3;
    border: 1px solid #c05353;
    color: #c05353;
  }

  .important {
      font-weight: bold;
      color: #c05353;
      text-transform: uppercase;
  }