/*BEFORE LOGIN*/

.col-xs-12, .col-lg-8, .col-lg-offset-2 {
  min-height: 0px;
}

.header {    
  background:rgba(255,255,255,0.9);
  border-bottom: none;
  position:fixed;
  z-index: 3;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.build {
  position: fixed; 
  top: 0; 
  left: 0; 
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.cd-main-content {
  /* padding-top: 160px; */
  padding-top: 0px;
}

.centered-content {
  float: none;
  margin: 0 auto;
  text-align: center;
  /* margin-top: 30px; */
  margin-top: 0px;
}

.container .loginBack {
  background-color: white;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.container .loginBack a {
  text-decoration: underline;
}

.btn-primary {
  background: #3cb54a;
  border-color: #58595b;
}

.btn-primary:hover {
  background: #58595b;
}

/*FORGOT PASSWORD ALIGNMENT*/

@media screen and (min-width: 768px) {
    .input-group .form-control {
      position: absolute;
      top: 90%;
      left: -50%;
    }
}

@media screen and (min-width: 768px) {
    .input-group-lg>.input-group-btn>.btn {
      top: 30px;
      right: 107px;
    }
}

@media screen and (min-width: 992px) {
    .input-group .form-control {
      top: 0;
      left: 0;
    }
}

@media screen and (min-width: 992px) {
    .input-group-lg>.input-group-btn>.btn {
      top: 0;
      right: 0;
    }
}