.label{
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    margin-top: 5px;
}

.text-input{
    margin-left: 12px;
    margin-right: 12px;
    width: 100%;

}

button.btn {
  display: inline-block !important;
  width: auto !important;
}

.input-error-color {
  border: 2px solid #dc3545 !important; 
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  display: none;
}

.hero-slogan {
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.2em;
    text-shadow: 0 3px 8px rgba(0,0,0,.55);
    -webkit-text-stroke: .4px rgba(0,0,0,.35);
}
.hero-logo {
    display: block;
    width: min(8em,80%);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}