body{
   background-color: #072d48;
}
/* main{
    width: 100%;
    display: flex;
    justify-content: center;
} */
.zcwf_lblTopBottom .zcwf_button{
    border: none;
    background-color: #0e4b76 !important;
    color: #fff !important;
    border: none;
    padding: 8px 30px !important;
    border: 10px;
}
input#formsubmit.formsubmit.zcwf_button{
    background-color: #0e4b76 !important;
}

#crmWebToEntityForm{
    border-radius: 15px;
    max-width: 100%;
}
form{
    width: 100%;
}
.zcwf_row{
    width: 100%;
}
.zcwf_col_fld{
    width: 100%;
}
.logo{
    width: 30%;
    text-align: center;
}
.zcwf_button:hover{
    background-color: #39576d;
}
.zcwf_title{
    text-transform: uppercase !important;
    font-size: 30px;
    text-align: center;
}
#crmWebToEntityForm{
    display: flex;
    justify-content: center;
}
input{
    width: 100% !important;
    border-radius: 5px !important;
}
.min-imagen{
    width: 20%;
}
@media (max-width: 1024px){
    .logo{
        width: 100%;
    }
}