#login-header {
  width: 160px;
  padding: 8px;
}

#login-container {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 0 5px 0px rgba(120, 137, 154, 0.5);
}

table {
  margin: 12px;
}

#loginName, #loginPass {
  width: 149px;
}

#login-button {
  width: 100%;
}

div.nameChangedWarning {
  color: #a42210;
  font-weight: bold;
  font-size: 1.1em;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

#loginWarning {
  color: #a42210;
  font-weight: bold;
  font-size: 1.1em;
  width: 300px;
  padding-top: 10px;
  text-align: center;
  display: none;
}

#wall {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

#content {
  display: flex !important;
  flex-direction: column !important;
  min-height: 300px !important;
  justify-content: flex-start !important;
  align-self: center !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.password_div .field-icon {
  float: right;
  position: relative;
  z-index: 2;
}

.password_div .container {
  padding-top: 50px;
  margin: auto;
}

.password_div input {
  margin-right: -20px;
  padding-right: 10px;
}

.password_div .toggle-password.eye {
  background: url("/images/eye.svg") no-repeat center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-top: 4px;
}

.password_div .toggle-password.eye-slash {
  background: url("/images/eye-slash.svg") no-repeat center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-top: 4px;
}