#login { min-width: 340px; }
body.unloq-only #login_error,
body.unloq-only p.message {
  margin-left: 55px;
  margin-right: 55px;
}
body.unloq-only #login {
  width: 384px;
}
body.unloq-only #login form {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
  padding-bottom: 0;
}
body.unloq-only #login form .unloq-login {
  margin: 0 auto;
}
body.unloq-only #login form > p {
  display: none;
}
body.unloq-only #nav {
  display: none !important;
}
body.unloq-pass .unloq-init {
  display: none;
}
body.unloq-pass form {
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
body.unloq-pass .tabs {
  color: #aaaaaa;
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  background-color: #fff;
}
body.unloq-pass .tabs > .tab-line {
  height: 3px;
  width: 50%;
  background-color: #00a0d2;
  margin-left: 0;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
body.unloq-pass .tabs.unloq-active {
  height: 532px;
}
body.unloq-pass .tabs.unloq-active > .tab-line {
  margin-left: 50%;
}
body.unloq-pass .tabs.unloq-active > .tab-unloq {
  color: #2b2b2b;
}
body.unloq-pass .tabs.unloq-active > form {
  display: none;
}
body.unloq-pass .tabs.unloq-active > .unloq-login-box {
  display: block;
}
body.unloq-pass .tabs.password-active > .tab-login {
  color: #2b2b2b;
}
body.unloq-pass .tabs.password-active > .unloq-login-box {
  left: -100%;
}
body.unloq-pass .tabs.password-active > form {
  display: block;
}
body.unloq-pass .tabs.password-active > .unloq-login-box {
  display: none;
}
body.unloq-pass .tabs > .tab {
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
  width: 50%;
  display: inline-block;
  text-align: center;
}
body.unloq-pass .tabs.unloq-active > .unloq-login-box {
  padding-top: 12px;
  position: absolute;
  width: 100%;
  min-height: 474px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
