/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2025 | 12:45:30 */
.hbspt-form input[type="text"], .hbspt-form input[type="number"], .hbspt-form input[type="email"], .hbspt-form input[type="url"], .hbspt-form input[type="password"], .hbspt-form input[type="search"], .hbspt-form input[type=reset], .hbspt-form input[type=tel], .hbspt-form input[type=date] {
    border: 1.5px solid #DBE8FE;
    padding: 15px 20px !important;
    height: 55px;
    /* margin-bottom:20px; */
    }
.hbspt-form .inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}
.hbspt-form .hs-error-msgs label {
    color: #f2545b;
}
.hbspt-form .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}
.hbspt-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}
.hbspt-form .hs-form-field { margin-bottom: 20px;}
input.hs-button.primary.large {
	display: block;
    width: 100%;border: 1.5px solid #DBE8FE;
    padding: 15px 20px !important;
    height: 55px;
    background:#045cb4;
}