﻿.login_header {
  background: url(images/login/body_bg.png) repeat-x;
  overflow: hidden;
}

.login_main_div {
  margin: 0 auto;
  overflow: hidden;
  width: 1003px;
}

.login_blue_top {
  background: url(images/login/top_bg.png) no-repeat;
  float: left;
  /*height: 76px;*/
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.login_blue_top .left {
  background: url(images/login/logo_back.png) no-repeat;
  overflow: hidden;
}

.login_ofc_clip {
  margin: 5px 0 0 10px;
}

.login_blue_top_right {
  float: right;
  overflow: hidden;
  width: 300px;
}
.login_blue_top_right ul {
  margin: 22px 0 0 0;
  padding: 0;
}
.login_blue_top_right ul li {
  color: #2f93d8;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin: 5px;
  padding: 0;
}
.login_blue_top_right ul li a {
  color: #2f93d8;
  margin: 0 6px 0 6px;
  text-decoration: none;
}
.login_blue_top_right ul li a :hover {
  text-decoration: underline;
}

.login_white_body {
  float: left;
  overflow: hidden;
  width: 936px;
}
.login_white_body .left {
  float: left;
  margin-bottom: 40px;
  overflow: hidden;
  width: 430px;
}

.login_password {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0 0 20px 0;
}

.login_click_here {
  color: #2f93d8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.login_click_here :hover {
  text-decoration: underline;
}

.login_div {
  -moz-border-radius: 10px;
  background: url(images/login/login_bg.png) no-repeat;
  border: 1px solid #CCC;
  border-radius: 10px;
  float: left;
  margin: 10px 18px 0 17px;
  overflow: hidden;
  width: 425px;
  height: 290px;
}

.login_email_text {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 24px 0 8px 0;
}

.login_input_box {
  -moz-border-radius: 10px;
  background: #ffffff;
  border: none;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 34px;
  padding-left: 2px;
  width: 343px;
}

.login_version {
  color: #2F93D8;
  font-size: 11px;
  margin: 0 30px 8px 0;
  text-align: right;
}
.login_version a {
  text-decoration: none;
}
.login_version a :hover {
  text-decoration: underline;
}

.login_button {
  -moz-border-radius: 10px;
  background: #e2effd;
  background-color: #E2F0FD;
  background-image: url(images/login/login.jpg);
  background-position: 26px 11px;
  background-repeat: no-repeat;
  border: 1px solid #2742a9;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0px;
  height: 35px;
  margin: 24px 0 0 120px;
  width: 95px;
}

.login_text_div {
  float: left;
  margin: 15px 0 0 0;
  overflow: hidden;
  /*    width: 410px;
  */
}

.login_forgotpassword_div {
  overflow: hidden;
  padding-left: 20px;
  width: 410px;
}

.login_new_window {
  color: #3e3d3d;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  vertical-align: middle;
}

.login_white_body_right {
  float: left;
  overflow: hidden;
  margin-left: 50px;
  width: 505px;
}
.login_white_body_right .gradient {
  float: left;
  margin: 0 0 0 35px;
  overflow: hidden;
  width: 65px;
}

.login_message_area {
  background: #ffffff;
  float: left;
  margin: 58px 0 0 0;
  min-height: 450px;
  overflow: hidden;
  width: 404px;
}

.login_footer_separator {
  background: url(images/login/footer_line.gif) repeat-x;
  float: left;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.footer {
  float: left;
  margin: 30px 0 0 0;
  overflow: hidden;
  width: 1003px;
}

.imageOAuth2Login {
  padding-left: 15px !important;
  padding-top: 15px !important;
}

.lock_login {
  background: url(images/login/lock_login.jpg) no-repeat;
  width: 176px;
  height: 76px;
}

.lock_2fa {
  background: url(images/login/lock_2fa.jpg) no-repeat;
  width: 396px;
  height: 76px;
}

.lock-customer-portal-login {
  background: url(images/login/lock-customer-portal-login.png) no-repeat;
  width: 276px;
  height: 76px;
}

.login_gradient_divider {
  background: url(images/login/gradient_divider.jpg) no-repeat;
  width: 4px;
  height: 545px;
}

.login-pos-center-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
