.form1741936217 {
    padding:0 10px;
}

.form1741936217 .mhead {
    
}

.form1741936217 .mtitle {
    
}

.form1741936217 .mdesc {
    
}

.form1741936217 .mbody {
    
}

.form1741936217 .mcontent {
    
}

/*Module specific style*/
.form-control{
    font-size: unset !important; 
    font-weight: unset !important; 
    line-height: unset !important;
}
.form-label {
     margin-bottom: 0 !important; 
}
.form-control:focus {
     box-shadow: unset !important; 
}
.form_container_1741936217{
    width: calc(100% - 30px);
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 20px;
    border: 3px solid #f2f6f9;
}
.form_container_1741936217 form{
    width:unset;
}
.form1741936217 h3.mtitle {
    margin: 15px 0 !important;
    font-size: 1.5rem !important;
    text-align: center !important;
}
.form1741936217_mobile , .form1741936217_fullname{
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 0 20px;
    color: #636060;
}
.form1741936217_mobile i , .form1741936217_fullname i{
    font-size: 1.5rem;
}
.form1741936217_mobile input , .form1741936217_fullname input{
    width: 100%!important;
    border: none!important;
    outline: none!important;
    background-color: #f5f5f5!important;
    padding: 10px 8px!important;
    border-radius: 20px!important;
}
.form_container_1741936217 button{
    background-color: #038a9d;
    color: #ffffff;
    border: 2px solid #038a9d !important;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 1.3rem;
    width: 150px;
    height: 50px;
    transition: all 0.2s linear;
}
.form_container_1741936217 button:hover{
background-color: #ffffff;
color: #038a9d;
}
@media (min-width: 586px) {
    .form1741936217 h3.mtitle {
        margin: 15px 22px !important;
        text-align: right !important;
    }
}
@media (min-width: 1200px) {
    .form_container_1741936217 {
        width: calc(100% - 8rem);
        margin: 40px auto;
    }
}
/*Module specific style*/