body {
  background: #e7e7e7;
  
}

.container {
  padding-top: 80px;
}

.form-wrapper {
  background: #fff;
  width: 350px;
  height: 500px;
  margin-top : 20px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* .img {
  padding-left: 45px;
  height: 175px;
  width: 250px;
} */

/* img {
  width: 250px;
  height: 175px;
} */

.hide {
  display: none;
}


.forget {
  text-align: center;
  margin-top: 0px;
}
.message-error{
  text-align: center;
  color: red;
  background: #0a0a0a;
  position: absolute;
  padding: 11px;
  width: 50%;
  right: -9px;
  bottom: -60px;
}
a.forgetpass {
  color: #0e0e0e;
  text-decoration: none;
  cursor: pointer;
}

a.forget-password:hover {
  cursor: pointer;
  color: #f00;
}

.credentials {
  text-align: center;
  padding-top: 10px;
}

.version {
  text-align: center;
  padding-top: 3px;
}

a.idealink {
  color: #0e0e0e;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=login.min.css.map */