<!-- Note :
   - You can modify the font style and form style to suit your website. 
   - Code lines with comments Do not remove this code are required for the form to work properly, make sure that you do not remove these lines of code. 
   - The Mandatory check script can modified as to suit your business needs. 
   - It is important that you test the modified form before going live.-->
<style>
.fsm_wf_inp{
    padding:10px;
}
.fsm_wf_inp input,select{
	background-color:white;
	border:#D9E3E8 solid 0.5px;
	padding:8px;
	width:100%;
   font-family:Arial;
   font-size:12px;
    border-radius: 4px;
    width: 240px;
}.fsm_wf_btn{
    width: fit-content;    padding:8px 16px 8px 16px;
    color:white;
    float:right;
    margin:2px;
    border-radius:5px;
    background-color:#089949;
}
.fsm_wf_btns{
    padding-top:10px;
    padding-right:5%;
}
.fsm-webform-body{
    margin:auto;
    padding:30px;
    width:500px;
    display:flex;
    justify-content:center;
    background-color:#FFFFFF;
}
.fsm_wf_lbl{
    font-family:Arial;
    font-size:12px;
    color:#000000;
    text-align:Left; 
	 min-width: 112px;
	 padding-right: 40px;
}
.fsm_wf_lbl p{
	 margin:0px !important;
}
.fsm_wf_lbl ol{
	 margin:0px !important;
}
</style>
