#exit-popup button, #exit-popup #newsletter-email{
    border-radius: 5px;
    font-size: 16px;
    margin: 10px;
    padding: 10px;
}

#exit-popup #close-popup a{
    color: #eeeeee;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

#exit-popup #close-popup a:hover{
    color: #A6A6A6;
}

#exit-popup #close-popup a, #exit-popup #close-popup a:hover{
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}

#exit-popup #confirmed-email-adress{
    font-style: italic;
}

#exit-popup{
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    margin: 0;
    paddin: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
    z-index: 10000;
}

#exit-popup #exit-text {
    color: #eeeeee;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    float: none;
    position: relative;
    /*text-transform: uppercase;*/
}

#exit-popup #exit-text h1{
    font-size: 50px;
    font-weight: bold;
}

#exit-popup #exit-buttons{
    position: relative;
    margin: 50px;
}

#exit-popup #exit-intent-recommendations{
    margin: 50px;
}

#exit-popup #exit-intent-recommendations img{
    border-radius: 5px;
}

#exit-popup #newsletter-signup{
    display: none;
}

#exit-popup #newsletter-teaser{
    font-size: 20px;
}

#exit-popup #newsletter-teaser #newsletter-button-signup, 
#exit-popup #newsletter-teaser #newsletter-button-signup,
#exit-popup #newsletter-signup-confirm, 
#exit-popup #newsletter-signup-abort:hover{
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

#exit-popup #newsletter-signup form div input{
    display: inline;
    max-width: 30%;
}

#exit-popup #newsletter-signup-information{
    border-radius: 10px;
    display: none;
    color: #eee;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30%;
}

#exit-popup .correct{
    background: rgba(0, 128, 0, 0.75);
    border: 2px solid green;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 128, 0, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 128, 0, .75);
    box-shadow: 0px 0px 15px 5px rgba(0, 128, 0, .75);
}

#exit-popup .wrong{
    background: rgba(128, 0, 0, 0.75);
    border: 2px solid red;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 0, 0, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 0, 0, .75);
    box-shadow: 0px 0px 15px 5px rgba(255, 0, 0, .75);
}

#exit-popup .correct, 
#exit-popup .wrong{
    border-radius: 10px;
    -webkit-transition: border 0.5s, box-shadow 0.5s; /* Safari */
    transition: border 0.5s, box-shadow 0.5s;
}

#exit-popup .fullscreen{
    width: 100%;
}

#exit-popup .newsletter-button-group, 
#exit-popup #newsletter-signup{
    margin: 30px;
}