/* BASE STYLE FILE - Please do not change the styles in this file */


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000;
}

#body {
    border-top: 8px solid #00ccee;
}
#main-body {margin: 2% 0;}
#main-page {
    height: auto;
    width: 100%;
    /*background-color: #80CBAA;*/
    border-top: 15px solid #00ccee;
}

.main-page-wrapper {
    max-width: 525px;
    margin: 0 auto;
    /*background-color: #80CBAA;*/
}

.message-area {

    padding: 15px;
    position: fixed;
    z-index: 12;
    max-width: 550px;
    max-height: 110px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 #777;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    top: 0;
    bottom: 0;
    background: #fff;
}

.inner-message {font-size:25px;color: #000;}

.btn-close-he,
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.popupHe {
    z-index: 9999;
    color: #000;
    height: 50%;
    min-width: 255px;
    max-height: 320px;
    top: 0;
    font-size: 14px;
    max-width: 440px;
    margin: auto;
    width: 82%;
}
.line-btnPopup {position: absolute;
    bottom: 10px;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.popupHe .line {margin: 0 auto;width: 94%; height: 60px;}
.serviceName {text-transform: uppercase;}

/*HEADER*/
#main-header {
    width: 100%;
    position: relative;
}

h1 {

    width: 100%;
    margin: 10px auto 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
    text-align: center;
    position: relative;
    font-size: 17px;
    line-height: 18px;
    max-width: 400px;

}

.header-description {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
    display: block;
    position: relative;
}

.headerDescrTitle {
    display: block;
    text-align: center;

}

.headerDescrSubtitle {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
}

/*
.headerDescrSubtitle, .headerDescrSubtitleWithLineBreaks {
    display: block;
    text-align: center;
    width: 80%;
    max-width: 180px;
    margin: 0 auto;

}

.headerDescrSubtitleWithLineBreaks{
    
}
*/

.main-img{
    margin: 5px auto;
    text-align: center;
}
.main-img img{ width: 100%;max-width: 300px;}

.banner-area {
    max-height: 550px;
    width: 100%;
    height: auto;
    display: block;
}

.img-block {
    width: 65%;
    float: left;
    height: 100%;
    max-height: 550px;
    display: block;
}

.img-block img {
    max-width: 100%;
    display: block;
}

.optin-block {
    width: 100%;
    float: right;
    display: table-cell;
    background-color: transparent;
    padding: 10px 0 0;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
}


.imgBanner {
    max-width: 100%;
    display: block;
}

.optin-block-inner {
    max-width: 60%;
    margin: 0 auto;
}

.titleOptin {
    color: #000;
    font-size: 32px;
    text-shadow: 1px 2px 3px #333;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 15px;
}

.descrOptin {
    display: block;
    max-width: 90%;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 14px;
}

.line {
    display: block;
    width: 100%;
    clear: both;
}

.border{border-right: 2px solid #01b6e1;position: absolute;left: 42px;height: 40px;top: 5px;}
.line p{ position: relative;}
.line p img{ position: absolute;top: 12px; left: 10px;}
.prefix{position: absolute;max-width: 47px;height: 40px;border: 0;font-size: 16px; border-right: 2px solid #01b6e1; top: 5px; left: 40px;font-weight: 700;color: #01b6e1;background-color: #fff !important;}
input[type="text"]:disabled{background-color:transparent;}

label {
    display: block;
    text-align: center;
    font-size: 22px;
    /*text-transform: uppercase;*/
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

input[type="text"] {
    width: 100%;
    max-width: 550px;
    padding: 12px 0px 15px 50px;
    margin: 0 auto;
    display: block;
    text-align: left;
    font-size: 17px;
    border-radius: 6px;
    border: 2px solid #02ccee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="text"]#inputMobile{padding-left: 100px !important;  width: 100% !important;text-align: left;}

input[type="text"]::-webkit-input-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]::-moz-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]:-moz-placeholder {
    font-weight: 600;
    color: #000;
}

input[type="text"]:focus {
    border: 2px solid #6d0074;
}

.inputMobile {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 245px;
    
}

.back{font-size: 14px;
    text-align: center;
    margin: 5px 0 10px;
    color: #fff;}

.btnSubmit,
#btnStart,
input[type="submit"] {
    width: 100%;
    max-width: 550px;
    padding: 15px;
    margin: 0 auto;
    display: block;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 22px;
    background: #6f3f72;
    margin-bottom: 20px;
    font-weight: 700;
}

#btnStart {
    width: 80%;
    text-decoration: none;
    font-weight: 600;
}

#main-footer {
    margin-top: 0;
    padding-bottom: 40px;
    position: relative;
}

.footer-inner {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.disclaimer {
    color: #afafb2;
    font-size: 11px;
}

.conditionsLinkUrl {
    font-weight: 600;
}

.linkConditions {
    margin: 0 auto;
    font-size: 10px;
    color: #fff;
}

.textBookmark {
    line-height: 22px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.titleSuccess {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    background-color: #6d0074;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.welcomeSuccess {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 20px;
}

.titlePinValidate {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}

.validatePinLabel {
    margin-top: 5px;
    text-transform: none;
    font-size: 19px;
    font-weight: 500;}

.msisdnLabel {font-size: 16px;}
.getNewPin{}
.textGetNewPin { text-align: center; font-size: 14px;margin: 0;padding: 0;}

.btnGetNewPin {padding: 13px;font-size: 16px;}
.btnConsent{width: 82%;}


/*Media Query - TAblet*/
@media screen and (min-width: 481px) and (max-width: 1024px) {

    h1 {width: 100%;
        margin: 10px auto 20px;
    }
}

@media screen and (max-width: 480px) {

    h1 {width: 95%;
    margin: 0px auto 5px;
    font-size: 13px;
    }
    .optin-block-inner {
        max-width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {

.optin-block {
    width: 100%;
    float: right;
    display: table-cell;
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}
    
    
}


/*
.main-page-wrapper{
    
    
}*/

/* Media Query Desktop */
/*@media screen and (min-width: 1025px) {
    .main-page-wrapper{
        min-width: 1025px;
    }
    
    #main-body{
        margin-top: initial;
    }
    
    #main-left-side{
        display: inline-block !important;
        width: 700px;
    }
    
    #form-container{
        display: inline-block;
        width: initial;
    }
    
    .headerDescrSubtitle{
        max-width: initial;
    }
    
    
}
*/







[placeholder]::-webkit-input-placeholder {
    -webkit-transition-property: opacity, text-indent, color;
    -webkit-transition-duration: 1s, 1s, 1s;
    -webkit-transition-delay: .5s, .5s, 0;
    -webkit-transition-timing-function: ease-in, cubic-bezier(0.25, 0.025, 0, 1.65), ease-in;
    color: inherit;
    text-indent: 0
}



[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition-property: opacity, text-indent, color;
    -webkit-transition-duration: 0.8s, 1.4s, 0.5s;
    -webkit-transition-delay: 1.2s, 0, 0;
    -webkit-transition-timing-function: ease-in, cubic-bezier(1, -0.6, 0.695, 1.275), ease-in;
    text-indent: -200%;
    opacity: 0.9;
    color: #333
}

[placeholder]:-moz-input-placeholder {
    -moz-transition-property: opacity, text-indent, color;
    -moz-transition-duration: 1s, 1s, 1s;
    -moz-transition-delay: .5s, .5s, 0;
    -moz-transition-timing-function: ease-in, cubic-bezier(0.25, 0.025, 0, 1.65), ease-in;
    color: #333;
    opacity: 0.7;
    text-indent: 0
}

[placeholder]:focus:-moz-input-placeholder {
    -moz-transition-property: opacity, text-indent, color;
    -moz-transition-duration: 0.8s, 1.4s, 0.5s;
    -moz-transition-delay: 1.2s, 0, 0;
    -moz-transition-timing-function: ease-in, cubic-bezier(1, -0.6, 0.695, 1.275), ease-in;
    text-indent: -200%;
    opacity: 0.5;
    color: #333
}

.invalid [placeholder]:moz-input-placeholder {
    -moz-transition-property: opacity, text-indent, color;
    -moz-transition-duration: 1s, 1s, 1s;
    -moz-transition-delay: .5s, .5s, 0;
    -moz-transition-timing-function: ease-in, cubic-bezier(0.25, 0.025, 0, 1.65), ease-in;
    color: red;
    opacity: 0.8;
    text-indent: 0
}

[placeholder]::-moz-input-placeholder {
    -moz-transition-property: opacity, text-indent, color;
    -moz-transition-duration: 1s, 1s, 1s;
    -moz-transition-delay: .5s, .5s, 0;
    -moz-transition-timing-function: ease-in, cubic-bezier(0.25, 0.025, 0, 1.65), ease-in;
    color: #333;
    opacity: 0.7;
    text-indent: 0
}

[placeholder]:focus::-moz-input-placeholder {
    -moz-transition-property: opacity, text-indent, color;
    -moz-transition-duration: 0.8s, 1.4s, 0.5s;
    -moz-transition-delay: 1.2s, 0, 0;
    -moz-transition-timing-function: ease-in, cubic-bezier(1, -0.6, 0.695, 1.275), ease-in;
    text-indent: -200%;
    opacity: 0.5;
    color: #333
}

.invalid [placeholder]::moz-input-placeholder {
    -moz-transition-property: opacity, text-indent, color;
    -moz-transition-duration: 1s, 1s, 1s;
    -moz-transition-delay: .5s, .5s, 0;
    -moz-transition-timing-function: ease-in, cubic-bezier(0.25, 0.025, 0, 1.65), ease-in;
    color: red;
    opacity: 0.8;
    text-indent: 0
}

[placeholder]:-ms-input-placeholder {
    -ms-transition-property: opacity, color;
    -ms-transition-duration: 1s, 1s;
    -ms-transition-delay: 2s, 2s;
    -ms-transition-timing-function: ease-in, ease-in;
    transition-property: opacity, color;
    transition-duration: 1s, 1s;
    transition-delay: .5s, .5s;
    transition-timing-function: ease-in;
    color: #333;
    opacity: 0.7
}

[placeholder]:focus:-ms-input-placeholder {
    -ms-transition-property: opacity, color;
    -ms-transition-duration: 1s, 1s;
    -ms-transition-delay: 2s, 2s;
    -ms-transition-timing-function: ease-in, ease-in;
    transition-property: opacity, color;
    transition-duration: 1s, 1s;
    transition-delay: 2s, 2s;
    transition-timing-function: ease-in, ease-in;
    opacity: 0.5;
    color: #333
}
    .footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        top: auto;
        text-align: left;
        line-height: 1;
        padding: 0;
        font-size: 10px;
        background-color: #1c61d0;
        color: #cbcbcb;
    }


    @media screen and (max-height:450px) {
        .footer {
            top: 97%;
            top: -webkit-calc(100% - 350px);
            top: -moz-calc(100% - 350px);
            top: calc(100% - 350px);
            bottom: auto;
            position: relative;
        }
    }
    
