BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
@{Html.EJ().Dialog("lognForm").Title("Login Form").IsResponsive(true).Containment(".control").ContentTemplate(@<div>
……..
}
<style>
#lognForm_wrapper {
background-repeat: no-repeat;
left: auto !important;
right: 0px !important;
top: 120px !important;
position: fixed !important;
}
</style> |