html {
  height: 100%;
  background: #006633;
  display: table;
  width: 100%;
}
body {
  vertical-align: middle;
  display: table-cell;
  background: #006633!important;
}
.login .linesAnim svg {
  visibility: hidden;
}
.bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("../images/bg-esco.jpg") center top no-repeat;
  animation: opacityAnimKF 1s ;
  z-index: 1;
}
.linesAnim {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.linesAnim #lines {
  width: 90%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.mainContainer {
  background: rgba(235, 235, 235, 0.65);
  border-bottom: 2px solid #116532;
  margin: 0 auto 20px auto!important;
  float: none!important;
  width: 910px!important;
  position: relative;
  z-index: 2;
}
.mainContent {
  padding: 35px 40px 50px 40px;
}
.header {
  background: transparent;
  border-bottom: 1px solid #9fc1a2;
}
.login .header {
  background: none;
  padding-top: 20px;
  border-bottom: 0;
}
.divider.horizontal {
  border-top: 1px solid #9fb79c;
}
.text-grey {
  color: #636b62;
}
.form-horizontal small {
  color: #636b62;
}
.footer {
  margin: 0 auto;
  float: none;
  width: 910px;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #fff;
}
.logo {
  padding: 40px 0 30px 0;
  width: 600px;
  margin: 0 auto;
  text-align: left;
}
.portalND .logo {
  width: 910px;
  text-align: center;
}
.login .logo {
  padding: 40px 0px;
  text-align: center;
  width: auto;
}
.test .header {
  position: relative;
  background: transparent;
}
.test .logo {
  background: transparent;
}
.login .test .header {
  padding-top: 0px;
}
.login .test .logo:before {
  left: 367px;
}
.test .logo:before {
  left: 113px;
  top: 112px;
  font-size: 30px;
  color: #117134;
}
.centerBlock {
  margin: 0 auto;
  width: 600px;
}
.login .centerBlock {
  width: 350px;
}
h1 {
  font-size: 45px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
h1 .successIco,
h1 .successEmailIco {
  position: absolute;
  left: -75px;
  top: 2px;
}
p.text-danger {
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 70%;
  margin: 0 auto 35px auto;
  font-weight: normal;
  font-size: 18px;
}
.preloader-backdrop {
  left: 0px;
}
.preloaderBoxWrap {
  width: 100%;
}
.loginInfoBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #77b300;
}
.loginInfoBox a {
  color: #fff;
}
.loginInfoBox button.close {
  font-size: 39px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  width: 48px;
  height: 48px;
  background: #669900;
}
.loginInfoBox button.close:hover {
  background: #466804;
}
.path {
  animation: draw 3.5s infinite linear;
}
.path1 {
  animation: draw 3.5s infinite linear;
  animation-delay: 20ms;
}
.path2 {
  animation: draw 3.5s infinite linear;
  animation-delay: 40ms;
}
.path3 {
  animation: draw 3.5s infinite linear;
  animation-delay: 60ms;
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
