#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 8, 8, 0.6);
    z-index: 1001;
}

#popup {
    width: 850px;
    height: 580px;
    background:whitesmoke ;
    border: 5px solid #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: relative;
    top: 125px; left: 300px;
}


.clickme {
  /*  background-color: #FB6E50;
    padding: 8px 20px;
    text-decoration:none;
    font-weight:bold;
    border-radius:10px;
    color: #10a2ff;
    cursor:pointer;*/
    color: rgb(248, 246, 246) !important;
text-transform: uppercase;
text-decoration: none;
background: #070707;
padding: 10px;
border-radius: 5px 20px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
cursor:pointer;
border-color: #D24D57;

}

.clickme:hover {
    background-color:#D24D57;
    text-shadow: 2px 2px 10px black;
    text-decoration: underline;
    
    
}