.container {
text-align: left !important;
}
#jwpForm .jwpInput {
display: block;
width: 100%;
border: none;
box-shadow: none;
border-radius: 0;
background-color: #e7ecef;
padding: 9px 15px;
font-size: 16px;
color: #333333;
font-weight: 400;
}
#jwpForm label {
color: #333333;
font-size: 16px;
margin-bottom: 5px;
}
#jwpForm input[type="checkbox"] {
margin: 0;
margin-right: 10px;
}
#jwpForm label span {
margin-bottom: 5px;
font-weight: 700;
}
#jwpForm p {
font-size: 16px;
margin-left: 27px;
margin-top: -10px;
padding: 0;
border: 0;
outline: 0;
line-height: 1.5em;
vertical-align: baseline;
background: transparent;
margin: 0 0 10px;
}
#jwpForm input[type="submit"] {
font-size: 16px;
margin-top: 15px;
margin-bottom: 15px;
background: #00aeef;
color: #fff;
padding: 10px 20px;
border: none;
}
#jwpForm .additional-info-text {
font-size: 16px;
margin-left: 27px;
margin-top: -10px;
}
#jwpForm .wpcf7-list-item {
margin: 0;
}