
.login-logo {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
p.maxx {
    margin-top: -14px;
    font-weight: 700;
    color: #716e6e;
    text-transform: uppercase;
}
p.error {
    color: red;
}
.qrcode {
    width: 75%;
    margin: auto auto;
    display: block;
}
.selectors {
    margin-bottom: 20px;
    color: #cacaca;
}

.selectors a {
    color: #000;
    margin-right: 12px;
    cursor:pointer;
}

.selectors a:nth-child(2) {
    margin-left: 12px;
}
img.flagimage {
    width: 25px;
    display: list-item;
    float: left;
    margin-right: 11px;
}
.pull-right {
    float: right;
}
.form-check-label{
    cursor: pointer;
}
.clearpad {
    clear: both;
    padding-top: 3px;
}
.f18 {
    font-size: 18px !important;
    text-transform: uppercase;
}
.h60 {
    height: 60px;
    overflow: hidden;
}
.inblock{
    display: inline-block;
}
.langselector {
    margin-top: 16px;
    border-bottom: solid 1px #eee;
    padding-bottom: 16px;
    text-align: center;
        z-index: 1;
}
.langselector label {
    text-transform: uppercase;
    font-weight: 600;
}
.hided{
    display: none;
}
.dropdown-item{
    cursor: pointer;
}
.topnav-logo h2 {
    padding-top: 30px;
    margin-bottom: -41px;
    color: #fff;
}
.topnav-logo-sm h2{
    padding-top: 25px;
}