#ewc-popup{
    display:none;
    opacity: 0;
    transition: .5s linear opacity;
}

#ewc-popup.shown{
    opacity: 1;
}

#ewc-popup .backdrop{
    background: rgba(255,255,255,.5);
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:999998;
}

#ewc-popup .content{
    background: #000;
    position:fixed;
    top:25%;
    bottom:25%;
    left:5%;
    right:5%;
    z-index:999999;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

#ewc-popup .closeX{
    position: absolute;
    top:20px;
    right:20px;
    background: #a89869;
    height:25px;
    width:25px;
    cursor: pointer;
    border-radius: 25px;
}

#ewc-popup .heading{
    width: 100%;
    font-size: 2em;
    padding: 20px;
    color: #a89869;
    text-transform: uppercase;
}

#ewc-ilok{
    width: 50%;
    display: block;
    margin-left:25%;
}

#ewc-submit, #ewc-cancel{
    width: 100px;
    border: none;
    height: 40px;
    color: #fff;
}

#ewc-submit{
    background-color: #a89869;
}

#ewc-cancel{
    background-color: #969696;
}

#ewc-ilok .error-response{
    color: #f00;
}
