.loginArea {
  background-color: #E9EFF4;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 45px;
  bottom: 0px;
  overflow: auto;
}

.loginArea .stroke1 {
  border-top:1px solid #d3d4d6;
  border-bottom:1px solid #ffffff;
  height: 0px;
  width: 100%;
  margin-bottom: 24px;
}

.loginArea .stroke2 {
  border-top:1px solid #d3d4d6;
  border-bottom:1px solid #ffffff;
  height: 0px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 15px;
}

.loginArea .stroke3 {
  border-top:1px solid #d3d4d6;
  border-bottom:1px solid #ffffff;
  height: 0px;
  width: 100%;
}

.loginArea .LoginLogo {
  height: 70px;
}
.loginArea .getloginArea {
  display:table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.loginArea .findPasswordLoginArea {
  padding-top: 70px;
  padding-bottom: 70px;
}

.loginArea #passInitForm {
  text-align: left;
}

.loginArea .getLoginCell {
  display:table-cell;vertical-align:middle;
}

.loginArea .getLoginBorder {
  width: 400px;
  height: auto;
    /*border:1px solid #000000;*/
  margin: 0 auto;
}

.loginArea .getLoginBorderForFindPassword {
  width: 450px;
}

.loginArea .loginUserId {
  margin-top: 10px;
}

.loginArea .loginUserPass {
  margin-top: 10px;
}

.loginArea .loginError {
  position:absolute;
  text-align: center;
  font-weight: bold;
  color: red;
  width: 500px;
  margin-left: -50px;
  line-height: 24px;
  /*margin-top: 10px;*/
  /*margin-left: 20px;*/
}

.loginArea .loginBtn {

  margin-top: 10px;
  padding-right: 50px;
  text-align: right;
  /*margin-left: 200px;*/
}

.loginArea .loginBtnForFindPassword {
  padding-right: 0px;
  text-align: center;
}

.loginArea .LoginLabel {
  position:absolute;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  padding-top: 5px;

  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.loginArea .LoginInput {
  margin-left: 70px;
}
.loginArea .controls1 {
  margin-left: 20px;
  /**margin-left: 0px;*/
  width:155px;
  display:inline-block;
}
.loginArea .controls1ForFindPassword { 
  width: 185px;
}
.loginArea .controls2 {
  margin-left: 10px;
  /**margin-left: 0px;*/
  width:155px;
  display:inline-block;
}
.loginArea .controls3 {
  margin-left: 10px;
  /**margin-left: 0px;*/
  width:155px;
  display:inline-block;
}

.loginArea .control-label {
  float: left;
  width: 150px;
  padding-top: 5px;
  text-align: right;
  max-width: 150px;
}

.loginArea .control-label-for-find-password { 
  max-width: 200px;
  width: 200px;
}

.setup .control-group {
  margin-bottom: 5px;
}

.loginArea .pass_rule {
  color: green;
}

.loginArea .not_pass_rule {
  color: red;
}

.loginArea .loginBtn button {
  margin-left: 1px;
  width: 100px;
  height: 22px;
  border-radius: 5px;
  line-height: 13px;
  box-shadow:0;
  border:1px solid #44597B;
  color: #fff;

  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;

  background: #6394C4; /* Old browsers */
  background: -moz-linear-gradient(top,  #6394C4 0%, #4C81B2 44%, #2F689A 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6394C4), color-stop(44%,#4C81B2), color-stop(100%,#2F689A)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6394C4 0%,#4C81B2 44%,#2F689A 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6394C4 0%,#4C81B2 44%,#2F689A 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6394C4 0%,#4C81B2 44%,#2F689A 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6394C4 0%,#4C81B2 44%,#2F689A 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6394C4', endColorstr='#2F689A',GradientType=0 ); /* IE6-9 */
}

.loginArea .loginBtn .find_password_btn {
  width: 140px;
}

.notice-title {
  text-align: center;
}

.notice-title-text {
  font-weight: bold;
}

.notice-content {
  font-weight: 400;
  text-align: left;
}

.line-break {
  white-space: pre;
}

.new-password-title {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 45%;
  margin-right: 5%;
  margin-bottom: 0;
  font-weight: 700;
}

.new-password-input {
  display: inline-block;
  height:25px;
  width:47%;
  vertical-align: top;
}