.noticefailure {
  color: #ff0000;
}

.noticesuccess {
  color: #00ff00;
}

.homeattn {
  color: #0000ff;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}
body {
  color: #999999;
  background: #f1f1f1;
  line-height: 1;
  margin: 0 auto;
  overflow-y: auto; /* to cancel ptech hidden */
}
html {
  overflow-y: auto; /* to cancel ptech hidden */
}

p {
  line-height: 1.5;
}

/* .container styles removed - overridden by legacy_theme_overrides.css for login pages */
/* .container-fluid styles removed - unused */

.logoContainer {
  width: 100%;
  margin: 50px 0;
}

.loginDividerContainer {
  width: 100%;
  margin: auto;
}

.loginDivider {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

/* .loginColumn - removed - overridden by legacy_theme_overrides.css */
/* .enterAccessCodeColumn - removed - overridden by legacy_theme_overrides.css */

.accessCodeColumn1 {
  width: 800px;
  padding: 30px 50px 20px 80px;
  float: left;
}

.accessCodeColumn2 {
  width: 480px;
  padding: 30px 10px 20px 40px;
  float: right;
}

/* .forgetPasswordColumn - removed - overridden by legacy_theme_overrides.css */
/* .helpColumn - removed - overridden by legacy_theme_overrides.css */

.welcomeColumn {
  width: 890px;
  padding: 0 50px 20px 80px;
  float: left;
}

.loginButton {
  text-align: right;
  width: 100%;
  height: 45px;
}

.titleDividerContainer {
  width: 100%;
  margin: auto;
}

.titleDivider {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.title {
  float: left;
  color: #2fa1d3;
  padding: 0 0 25px;
  border-right: none; /* override usual ptech css */
}

.dividerLineContainer {
  float: left;
  width: 100%;
  margin: 0px 0 20px 0;
}

.divider-line {
  float: left;
  height: 1px;
  margin: 8px 0 0 0;
  border-bottom: 1px solid #cecece;
  width: 100%;
}

.loginDivider .divider-line {
  float: right;
  width: 92%;
}

.titleDivider .divider-line {
  float: right;
  width: 80%;
}

.logo {
  margin: 0 auto 0 auto;
  /*width: auto;*/
  /*width: 436px;*/
}

.page-plan {
  position: absolute;
  top: 0;
  left: 0;
  width: 1308px;
  height: 1219px;
  z-index: -3000;
  background: url("../images/PTECH_login_buck.jpg");
}

.form-action button.sendcode-btn {
  display: block;
  float: left;
  width: 85px;
  height: 25px;
  background: url("../images/btn_accesscode.png") 0 0 no-repeat transparent;
  border: 0 none;
  cursor: pointer;
}

/* .forgetPasswordColumn styles removed - overridden by legacy_theme_overrides.css */
.accessCodeColumn1 div.input-row {
  position: relative;
  border: 1px solid #e5e5e8;
  border-radius: 3px;
  margin-bottom: 10px;
}

h1 {
  letter-spacing: -4px;
  color: #2d2d2d;
  margin: 60px 25px 50px 25px;
  text-align: center;
}

h2 {
  font-weight: lighter;
  color: #666;
  margin: 40px 25px 40px 25px;
  text-align: center;
}

h3 {
  color: #2d2d2d;
  padding: 0 0 25px;
}

.notink {
  color: #2d2d2d;
}

.copyright {
  color: #4f4f4f;
  text-align: center;
  margin-bottom: 40px;
}

.social {
  text-align: center;
  margin-bottom: 40px;
}

div.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  border: 0 none;
  background: none transparent;
  font-size: 0;
  line-height: 0;
}

div.logo a {
  display: block;
}
div.wrapp {
  position: relative;
  padding-top: 60px;
}

div.loginButton img {
  cursor: pointer;
}

div.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/login_overlay.png") 0 0 repeat transparent;
  z-index: 999;
  display: none;
}

/* .loginColumn and .enterAccessCodeColumn styles removed - overridden by legacy_theme_overrides.css */

/* .input-row styles removed - now using DaisyUI input components with flexbox layout */
/* Styles are handled by legacy_theme_overrides.css */
#frm-login a.recover {
  line-height: 12px;
  color: #999999;
  text-decoration: none;
}

#frm-login div.form-action {
  margin-top: 20px;
}
div.form-action button.chk {
  width: 18px;
  height: 18px;
  border: 1px solid #e8e8e8;
  display: block;
  float: left;
}
div.form-action button.chk.on {
  display: inline-block;
  background: url("../images/chk_remember.png") 3px 3px no-repeat #ffffff;
}
div.form-action div.chk {
  float: left;
  position: relative;
  margin-left: 5px;
  width: 42px;
  height: 20px;
  background: url("../images/bg_radio.png") 0 2px no-repeat transparent;
}
div.chk img.btn-radio {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 3;
}
div.chk img.btn-radio-off {
  display: block;
  float: left;
  height: 16px;
  position: absolute;
  right: 0px;
  width: 100%;
  top: 2px;
  z-index: 2;
}
div.form-action a.remember-text {
  display: block;
  float: left;
  color: #999999;
  text-decoration: none;
  line-height: 20px;
  margin-left: 10px;
}
div.form-action button.signin {
  display: block;
  float: right;
  width: 60px;
  height: 25px;
  background: url("../images/btn_signin_green.png") 0 0 no-repeat transparent;
  border: 0 none;
  cursor: pointer;
}
div.form-action button.proceed {
  display: block;
  float: right;
  width: 125px;
  height: 48px;
  background: url("../images/btn_proceed.png") 0 0 no-repeat transparent;
  border: 0 none;
  cursor: pointer;
}
