/***********************************************************login.html**********************************************************---*/
#loginWrap {
  height: 539px;
  text-align: center;
  margin: 35px auto;
}
.imgDiv {
  padding: 60px 0px 0px;
  margin: 0 auto;
  text-align: center;
}
.imgDiv img {
  max-width: 400px;
  max-height: 400px;
  line-height: 200px;
}
.submitForm div.form-group {
  text-align: center;
  margin: 10px auto;
}
.submitForm div label {
  display: block;
  font-weight: normal;
  color: #333333;
}
.submitForm div input {
  width: 264px;
  padding-left: 5px;
  outline: none;
  height: 35px;
}
.submitForm #logInBtn {
  margin-top: 10px;
}
.submitForm div.form-group #forgetPass {
  color: #2081c4;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  outline: none;
}

.forgetPassForm div label {
  display: block;
  font-weight: normal;
  color: #333333;
}
.forgetPassForm form {
  margin-top: 30px;
  text-align: left;
}
.forgetPassForm form button {
  display: block;
  margin: 20px auto;
  font-size: 14px;
}
.forgetPassForm .forgetPassFormMsg {
  padding: 0 5px;
}

.enterLoginForm p {
  color: #333333;
}
.enterLoginForm div label {
  display: block;
  font-weight: normal;
  color: #333333;
}
.enterLoginForm form {
  margin-top: 30px;
  text-align: left;
}
.enterLoginForm form button {
  display: block;
  margin: 20px auto;
  font-size: 14px;
}

.resetPassForm div label {
  display: block;
  font-weight: normal;
  color: #333333;
}
.resetPassForm .form-group {
  text-align: center;
}
.resetPassForm .form-group:last-child {
  text-align: center;
}
.resetPassForm .form-group button {
  margin-top: 10px;
}
.resetPassForm .passRule-list {
  margin: 0px 5px;
}

.loginInput {
  width: 264px;
  padding-left: 5px;
  height: 35px;
}
#aadLoginBtn {
  background-image: url(../images/icon/ms-symbollockup_signin_light.png);
  display: block;
  height: 41px;
  width: 215px;
  margin: 20px auto;
}
