.b24-form {
	font-family: 'Montserrat', sans-serif !important;
}

.b24-form-wrapper {
	display: contents;
	width: 100% !important;
    max-width: 100% !important;
}

.b24-form-padding-side {
	padding-left: 0 !important;
    padding-right: 0 !important;
}


.b24-form-control-string .b24-form-control, .b24-form-control-list .b24-form-control, .b24-form-control-text .b24-form-control, .b24-form-control-select .field-item {
	border: 2px transparent solid  !important;
    border-radius: 4px  !important;
    background-color: #f2f2f2  !important;
    margin-bottom: 15px  !important;
	height: 80px !important;
}

.b24-form-control-list-selector-item-title {
	font-family: 'Montserrat', sans-serif !important;
}

.b24-form-btn-block {
	
}

.b24-form-btn {
	position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    height: 80px !important;
    width: 100%;
    border: 0;
    border-radius: 4px;
    background-color: #125687 !important; 
    font: 600 15px/51px var(--b24-font-family);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
    box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
    outline: 0;
    cursor: pointer;
    color: #fff;
    color: var(--b24-primary-text-color);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.b24-form-btn:hover {
	background-color: #0b314c;
}

.b24-form-state-container .b24-form-success {
    background-color: #125687 !important; 
}

.b24-form-state-text {
	color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
}

.b24-form-sign {
	display: none !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0px solid var(--b24-primary-color) !important;
}




.b24-form #b24-63559881517742527666227209739658, .b24-form #b24-63559881517742527666227209739658.b24-form-dark {
    --b24-primary-color: #125687 !important;
    --b24-primary-text-color: rgba(255, 255, 255, 1);
    --b24-text-color: rgba(0, 0, 0, 1);
    --b24-background-color: rgba(255, 255, 255, 1);
    --b24-field-border-color: rgba(0, 0, 0, 0.07);
    --b24-field-background-color: rgba(0, 0, 0, 0.05);
    --b24-field-focus-background-color: rgba(255, 255, 255, 1);
    --b24-popup-background-color: rgba(255, 255, 255, 1);
    --b24-primary-hover-color: rgba(0, 174, 239, 0.7);
}
.b24-form {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--b24-font-family);
    line-height: 18px;
}
.b24-form {
    --b24-primary-color: 0f58d0;
    --b24-primary-text-color: #FFF;
    --b24-primary-hover-color: var(--b24-primary-color);
    --b24-text-color: #000;
    --b24-background-color: #FFF;
    --b24-field-border-color: rgba(0,0,0,.1);
    --b24-field-background-color: rgba(0,0,0,.08);
    --b24-field-focus-background-color: #fff;
    --b24-popup-background-color: #fff;
    --b24-font-family: 'Montserrat', sans-serif;
}