﻿.logincontainer_bg {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.logincontainer {
  z-index: 200;
  width: 512px;
  height: 400px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  opacity: 0;
  margin: -184px 0 0 -311px;
}

.logincontainer_con {
  padding: 70px 81px;
  padding-top: 35px;
  position: relative;
}

.logincontainer_con .err-tips {
  display: none;
  position: absolute;
  top: 50px;
  left: 88px;
  height: 30px;
  border: #ffc3b9 solid 1px;
  line-height: 30px;
  color: #555;
  background: #fef2f2;
  width: 332px;
}

.logincontainer_con h2 {
  font-size: 18px;
  color: #00a0e9;
  line-height: 30px;
}

.logincontainer .form-group {
  width: 350px;
  height: 46px;
  margin-bottom: 30px;
  border-radius: 0;
}

.logincontainer .form-group.active .form-control {
  border-color: #00a0e9;
}

.logincontainer .form-group.active .input-group-addon {
  border-color: #00a0e9;
  background-color: #00a0e9;
}

.logincontainer .form-group .form-control {
  height: 46px;
  width: 290px;
}

.logincontainer .form-group .form-control.error {
  border-color: #ff8585;
}

.logincontainer .form-group label.error {
  color: #ff8585;
  font-size: 12px;
}

.logincontainer .form-group .input-group-addon {
  background-color: #ddd;
}

.logincontainer .form-group .input-group-addon.user {
  background-image: url(../imgs/login_user.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
}

.logincontainer .form-group .input-group-addon.pwd {
  background-image: url(../imgs/login_pwd.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
}

.logincontainer .btn-primary {
  display: inline-block;
  width: 100%;
  background: #00a0e9;
  border: 0;
}

.logincontainer .checkbox {
  position: relative;
  display: inline-block;
  padding-left: 2px;
}

.logincontainer .checkbox:after,
.logincontainer .checkbox:before {
  font-family: FontAwesome;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  -moz-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-language-override: normal;
  -moz-font-language-override: normal;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.logincontainer .checkbox label {
  width: 45px;
  height: 21px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logincontainer .checkbox label:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logincontainer .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.logincontainer .checkbox input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.logincontainer .checkbox input:checked + label {
  background: #02b095;
}

.logincontainer .checkbox input:checked + label:after {
  left: 21px;
}

.logincontainer .checkme {
  overflow: hidden;
  margin-bottom: 10px;
}

.logincontainer .checkme .checkboxcon {
  float: left;
}

.logincontainer .checkme span {
  margin-left: 8px;
  float: right;
}

.logincontainer .checkme .forget {
  float: right;
  margin-top: 8px;
}

.qxlayoutfade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.qxlayoutfade.in {
  opacity: 1;
}
.qxlayout_open {
  overflow: hidden;
}

.qxlayoutmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.qxlayout_open .qxlayoutmodal {
  overflow-x: hidden;
  overflow-y: auto;
}
.qxlayoutcontainer {
  width: 500px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.qxlayoutcontainer_body {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.qxlayoutcontainer_header {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #2b2b2b;
  background-color: #f8f8f8;
  border-radius: 2px 2px 0 0;
}

.qxlayoutcontainer_header h2 {
  font-size: 18px;
  margin: 0;
  line-height: normal;
  text-align: center;
}

.qxlayoutcontainer_header .qxlayoutclose {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.qxlayoutcontainer_content {
  position: relative;
  padding: 25px;
  min-height: 50px;
  max-height: 500px;
  text-align: left;
  overflow-y: auto;
}
.qxlayoutcontainer_content .tipContent{
  text-align: center;
}
.qxlayoutcontainer_content .tipContent a{
  color: #02b095;
  text-decoration: underline;
}
.qxlayoutcontainer_content .alerticon {
  padding-left: 48px;
  min-height: 40px;
}

.qxlayoutcontainer_content .alerticon span {
  margin-top: 8px;
  word-break: break-all;
}

.qxlayoutcontainer_content .alerticon.erroricon {
  padding-left: 48px;
  min-height: 40px;
  background: url(../imgs/icon/icon_layout_error.png) no-repeat;
}
.qxlayoutcontainer_content .alerticon.successicon {
  padding-left: 48px;
  min-height: 40px;
  background: url(../imgs/icon/icon_layout_success.png) no-repeat;
}

.qxlayoutcontainer_content .errortips {
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.qxlayoutcontainer_footer {
  text-align: right;
  padding: 15px;
}

.qxlayoutcontainer_footer a {
  margin-left: 15px;
}

.qxlayout_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.form-group .form-control.error {
  border-color: #ff8585;
}

.form-group label.error {
  color: #ff8585;
  position: absolute;
  right: -70px;
  top: 5px;
}
