/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */


.keyboard-container {
  width: 60%;
  position: fixed;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -30%;

}
#vut-osk{
  position: absolute;
  right: 0;
  top: 2em;
  z-index: 999;
  border: none;
  background: none;
  box-shadow: none;
}


@media (max-width: 1400px) {
    .keyboard-container {
        width: 80%;
        left: 50%;
        margin: 0 0 0 -40%;
    }
}

@media (max-width: 1024px) {
    .keyboard-container {
        width: 100%;
        left: 0%;
        margin: 0;
    }
}

.vut-info-box {
    -webkit-animation: fadein .125s linear;
    width: 70%;
    text-align: left;
    padding: 1em;
    font-size: 1.25em;
    display: block;
    margin: auto;
    margin-bottom: 1em;
}

@media (max-width: 1024px) {
    .vut-info-box {
        width: 95%;
    }
}

div.login-ui {
    display: block;
    height: 100vh;
    overflow-x: auto;
}

.login-dialog-middle {
    padding-top: 2em;
}

.login-ui .login-dialog .version .version-number {
    display: none;
}