#keyboard {
    z-index: 10;
}

#logos {
    position: absolute;
    width: 58.5%;
    height: 6.7%;
    left: 1.4%;
    bottom: 1.2%;
}

#ariot {
    position: absolute;
    width: 22.5%;
    height: 33.7%;
    left: 19.1%;
    top: 40.1%;
    z-index: 11;
    pointer-events: none;
    background-image: url('../images/ari_anim_no_shadow_min.gif');
}

#ariot.classE {
    position: absolute;
    width: 23.425vh;
    height: 35.277vh;
    left: 17.2%;
    top: 45%;
    z-index: 11;
    pointer-events: none;
    background-image: url('../../../../assets/images/class_e/exit_popup.png');
}

#ariot.openKB {
    top: 21.4%;
}

.hidden {
    visibility: hidden;
}

.aboutUs {
    position: absolute;
    width: 19.2%;
    height: 6%;
    right: 1.5%;
    bottom: 1.5%;
    border-radius: 2em;
    background-color: white;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 12;
}

.bgSiteIcon {
    position: absolute;
    width: 21%;
    height: 90%;
    background-color: #0086DC;
    right: 1.3%;
    top: 4%;
    border-radius: 2em;
}

.siteIcon {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68%;
    height: 63%;
    right: 14%;
    top: 20%;
}

.aboutUsText {
    position: absolute;
    top: 50%;
    right: 27%;
    font-family: "OEMishtameshPro-Regular";
    font-size: 3vh;
    color: #0086DC;
    cursor: pointer;
    transform: translateY(-50%);
}

#privacy-terms {
    height: 5vh;
    width: 132.3vh;
    position: absolute;
    bottom: 0.5vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 1vh;
    line-height: 5vh;
    font-family: "OEMishtameshPro-light";
    font-size: 2vh;
    z-index: 99;
}

#privacy-policy {
    position: absolute;
    right: 11%;
    color: white;
    cursor: pointer;
}

#terms-of-use {
    position: absolute;
    right: 1%;
    color: white;
    cursor: pointer;
}
.login-loader {
     background: #005c98aa;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 10;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 50px;
     color: #fff;
 }
.login-loader:after {
    content: " ";
    background-image: url(../images/login-loader.png);
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 200;
    background-size: 100%;
    animation: spin 2s linear infinite;
    bottom: 100px;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }