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

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

h1{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #20b8ce;
}
h1.big{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
h1.big-login{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
h1.big span, h1.big-login span{
    font-weight:normal;
    font-size: 1.5rem;
    line-height: 1.7rem;
}
.btn{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

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

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

.navbar-toggler{
    border-color:#20b8ce !important;
    border: 1px solid #20b8ce;
}
.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:#20b8ce !important;
}
.nav-link.active{
    color:#20b8ce !important;
    font-weight: bold;
}

footer, .nav-link.nav-link-footer{
    font-size: 14px;
    line-height: 22px;
    color:#fff !important;
}

#product-hint {
    z-index: 50;
    height: 5vh;
    width: 100vw;
    position: absolute;
    bottom: 0;
    color: #000 !important;
    background-color: #fff;
    font-size: .6rem;
    line-height: initial;
    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;
}

.btn, #guest_login{
    width:280px;
}
@media (min-width: 768px) {
    .btn, #guest_login{
        width:415px;
    }
}