body {
  background: #ECEEF5;
  color: #000;
}


#home-section {
  /* background: url(../img/home.jpg);  */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height:550px; 
}

#home-section .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: 700px; */
   /* background: rgba(0, 0, 0, 0.4);    */
}

#home-section .home-inner {
  padding-top: 80px;
}

#home-section .card-form {
  /* opacity: 0.8; */
}

.alert {
color:#FF0000 !important;
}
