input[type=radio], input[type=checkbox] {
    transform: scale(2.1);
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -ms-transform: scale(2.1);
    -o-transform: scale(2.1);
    margin: 13px 10px 13px 10px !important;
}

input[type=email], input[type=text] {
    border: 1px solid grey;
    border-bottom: 1px solid;
    padding: 8px;
    font-size: 22px;
    width: 75%;
}
input[type="radio"] + * {
  padding: 0.5rem 0rem;
}
textarea {
    border: 1px solid grey;
    border-bottom: 1px solid;
    padding: 8px;
    font-size: 22px;
    display: block;
    width: 100%;
    resize: none;
}

.contact-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 50px !important;
    background-color: #fff;
}

a.policyLink {
    text-decoration: underline;
}

.thanksWrapper {
    display: none;
}

.thanksContainer {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.thanksContainer div {
    margin: 0 18px;
}
.thanksContainer a{
    color:black
}
@media (max-width: 768px) {
    .contact-box {
    padding: 20px !important;
}
#contactForm{
    font-size: 12px;
}
#contactForm input[type="radio"] + * {
    margin-left: 35px;
    position: relative;
    line-height: 20px;
}

#contactForm input[type="radio"] + *::before {
   
    position: absolute;
    left: -35px;
}
}