@font-face {
    font-family: 'DIN';
    src: url(https://pages.checkpoint.com/rs/750-DQH-528/images/din.eot);
    src: url(https://pages.checkpoint.com/rs/750-DQH-528/images/din.eot) format("embedded-opentype"), url(https://pages.checkpoint.com/rs/750-DQH-528/images/din.woff) format("woff"), url(https://pages.checkpoint.com/rs/750-DQH-528/images/din.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'DIN-light';
    src: url(https://pages.checkpoint.com/rs/750-DQH-528/images/din-light.eot);
    src: url(https://pages.checkpoint.com/rs/750-DQH-528/images/din-light.eot) format("embedded-opentype"), url(https://pages.checkpoint.com/rs/750-DQH-528/images/din-light.woff) format("woff"), url(https://pages.checkpoint.com/rs/750-DQH-528/images/din-light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
body {
    /*background-color: #f0f0f0;*/
    overflow-x: hidden;
    font-family: "DIN", Helvetica, Arial, sans-serif !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 95vh;
    padding: 5% 0% 0% 0%;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
}




#logo {
    margin: 0 auto;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__inner {
    margin-top: 25px;
    border-radius: 5px;
    border: solid thin  #d3d3d3;
    background-color: white;
    width: 600px;
    max-width: 85%;
    min-height: 300px;
    max-height: 30px;
    padding: 3%;
}

.container .mktoForm {
    font-family: "DIN", Helvetica, Arial, sans-serif !important;
}

.your_email {
    height: 40px;
}
.your_email #email_address {
    font-weight: bold;
    color: #d61a69;
}

.container .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
    background-image: none;
    background-color: #d61a69;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    margin-top: 15px;
    color: white;
}
.container .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0px!important;
}

.container .mktoOffset {
    display: none;
}

.container .mktoForm .mktoAsterix{
    color:  #d61a69;
    height: 21px;
}
label[for="Email"] ~ .mktoGutter {
    display: none;
    width: 0px!important;
}

.container  #LblUnsubscribed{
    display: flex;
    flex-direction:  row-reverse;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.container  #LblUnsubscribed ~ .mktoGutter.mktoHasWidth{
    display: none;
}

.container  #LblUnsubscribed:before {
    height: 14px!important;
    width: 14px!important;
    margin-left: -27px;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: solid thin #d3d3d3;
    padding: 15px 0px;
    font-size: 14px;

}

footer p {
    margin: 0px;
}

footer a {
    color: #d61a69;
    font-weight: bold;
}

.container #LblUnsubscribed::before {
    box-shadow: none;
    border: 1px solid #000;
}
.mktoForm .mktoButtonWrap .mktoButton {
    color: #fff;
    background-color: #ee0c5d !important;
    background-image: none !important;
    border: none !important;
    padding: 8px 15px !important;
    width: 100%;
    min-width: 100%;
    box-shadow: none !important;
    text-transform: uppercase;
    text-align: center;
    clear: both !important;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 15px !important;
    font-weight: bold;
}
button {
    letter-spacing: 1px;
}
.mktoButtonRow {
    padding-top: 1px !important;
    clear: both;
    display: block !important;
}

@media only screen and (max-width: 600px) {
    footer {
        padding: 15px;
        text-align: center;
    }

    .container .mktoForm .mktoAsterix{
        height: 36px;
        margin-right: -30px;
    }
    
    .container  #LblUnsubscribed{
        width: 60%;
    }

    .container form .mktoCheckboxList {
        width: 40%!important;
    }
}
