﻿div#mainBody {
    position: relative;
    min-height: 300px !important;
}

div#landing {
    position: relative;
    max-height: 800px;
    background: #ffffff;
    width: auto;
}

div#landingimages {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 15px 5px;
}

img.landingimages {
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 2%;
}

div#formbg {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.3;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
}

div#incentiveText {
    font-size: 12px;
    margin-bottom: 1em;
    margin: auto;
    position: relative;
}

div#formLabel {
    margin: auto;
    position: relative;
    text-align: center;
}

button.btnBgSec {
    margin-bottom: -3px;
    background: #fafafa url(https://xcdn.next.co.uk/co-uk/1024/images/incentives/common/btn-submit.png) no-repeat center !important;
    width: 64px;
    height: 23px;
    padding-top: 4px;
    margin-left: 12px;
    text-indent: 0px;
    font-family: "azo-sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 9px;
    border: none;
    cursor: pointer;
}

p {
    text-align: center;
    color: #666666;
    padding: 0 20px;
}

.label-box-tenDigitCode {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

a.btn.btnStd {    
    background: #007a7a;
    border-color: #007a7a;
    color: #ffffff;
    border-radius: 32px;
    border: 0;
    border-width: 0;
    width: 120px;
    height: auto;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    margin: auto;    
    text-decoration: none;
}

a.btn.btnStd.mobile {
    padding: 11px 0;
}

a.btn.btnStd.desktop {
    padding: 9px 28px;
}

#redeem-label {
    margin-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    font-size:18px;
    font-weight:500;
    letter-spacing: normal;
    line-height: normal;
}

#img1, #img2, #img3 {
    width: 33%;
    max-width: 320px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 1000px) {
    #img1, #img2 {
        width: 50%;
        max-width: 320px;
    }

    #img3 {
        display: none;
        width: 0;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 670px) {
    #img1 {
        width: 100%;
        max-width: 320px;
    }
    #img2, #img3 {
        display: none;
        width: 0;
    }
}

.promoCodeWrapper {
    padding: 5px 20px;
}

.submitButtonWrapper {
    padding: 5px 20px;
}



