
/*Styling for sidebar Youtube Video*/
mediaelementwrapper iframe{
    border-radius:0.4rem !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    border-radius:0.4rem !important;
}


/***Formidable style**/
.with_frm_style .frm_message, .frm_success_style{
    background: #0047bb;
    border: none;
}

.with_frm_style .frm_message, .frm_success_style p{
    color: white;
}

.with_frm_style .frm_message p {
    color: white;
}