#wpwl-modal {
display: none;
position: fixed; top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.5);
justify-content: center;
align-items: center;
z-index: 9999;
}

#wpwl-box {
background: #fff; padding: 20px; border-radius: 10px; width: 300px;
}
#wpwl-box h2 { margin-top: 0; }
#wpwl-box input, #wpwl-box button {
width: 100%; margin-bottom: 10px; padding: 8px;
}

form#wpwl-form button {
background-color: #85f577;
color: #ffffff;
border: none!important;
outline: none!important;
}

form#wpwl-form button:hover{
background-color: #62b758;
color: #ffffff;
border: none!important;
}

#wpwl-close {
position: absolute;
top: 0px;
right: 0px;
width: 30px !important;
height: 30px !important;
line-height: 0.7 !important;
background: #000000;
border-radius: 6px;
border: none!important;
font-size: 24px;
color: #ffffff;
cursor: pointer;
outline: none!important;
}

#wpwl-box {
position: relative;
}
