.CandidatesPage {

  width: 80%;
  margin: auto;

  &-upc {
    padding: 1rem;
    margin: 1rem;
  }

  &-title {
    color: dimgray;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .error {
    //font-size: smaller;
    margin-top: 1rem;
    display: block;
    max-height: 300px;
    color: darkred;
  }

  .info {
    //font-size: smaller;
    margin-top: 1rem;
    display: block;
    max-height: 300px;
    color: green;
  }

  h3 {
    color: dimgray;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  h6 {
    color: dimgray;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .messages {
    margin-top: 1rem;
    color: darkslategray;
  }
}

