#crmWebToEntityForm.zcwf_lblLeft *,
Label {
    box-sizing: border-box;
    font-size: 1rem;
    font-family: "Open sans";
}

.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea {

    border: 1px solid #c0c6cc !important;
    resize: vertical;
    border-radius: 2px;
    float: left;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid var(--bs-black);
    border-radius: .375rem;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 1.0625rem;
    font-weight: 400;
    height: calc(1.6em + 1.625rem + 2px);
    line-height: 1.6;
    padding: .8125rem 1.25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
.zcwf_lblLeft .zcwf_col_fld_slt {

    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    float: left;
    resize: vertical;
    padding: 2px 5px;
    border: 1px solid #c0c6cc !important;
    resize: vertical;
    border-radius: 2px;
    float: left;
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid var(--bs-black);
    border-radius: .375rem;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 1.0625rem;
    font-weight: 400;
    height: calc(1.6em + 1.625rem + 2px);
    line-height: 1.6;
    padding: .8125rem 1.25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

@media screen and (min-width: 980px) {

.zcwf_lblLeft .zcwf_row {
    margin: 15px 0px;
    width: 48%;
    float: left;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
 
}
}







@media screen and (max-width: 980px) {


.templateWrapper {
    background-image: none;
    background-color: #FFFFFF;
    margin-left: 50px;
}

.backgroundBg.imgLeft.stretch{
    background-position-x: right;
}
}