div#askforquote-theform .card {
    box-shadow: none;
}

div#askforquote-theform img#askforquote-display-captcha {
    width: 110px;
    height: 50px;
}

div#askforquote-theform .btn, div#askforquote-theform .btn-lg {
    height: 50px;
    padding: .75rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
    background-color: #58b8a1;
    color: white;
    font-size: 1rem;
    font-style: normal;
    line-height: 140%;
}

div#askforquote-theform .form-control {
    color: #7a7a7a;
    border: 1px solid #A9A9A9;
    background: #FFF;
}

div#askforquote-theform .pr-3 {
    padding-right: 3rem !important;
}

div#askforquote-theform .has-error .custom-checkbox > label {
    color: #a94442;
}

div#askforquote-theform {
    margin: 0;
}