input:invalid, textarea:invalid{
    
  box-shadow: 0px 0px 5px #000;
}
form.reg-form.fp__mb-40 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactForm-section{
    padding: 34px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

input, textarea {
    padding: 10px 17px 15px !important;
    border: 0 !important;
    background: #f2f2f2 !important;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    color: #222;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
}
.row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

button.btn-1 {
    background: #5b2e10;
    width: 100%;
    color: white;
    text-shadow: none;
    padding: 15px;
    font-weight: normal;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase !important;
    letter-spacing: 3px;
}

textarea#message {
    resize: none;
    height: 121px;
}

/* Thank you page */
.thankYou.padding-top-menu {
    text-align: center;
    color: #714423;
}

@media(max-width: 600px){
    .hp-form {
    padding: 10px;
}
}
