
#mxw_postmaster .box-title {
    font-size: 18px;
    color: #008ad1;
    font-weight: bold;
    margin-bottom: 10px;
}
#mxw_postmaster .pd15{
    padding-left: 0px;
    padding-right: 0px;
}
#mxw_postmaster .pdleft{
    padding-left: 10px;
}
@media(max-width : 600px){
    #mxw_postmaster .pdleft{
        padding-left: 0px;
    }
}
#mxw_postmaster input,
#mxw_postmaster textarea{
    width: 100%;
    border: 1px solid var(--blue-clair);
    padding: 26px;
    margin-bottom: 10px;
    color: var(--blue-clair);
    font-size: 1.2em;
}
#mxw_postmaster input::placeholder,
#mxw_postmaster textarea::placeholder{
    font-size: 1.2em!important;
 
}

#mxw_postmaster label{
    font-weight: bold;
    font-size: 14px;
}

#mxw_postmaster .mxw_postmaster_buton_send_email {
    background: #26adef;
    color: white!important;
    font-weight: bold;
    font-family: 'Roboto' , sans-serif;
    font-size: 18px;
    line-height: 0px;
    border: 0px;
    padding: 30px 30px;
}
#mxw_postmaster .mxw_postmaster_buton_send_email:hover {
    border : 0px;
    outline : 0px;
}