@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');

html,
.popcoupon {
    font-family: Ubuntu !important;
    color: #232c5d;
}

.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;

}

h2.popcoupon, h3.popcoupon {
    font-family: Ubuntu, sans-serif;
    color: #232c5d !important;
    text-align: center;

}

h1.popcoupon {
    font-size: 16pt;
    font-family: Ubuntu-Medium !important;
    font-weight: 500;
    color: #232C5D;
    margin-top: 20px;
}

h1.popcoupon-white {
    font-size: 16pt;
    font-family: Ubuntu !important;
    font-weight: 500;
    color: white !important;
    margin-top: 60px;
}

.form-control-popcoupon {
    /*height: 3em !important;*/
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 12pt !important;
    color: #BFBFE0;
    /*color: #BFBFE0;*/
    /*border-color: #BFBFE0;*/
    text-align: center;
    border-radius: 0px !important;
}

.form-control-popcoupon-blue {
    background-color: #FDB913 !important;
    border-color: white !important;
    color: white !important;
    border-radius: 0px !important;
}

.popcoupon-checkbox {
    vertical-align: top;
    /*height: 20px;*/
    /*width: 20px;*/
}

footer.popcoupon {
    background-color: #515faa !important;
    height: 40px;
    padding-top: 10px;
    color: black;
    border-top-color: #232C5D;
    font-size: 9pt;
}


.has-error .form-control,
div.help-block
{
    border-color: #f16667 !important;
    color: #f16667 !important;
}

.has-success .form-control
{
    border-color: #5fc090 !important;
}

p.popcoupon {
    font-size: 10pt;
    font-weight: 400;

}

p.popcoupon.center {
    text-align: center;

}

div.popcoupon-center {
    text-align: center;

}

p.popcoupon.legal {
    font-family: 'Roboto';
    font-size: 10px;
    line-height: 18px;
    letter-spacing: normal;
}

.popcoupon-center {
    text-align: center;
}

.popcoupon-header {
    background-color: #515faa !important;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;

}

.navbar-toggle {
    visibility: hidden;
}

button.popcoupon {
    background-color: #fdb913;
    border: 0;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 1em;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2em;
    border-radius: 0px;


}

.site-index {
    background-color: #515faa;
}

a.popcoupon {
    background-color: #fdb913;
    border: 0;

    font-size: 1em;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2em;
    border-radius: 0px;


}

.navbar {
    height: 110px;
}

.emph {
    color: #fdb913;
}

tknavbar {
    background-color: #005b94 !important;
}

body.offer {
    /*margin: 0 auto !important;*/
    /*padding: 0 !important;*/
    /*height: 100% !important;*/
    /*width: 100% !important;*/
    /*background-color: #ffffff !important;*/
}

/* What it does: Fixes webkit padding issue. */
table.offer {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}

/* What it does: Uses a better rendering method when resizing images in IE. */
img.offer {
    -ms-interpolation-mode: bicubic;
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    height: 100%;
    margin: 0;
    padding: 0;

}

div.offer {
    width: auto !important;
}

input.offer {
    width: 100% !important;
    background-color: #f0f3f4;
    border: none;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

.btn-order {
    border-radius: 2px;
    background: #fdb913;
    font-family: 'Ubuntu';
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    padding: 16px 30px;
    color: #ffffff;
    display: block;
    border: none;
    /* border-color: #082d6c;*/
    text-transform: uppercase;
}

.logos {

    margin-left: auto;

    margin-right: auto;
    background: #242e39;
    text-align: center;
    display: block;
    align-content: center;
    align-items: center;
    padding: 20px 0px;
}

.ass {

    padding: 10px 0;

    text-align: center;


    font-size: 12px;

    font-weight: 700;

    line-height: 16px;

    letter-spacing: 1px;

    color: #ffffff;

}
