@CHARSET "UTF-8";
@import "../fonts/iqos.css";
@import "bootstrap.min.css";

html, body {
    font-family: 'IQOS',Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #393E44;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 95vh;
    width: 100vw;
    background-size: cover;
    background-color: #fff;
}

body {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../img/bg_sm.png");
}

@media (min-width: 768px) {
    body {
        background-image: url("../img/bg_md.png");
    }
}
@media (min-width: 992px) {
    body {
        background-image: url("../img/bg_lg.png");
    }
}
@media (min-width: 1200px) {
    body {
        background-image: url("../img/bg_xl.png");
    }
}
@media (min-width: 1400px) {
    body {
        background-image: url("../img/bg_xxl.png");
    }
}

.white-bg, .white-bg-login{
    background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1400px) {
    .white-bg{
        background-color: transparent;
    }
}

h1{
    font-weight: bold;
    font-size: 33px;
    line-height: 48px;
    color: #393E44;
}

h2.golden-date{
    color: #DAA918;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}

h1.summary-headline{
    color: #DAA918;
    font-weight:400;
    font-size:30px;
    line-height:36px;
}

.text-primary{
    color: #DAA918 !important;
}

.btn{
    font-size: 18px;
    text-align: center;
}
.btn-primary:hover{
    background-color: #B48D18 !important;
    border-color: #B48D18 !important;
}

p.big{
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: #393E44;
}

.form-label{font-weight: bold;color: #DAA918 !important;}
.form-control, .form-select, .btn{
    border-radius: 30px !important;
    text-align:center;
}
.form-control, .form-select{
    border:1px solid #DAA918;
    color: #393E44 !important;
}
.form-control.is-invalid{border-width: 3px;}
.form-control:disabled {background-color: #eee;}


input.is-invalid {
    border-color: #FF5050;
    background-color: #FCEAEA;
}
.form-label.text-danger{color: #FF5050 !important;}

.navbar-toggler{
    border-color:#DAA918 !important;
    border: 1px solid #DAA918;
}
.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 112, 186, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.nav-link{
    font-size: 18px;
    color:#DAA918 !important;
}
.nav-link.active{
    color:#DAA918 !important;
    font-weight: bold;
}

footer, .nav-link.nav-link-footer{
    font-size: 16px;
    line-height: 26px;
    color:#393E44 !important;
}

#product-hint {
    z-index: 99999;
    height: 5vh;
    width: 100vw;
    position: absolute;
    bottom: 0;
    color: #000 !important;
    background-color: #fff;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
}

footer #footer_container p {
    letter-spacing: 1.2rem !important;
}

.p-login-center{padding-top:5%;}
.p-center{padding-top:1%;}

.frc-captcha{
    display: inline-block;
    margin: 0 auto;
}