@media (min-width: 970px) {
}
body {
  padding: 0;
  height: 100%;
}
.textbox .remark {
  margin-top: 5px;
  clear: both;
}
.textbox .remark.remark-warn {
  color: #dd2c00;
}
.textbox .remark.remark-warn + .remark {
  overflow: hidden;
}
#ploginWrapper {
  height: 100%;
}
#ploginWrapper a:not(.button):not([class^="button-"]):not([class^="btn-"]) {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ploginWrapper a:not(.button):not([class^="button-"]):not([class^="btn-"]):not(:disabled):not(.disabled):hover {
  -webkit-filter: brightness(1.2) contrast(0.9);
  filter: brightness(1.2) contrast(0.9);
}
@-moz-document url-prefix() /* Firefox fix */ {
  #ploginWrapper a:not(.button):not([class^="button-"]):not([class^="btn-"]):not(:disabled):not(.disabled):hover {
    -webkit-filter: none;
    filter: none;
  }
}
#ploginWrapper a:not(.button):not([class^="button-"]):not([class^="btn-"]),
#ploginWrapper a:not(.button):not([class^="button-"]):not([class^="btn-"]):hover {
  color: #c54e02;
}
#blkLogin,
#blkPhoto {
  padding: 0;
}
#blkPhoto {
  background-color: #eee;
  background-image: url("../images/loginBg.png");
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  #blkPhoto {
    width: calc(66.667% + 150px);
    min-width: calc(100% - 700px + 200px);
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 768px) {
  #blkPhoto {
    width: 100%;
  }
}
body.role-admin #blkPhoto {
  background-image: url("../images/loginBg_admin.png");
}
#blkLogin {
  box-shadow: 0px -15px 15px 0px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 0 0 0 150px;
  -moz-border-radius: 0 0 0 150px;
  -webkit-border-radius: 0 0 0 150px;
  overflow: hidden;
  float: right;
  min-height: 100%;
  height: 0;
  display: table;
}
@media (min-width: 769px) {
  #blkLogin {
    width: 44%;
    min-width: 450px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  #blkLogin {
    width: 95%;
    background: rgba(255, 255, 255, 0.98);
  }
}
#blkFormWrapper {
  display: table-cell;
  vertical-align: middle;
}
#blkForm {
  width: 95%;
  max-width: 650px;
  padding: 50px 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
}
#blkForm .textbox input {
  width: 100%;
}
#blkForm #lbleClass {
  font-size: 0.75em;
  color: #333;
  margin: 90px 0 25px;
  text-align: right;
  clear: both;
}
#blkForm #lbleClass span,
#blkForm #lbleClass img {
  vertical-align: top;
}
#blkForm #lbleClass img {
  height: 18px;
}
@media (max-width: 480px) {
  #blkForm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#blkLogo {
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}
#blkLogo > img {
  max-width: 60%;
  max-height: 150px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #blkLogo + .h4.mb-5 {
    margin-bottom: 70px !important;
  }
}
#btnForgotPw {
  font-size: 14px;
}
@media (max-width: 768px) {
  #btnForgotPw {
    font-size: 15.4px;
  }
}
#btnLogin {
  float: right;
}
@media (min-width: 769px) {
  #btnLogin {
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  #btnLogin {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
/*alerts*/
.alert {
  clear: both;
  border: none;
  background: none;
  padding-top: 15px;
  font-size: 0.9em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .alert {
    font-size: 0.99em;
  }
}
.alert.alert-success {
  color: #069710;
  padding-left: 1.5em;
  position: relative;
}
.alert.alert-success:before {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
}
.alert.alert-success:before.fa-pull-left {
  margin-right: .3em;
}
.alert.alert-success:before.fa-pull-right {
  margin-left: .3em;
}
.alert.alert-danger {
  color: #eb1111;
  position: relative;
}
.alert.alert-danger:before {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  position: absolute;
  left: 0;
}
.alert.alert-danger:before.fa-pull-left {
  margin-right: .3em;
}
.alert.alert-danger:before.fa-pull-right {
  margin-left: .3em;
}
#blkChangedPw {
  width: 95%;
  max-width: 650px;
  padding: 50px 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
#blkChangedPw > div {
  position: relative;
}
#blkChangedPw #blkChangedPw-Graphic {
  margin-bottom: 50px;
  padding-top: 70px;
  border-top: 1px solid #eee;
}
#blkChangedPw #blkChangedPw-Graphic .icon {
  font-size: 80px;
}
#blkChangedPw #blkChangedPw-Graphic .icon + .subtitle {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #blkChangedPw #blkChangedPw-Graphic .icon + .subtitle {
    font-size: 19.8px;
  }
}
#blkChangedPw #blkChangedPw-Graphic .icon + .subtitle ~ div {
  font-weight: 300;
}
#blkChangedPw #lbleClass {
  font-size: 0.75em;
  color: #333;
  margin: 90px 0 25px;
  text-align: right;
  clear: both;
}
#blkChangedPw #lbleClass span,
#blkChangedPw #lbleClass img {
  vertical-align: top;
}
#blkChangedPw #lbleClass img {
  height: 18px;
}
