#content {
  min-height: 400px;
  margin-top: 15px;
}

#content.login-content {
  min-height: 200px;
}

body.login#wrapper {
  margin-top: 30px;
}

.site-title {
  width: 100%;
}
.site-title h1 {
  margin-bottom: 0;
}
.site-title .site-logo {
  height: 55px;
  margin: 0;
  width: 240px;
}
.site-title .site-logo.support {
  height: 55px;
  margin: 0 auto;
  width: 195px;
}
.site-title .site-name {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  background-color: #985f0d;
}

.messages .need-help {
  text-align: center;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-form {
  border-radius: 4px;
  text-align: center;
  margin: 0 auto 30px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 30px 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.login-form .form-group {
  margin-bottom: 30px;
}
.login-form #submitLogin {
  margin-bottom: 5px;
}
.login-form input {
  width: 100%;
}

.login-greeting-message {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 18px;
  color: #00578c;
  text-align: left;
}

.login-greeting-message.support {
  text-align: center;
}

.login-space {
  margin-left: 35px;
}

.login-space2 {
  margin-left: 10px;
}

#sidePanel {
  border-left: 1px solid #eee;
  height: 100%;
  background-color: #f7fafd;
  position: fixed;
  top: 0;
  right: 0;
}

.login-copy-right-color {
  color: #373a3c;
}

.login-box {
  box-sizing: border-box;
  height: 100%;
}

.login-linkside {
  margin-bottom: 40px;
  margin-left: 0px;
  margin-top: 30px;
}

.login-link-title {
  margin-bottom: 5px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #00578c;
  margin-top: 0px;
}

.login-link-title-billPay {
  margin-bottom: 5px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #00578c;
  margin-top: 0px;
}

.login-link-content {
  margin-bottom: 5px;
}

.login-name {
  width: 200px;
  margin: 0 auto;
  background-color: #985f0d;
}

.login-link-panel {
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #00578c;
  max-width: none;
  cursor: pointer;
}
.login-link-panel:hover {
  background-color: #f5f5f5;
}
.login-link-panel .panel-body {
  padding-bottom: 0;
}

.login-link-panel.maxWidth150 {
  max-width: 150%;
}

.login-link-panel-title {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #00578c;
}

.login-link-panel-CMCA {
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #999999;
  cursor: pointer;
}
.login-link-panel-CMCA:hover {
  background-color: #f5f5f5;
}
.login-link-panel-CMCA .panel-body {
  padding-bottom: 0;
}

.login-link-panel-CMCA.maxWidth150 {
  max-width: 150%;
}

.publication-button {
  font-size: 12px;
  font-weight: 600;
  color: #5694b8 !important;
  background-color: #f7fafd !important;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border: none;
  outline: none;
}
.publication-button:not(.nohover):hover {
  background-color: #f7fafd;
  color: #5694b8;
  border: none;
  outline: none;
}

a[aria-expanded=true] .glyphicon-triangle-right {
  transition: 0.3s transform ease-in-out;
  transform: rotate(90deg);
}

a.link-button {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #5694b8 !important;
  background-color: #f7fafd !important;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  outline: none;
}
a.link-button:link {
  text-decoration: none;
}
a.link-button:visited {
  text-decoration: none;
}

.login-link-panel-CMCA-title {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #373a3c;
}

.panel-link {
  font-weight: 600;
}

.chevron::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.85em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: center;
  width: 0.85em;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
  margin-top: 20px;
}

.chevron.right.color-orange {
  color: #ff8300;
}

.chevron.right.color-blue {
  color: #5694b8;
}

.chevron.right.color-gray {
  color: #979797;
}

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.panel-right-chev {
  float: right;
  vertical-align: center;
  align-items: center;
}

p.errorInfo {
  font-size: 14px;
  margin-bottom: 17px;
  color: #f00;
}

p.errorAdditionalInfo {
  font-size: 11px;
  margin-top: -15px;
  color: red;
}

#passwordRules {
  text-align: left;
  margin-bottom: 15px;
  background-color: #eee;
}
#passwordRules .pwdMain {
  padding-top: 10px;
  margin-left: 9px;
  margin-bottom: 4px;
  font-size: 17px;
}
#passwordRules .pwdLevel1 {
  margin-left: 25px;
  margin-bottom: 2px;
  font-size: 15px;
}
#passwordRules .pwdLevel1 .fa-times {
  color: #f00;
  width: 19px;
  height: 19px;
  text-align: center;
}
#passwordRules .pwdLevel1 .fa-check {
  color: #5c9a1b;
  width: 19px;
  height: 19px;
  text-align: center;
}
#passwordRules .pwdLevel1:last-of-type {
  padding-bottom: 10px;
}
#passwordRules .pwdLevel2 {
  margin-left: 50px;
  margin-bottom: 2px;
}
#passwordRules .pwdLevel2 .fa-circle {
  font-size: 7px;
  margin-right: 2px;
  margin-left: 2px;
}
#passwordRules .pwdLevel2 .fa-check {
  font-size: 10px;
  color: #5c9a1b;
}
#passwordRules .hide {
  display: none;
}

@media (min-width: 768px) {
  .login-form.support {
    width: 420px;
    padding: 35px 40px;
  }
  .login-form {
    width: 420px;
  }
}
@media (min-width: 992px) {
  #sidePanel {
    width: 400px;
  }
  .login-top {
    margin-top: 35px;
  }
  .login-link-title {
    margin-top: 170px;
  }
  .login-link-panel {
    max-width: 400px;
  }
  .login-link-panel-CMCA {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  #sidePanel {
    width: 600px;
  }
}

/*# sourceMappingURL=authentication.css.map */
