.sbi-engage-hero-form{
    padding: 10px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00607F;
}
.sbi-engage-hero-form.no-full-hero-height{
    margin-bottom: 50px;
}
.sbi-engage-hero-form.block-text-color--white .text-cont *{
    color: #fff;
}
.sbi-engage-hero-form.block-text-color--black .text-cont *{
    color: #323232;
}
.sbi-engage-hero-form .form-box{
    height: 100%;
    background-color: #fff;
    padding: 50px 20px;
    box-shadow: 4px 4px 20px 0px #0000001A;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.sbi-engage-hero-form.no-full-hero-height .form-box{
    margin-bottom: -40px;
}
.sbi-engage-hero-form .form-box span.asterisk{
    color: #00607F;
}
.sbi-engage-hero-form .form-box input[type="text"],
.sbi-engage-hero-form .form-box input[type="email"],
.sbi-engage-hero-form .form-box input[type="date"],
.sbi-engage-hero-form .form-box input[type="tel"],
.sbi-engage-hero-form .form-box select{
    height: 40px;
    background-color: #fff;
    border-color: #323232;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.sbi-engage-hero-form .form-box #accept_terms .wpcf7-list-item{
    margin-left: 0;
}
.sbi-engage-hero-form .contact-content__main__form__errors {
    padding: 20px 20px 10px;
    border: 3px solid #475B67;
    margin-bottom: 40px;
    background-color: #f6f6f6;
    display: none;
}
.sbi-engage-hero-form .contact-content__main__form__errors.visible {
    display: block;
}
.sbi-engage-hero-form .contact-content__main__form__errors:focus {
    border-color: tomato;
}
.sbi-engage-hero-form .contact-content__main__form__errors__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.sbi-engage-hero-form .contact-content__main__form__errors ul li {
    margin-bottom: 10px;
}
.sbi-engage-hero-form .contact-content__main__form__errors ul li a{
    color: #025FAC;
    text-decoration: none;
}
.sbi-engage-hero-form .contact-content__main__form__errors ul li a:hover{
    text-decoration: underline;
}
