/*
 *
 *   KATE
 *   version 1.1
 *
*/
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Lato', sans-serif;
}

#loginBody {
  height: 100%;
  min-height: 100%;
  background: linear-gradient(rgba(0, 91, 134, 0.85), rgba(0, 44, 63, 0.85)), url("/img/bg_1920.jpg");
  background-size: cover;
}

#sidebarHolder {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 99;
  background: white;
  float: left;
  box-shadow: 0px 0px 2px 3px #bcbcbc;
}

#sidebarHolder img {
  width: 15px;
  margin-left: 17px;
  position: fixed;
  bottom: 30px;
}

#main {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text-center {
  text-align: center;
}

#loginLogo {
  max-width: 150px;
  height: auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  #loginLogo {
    max-width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  #loginLogo {
    max-width: 80px;
  }
}

.flags-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login_submit {
  display: table; /* to fix underline bug: white underline appearing right from the flags on hover */
  border: none;
  margin-bottom: 15px;
  color: white;
  background: none;
  text-transform: uppercase;
  box-shadow: none;
}

.login_submit:hover {
  color: white;
}

.select-flag {
  height: 50px;
  width: 100px;
  margin-bottom: 7px;
}
