.white-popup-discount {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.modal-header-discount {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.modal-header-discount h1 {
    margin: 0;
    line-height: 30px;
    text-align: center;
    color: #1565c0;
}

.modal-body-discount {
    position: relative;
    max-height: 400px;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    text-align: left;
}

.modal-footer-discount {
    /*padding: 10px 15px 10px;
    margin-bottom: 0;
    text-align: right;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    display: table;
    margin: 0 auto;*/
}

.modal-footer-discount:before,
.modal-footer-discount:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer-discount:after {
    clear: both;
}

.discount-newsletter-educationEmail {
    margin-bottom: 20px;
    color: #1565c0;
    font-weight: 900;
    display: inline-block;
    padding: 12px;
    background-color: #d6e5f7;
}

.discount-newsletter-clubEmailDiv {
    margin-top: 20px;
    color: #1565c0;
    font-weight: 900;
    display: inline-block;
    padding: 12px;
    margin: 15px 15px 10px 0;
    background-color: #d6e5f7;
}

.discount-newsletter-email {
    color: #1565c0;
    font-weight: 900;
    font-size: 21px;
}

.discount-newsletter-BirthdayLabel {
    color: #1565c0;
    font-weight: 900;
}

.discount-newsletter-OverEighteen {
    color: #1565c0;
    font-weight: 900;
    font-size: 21px;
    margin: 10px 0;
}

input#discountnewsletterbirthday {
    font-size: 21px;
    font-family: ubuntu;
}

input#discountnewsletteremail {
    font-size: 21px;
}

.newsletter-subscribe-text {
    width: 100%;
    margin: 15px 0 5px;
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #CCC;
}
.discount-newsletter-block-description{
    margin-top: 9px;
    margin-bottom: 9px;
}

.button-1.newsletter-subscribe-button.modal{
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 2;
    border: 2px solid #1565c0;
    background: #0065c7;
    background: -webkit-linear-gradient(left top, #0065c7 , #49b7ea);
    background: -o-linear-gradient(bottom right, #0065c7 , #49b7ea);
    background: -moz-linear-gradient(bottom right, #0065c7 , #49b7ea);
    background: linear-gradient(to bottom right, #0065c7 , #49b7ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065c7', endColorstr='#49b7ea', GradientType=0);
    background-repeat: repeat-y;
    background-size: 100% 90px;
    background-position: 0 -40px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px;
    padding: 8px 11px;
}

.button-1.newsletter-subscribe-button.central {
    text-align:center;
}