#cp-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#fff;
z-index:999999;
display:flex;
justify-content:center;
align-items:center;
font-family:Arial,sans-serif;
}

.cp-box{
width:420px;
padding:35px;
background:white;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
text-align:center;
}

.cp-box img{
width:120px;
margin-bottom:20px;
}

.cp-box h2{
margin-bottom:10px;
}

.cp-box p{
color:#666;
margin-bottom:20px;
}

.cp-box input{
width:100%;
padding:15px;
font-size:18px;
border:1px solid #ddd;
border-radius:8px;
margin-bottom:20px;
}

.cp-box button{
width:100%;
padding:15px;
background:#2ECC71;
color:white;
font-size:18px;
border:none;
border-radius:8px;
cursor:pointer;
}

.cp-error{
color:red;
margin-top:15px;
display:none;
}