html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .lp-form-overlay{
position: fixed;
background: rgba(0,0,0,0.75);
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 1040;
opacity: 0; 
pointer-events: none;
padding: 20px 20px;
/*transition:         opacity 0.3s ease-in;
-webkit-transition: opacity 0.3s ease-in;
-moz-transition:    opacity 0.3s ease-in;
-o-transition:      opacity 0.3s ease-in; */
}
html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .lp-form-window{
position: relative;
top: 0;
max-width: 800px !important;
margin: 0 auto !important;
z-index: 1050;
}

html:not(.aem-AuthorLayer-Edit) body:not(.cq-wcm-edit) .lp-form-overlay.active{
pointer-events: auto;
}
p#close-form,
p.close-form{
cursor: pointer;
}
.lp-form-window .row{
min-width: 0px !important;
}