html {height: 100%;}
body {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
img {
  /* height: 60px; */
}
#logo {
  /* height: 100px; */
  width: 300px;
}
.headerDiv {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}
.flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
}
.shadowed-box {
  padding: 10px;
  border-radius: 7px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
.langBtn {
  border: none;
  background-color: white;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}

.form-signin {
  display: flex;
  height: 90%;
  flex-direction: column;
  justify-content: center;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.note {
  display: none;
  color: red;
}


.state {
  display: none;
}

.spacer {
  height: 20px;
}

.lang-li {
  list-style: none;
}
.lang-select {
  display: flex;
  justify-content: center;
}