a, a:hover {
  text-decoration: none;
}

.box-outer {
  width: 380px;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -190px;
  margin-top: 0;
  border: 1px solid #5bc0de;
  border-radius: 6px;
  padding: 16px;
}

.logo {
  background-image: url("../img/medeye.png");
  width: 108px;
  height: 55px;
  background-size: contain;
  margin-left: 30px;
  margin: 20px auto 35px;
}

.i18n-container {
  position: absolute;
  top: 2px;
  right: 8px;
}

.i18n-flag {
  width: 24px;
  height: 24px;
  margin-right: 0px;
}

.dropdown-menu .i18n-flag {
  margin-right: 6px;
}

.failing-password-rule {
  color: red;
}

.login-org-name {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 30px 0;
}