body {
    overflow-x: hidden;
}

header img {
    width: 120px;
}

h1 {
    color: #D77793 !important;
    font-size: 3rem !important;
    font-weight: bold !important;
}

p {
    margin-bottom: .5rem !important;
}
 a{
    text-decoration:none !important;
}
.Form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row !important;
    gap: 0 !important;
    margin-bottom: 120px !important;
    margin: auto;
    position: relative;
    
}

.form-group {
    gap: 0 !important;
    margin-bottom: 1rem !important;
}

.Form>p:nth-child(1) {
    display: none !important;
}

.Form>p span{
    font-size: 1rem !important;
    color: black !important;
}
.form-group:nth-child(2),
.form-group:nth-child(3) {
    width: 48%
}



.Form .form-group .field-label p span:not(.required-field-indicator)
{
    color: black !important;
        
}

.Form .form-group.checkbox-label span{
    font-size: 16px;
    color: black;
}

.Form a{
    color: #D77793 !important;
    font-weight:600;
}

.checkbox-label input {
        width: 18px;
    height: 16px;
    margin-right: 5px;
}

.Form select {
    color: black;
    outline: none;
}

select option {
    color: black;
}

.react-tel-input {
    overflow: hidden !important;
    border-radius: 8px;
    border: 1px solid #DAD8D8 !important;

}

.react-tel-input .form-control {
    border: none !important;
    height: unset !important;
    padding: .5em !important;
    margin-inline-start: 40px !important;
}

.react-tel-input>.open:first-of-type {
    height: 100px !important;
}


.field-input {
    border: 1px solid #DAD8D8;
    border-radius: 8px;
    padding: .3em;
    outline:none;
}

.field-error {
    font-size: 14px;
}

.submit-button {
    width: 100% !important;
    background-color: #D77793 !important;
    border-radius: 8px;
    border: 1px solid #fff;
    outline: 3px solid #D77793;
    padding: 3px !important;
    margin-top: 2.5vw;
    color:white;
}


footer {
    background-color: #D77793;
    color: white;
    
}

footer a {
    color: white;
    font-size: 14px;
}

footer li {
    list-style-type: none;
    margin-bottom: 1vw;
}

.fa-brands {
    font-size: larger;
}




.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #fff;
    border: 1px solid #de2027;
    padding: 10px;
    text-align: center;
    z-index: 999;
}

.cookie-message {
    display: inline-block;
    margin-right: 20px;
    
    color: #de2027;
    margin: 10px 0;
}

.cookie-buttons button {
    
    color: #ffff;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #de2027;
}


.terms-container {
 background: #D77793;
    border-radius: 10px;
    box-shadow: inset 0 -3px 0 #a4a2a2a9, 0 3px 6px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: block;
  padding: 30px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  color:White !important;
}
.terms-container p{
padding-left: 20px;
}



@media only screen and (max-width: 766px) {
    h1{
        font-size: 1.5rem !important;
    }
    p{
        font-size: 1rem;
    }
   .form-group:nth-child(2),
.form-group:nth-child(3) {
    width: 100%
}

}