textarea::placeholder, input::placeholder {
    font-family: "Marcellus";
    color: #bbb !important;
    opacity: 1.0 !important;
}

*:focus {
  outline: none;
}

#cover-header {
    position: absolute;
    left: 20%;
    top: 150px;
    z-index: 1;
}

@media screen and (max-width: 600px) {
  #cover-header {
    left: 0%;
    top: 50px;
  }
}

.header-line {
    height: 2px;
    width: 20px;
    opacity: 50%;
    top: 45%;
    left: 0;
    position: absolute;
    content: "";
}

.checkbox-square {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 15%;
    vertical-align: middle;
    border: 1px solid #777;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-square:checked {
    background-color: #f06e24;
    border: 2px solid #f06e24 !important;
}

.checkbox-square.error {
   border: 2px solid red;
}