.cookie-notice-cont{
    position:fixed;
    bottom:0;
    text-align:center;
    width:100%;
    background-color:rgba(0,0,0,.85);
    z-index:10
}
.cookie-notice-cont p{
    color:#fff;
    top:7px;
    position:relative;
    font-size: 2rem;
}

.btn-cont .btn{
    margin: 15px;
    font-size: 19px;
}

.logoDark{
    color: #000;
    letter-spacing: -4px;
}
.logoLight{
    color: #fff;
    letter-spacing: -4px;
}

.logoBlueColor{
    color: #24a3d8;
}
.logoBold{
    font-weight: bold;
}

.rd-navbar-brand{
    line-height: 1 !important;
}

.offerLink {
    position: fixed;
    display: none;
    top: 100px;
    right: 20px;
    color: #24a3d8;
    font-size: 15px;
    font-weight: 700;
    background: rgba(255,255,255,.8);
    padding: 10px;
    text-align: center;
    border: 1px solid #24a3d8;
    z-index: 1;
}
.offerLink span {
    font-size: 15px;
}

body .ui-inputfield,
.ui-growl-title,
.ui-selectonemenu-list-item,
body .ui-commandlink, body .ui-link{
    font-size: 1.5rem;
}

.ui-selectonemenu{
    width: 100% !important;
}
.ui-selectonemenu .ui-selectonemenu-label{
    position: relative;
    top: 5px;
}