.form-title{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0 -7px 15px;
    text-align: center;
    background: #2E4057;
    padding: 8px 1px;
    border-radius: 3px;
    text-transform: uppercase;
}
.ec-register-container{
    background: #f1f1f1!important;
    position: relative;
    z-index: 10;
}
.ec-register-container::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    background-image: url(../images/pattern-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.ec-register-container .ec-register-form.quote-form{
    position: relative;
    z-index: 10;
}
.ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner, 
.ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner::after{
    height: 42px;
}
.quote-form form input, .quote-form form select{
    background: white!important;
    border: 1px solid #bdbcbc!important;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
}
.quote-form form textarea{
    background: white!important;
    border-radius: 4px;
    border: 1px solid #bdbcbc!important;
    padding: 0 15px!important;
    line-height: 42px;
}
.quote-form form input[type=file]{
    padding: 0!important;
    height: inherit;
    line-height: 35px;
}
.field-half{
    width: 50%!important;
}
.field-third{
    width: 33.333%!important;
}
.field-fourth{
    width: 25%!important;
}
.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap{
    padding: 0 7px;
}
.ec-register-wrapper .ec-register-container .ec-register-form input, 
.ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner{
    margin-bottom: 12px;
}
.hr-dashed {
  border-top: 1px dashed #444;
  width: 98%;
  margin: 0.3rem auto 1rem auto;
}

.submit-btn{
    justify-content: center;
    margin-top: 10px;
}
.submit-btn button{
    background: #2f4f4f!important;
    border-color: #2f4f4f!important;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
}
.submit-btn button:hover{
    color: #2f4f4f!important;
}

.dropzone{
    border: 1px dashed!important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-check{
    display: flex;
    align-items: center;
}

.img-check label{
    margin-bottom: 5px!important;
}

.file-upload{
    display: none;
}

.quote-form form input.form-check-input[type=checkbox]{
    height: 20px!important;
    width: 20px!important;
    padding: 0px!important;
    margin-bottom: 0px!important;
    margin-right: 10px;
}

.quote-form form input.form-check-input:checked[type=checkbox]{
    background-color: #0062b2!important; 
    background: #0062b2!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")!important;
}

/* 
.dropzone{
    height: 100px!important;
    min-height: 100px!important;
    border: 1px dashed!important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropzone .dz-message{
    margin: 0!important;
}

.dropzone .dz-preview{
    height: 60px!important;
    min-height: 60px!important;
}
.dropzone .dz-preview .dz-image{
    height: 60px!important;
    width: 60px!important;
} */

@media only screen and (max-width: 767px){
	.field-third{
        width: 100%!important;
    }
    .field-fourth{
        width: 50%!important;
    }
}