@media (max-width: 450px) { #subjectInput, #insuranceEnquiry, #aboutInsuranceEnquiry, #firstNameInput, #lastNameInput, #customerEmail {
width: 100%!important;
}
}
@media (min-width: 1120px) and (max-width: 1400px) {
#userMessage {
width: 100%!important;
}
}
#enquiryForm {
background-color: white;
border-radius: 20px;
padding: 20px 30px;
border-color: #004766;
border: solid 2px #004766;
}
@media (max-width: 576px) {
#enquiryForm {
padding-left: 0!important;
padding-right: 0!important;
}
}
.captchaError, .g-recaptcha {
padding: 0.35em 0.75em 0.625em;
}
#subjectInput {
height: 55px; 
width: 340px;
font-size: 18px;
padding-left: 1rem;
line-height: 115%;
border-radius: 5px;
border: 3px solid #007BFF;
font-weight: bold;
}
#firstNameInput, #lastNameInput, #customerEmail  {
height: 55px; 
width: 340px;
font-size: 18px;
padding-left: 1rem;
line-height: 115%;
border-radius: 5px;
border: 3px solid #007BFF;
font-weight: bold;
}
#firstNameInput::placeholder, #lastNameInput::placeholder, #customerEmail::placeholder {
font-family: 'neue-haas-grotesk-text', 'sans-serif';
}
.selectInputs {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 55px; 
width: 340px;
font-size: 18px;
font-weight: bold;
padding-left: 1rem;
line-height: 115%;
border-radius: 5px;
border: 3px solid #007BFF;
background-position: right 20px;
background: url(https://coverme123.com/wp-content/uploads/2023/09/arrowDown.svg) no-repeat right 15px center;
background-size: 15px 23px;
font-family: 'neue-haas-grotesk-text', 'sans-serif';
margin-top: 1rem;
margin-bottom: 1rem;
}
.aboutEnquiryFieldset, .insuranceChoiceFieldset {
display: flex;
flex-direction: column;
margin-bottom: 2rem;
}
.subjectFieldset {
margin-bottom: 4rem;
}
#messageFieldset {
margin-top: 1rem;
}
#userMessage {
border-radius: 5px;
border: 3px solid #007BFF;
font-family: 'neue-haas-grotesk-text', 'sans-serif';
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
width: 440px;
height: 200px;
}
@media (max-width: 767px) { #userMessage {
width: 100%;
}
}
.info-message {
font-family: "neue-haas-grotesk-text", sans-serif;
margin-top: 8px;
} button.quoteButton {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
padding: 20px 0;
background-color: #00B1E7; color: white;
border: none;
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s;
border-radius: 100px;
margin-top: 3rem;
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {
button.quoteButton {
width: 55%;
}
}
@media only screen and (max-width: 767px) {
button.quoteButton {
width: 100%;
}
}
button.quoteButton:hover {
background-color: #004766; }
button.quoteButton span {
display: flex;
align-items: center;
}
button.quoteButton img {
margin-left: 5px;
}
.emailAddress {
position: relative;
}
.emailAddress.invalid::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -32px;
width: 6px;
background-color: #ed1e1e;
}
fieldset {
position: relative;
}
.fieldset.invalid::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -20px;
width: 6px;
background-color: #ed1e1e;
}
.invalid::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -20px;
width: 6px;
background-color: #ed1e1e;
}
.validationError {
margin-top: 1rem;
color: #ed1e1e;
font-family: 'neue-haas-grotesk-text', 'sans-serif';
}
fieldset {
position: relative;
}
.error-message {
font-family: 'neue-haas-grotesk-text', 'sans-serif';
margin-top: 8px;
}
.g-recaptcha {
margin-top: 1rem;
font-family: 'neue-haas-grotesk-text', 'sans-serif';
}
.captchaError {
font-family: 'neue-haas-grotesk-text', 'sans-serif';
margin-top: 8px;
}