body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  font-size: 1rem;
  font-family: "IranSans";
}

.signin-wrapper {
  width: 680px;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}

.signin-wrapper header {
  width: 272px;
  height: 370px;
  display: inline-block;
  background: url("/assets/img/neature.e7f17afb.jpg");
  padding: 35px 35px 20px;
  border-radius: 0 12px 12px 0;
  color: #fff;
  position: relative;
  z-index: 0;
}

.signin-wrapper header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 143, 222, 0.4);
  z-index: -1;
  border-radius: 0 12px 12px 0;
}

.signin-wrapper header .img {
  position: absolute;
  bottom: 20px;
  right: 35px;
  width: 90px;
}

.signin-wrapper header .title {
  font-size: 22px;
}

.signin-wrapper .wrapper {
  position: absolute;
  bottom: 5px;
}

.signin-wrapper .wrapper .footer-text {
  color: #ababab;
  font-size: 13px;
  margin-bottom: 0;
}

.signin-wrapper .card-body {
  width: calc(100% - 272px);
  height: 370px;
  display: inline-block;
  float: left;
  padding: 35px 35px 20px;
  position: relative;
}

.signin-wrapper form input {
  background-color: #e8f0fe;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

.signin-wrapper .auth-footer li {
  list-style: none;
  display: inline-block;
}

.signin-wrapper .auth-footer li a {
  color: #ababab;
  font-size: 13px;
  margin-left: 15px;
}

@media only screen and (max-width: 750px) {
  .signin-wrapper {
    width: 95%;
  }
}

@media only screen and (max-width: 610px) {
  body {
    overflow-y: auto;
  }
  .signin-wrapper {
    width: 95%;
    margin: 15px auto;
    height: auto;
    position: inherit;
  }
  .signin-wrapper header {
    width: 100%;
    height: 150px;
    display: block;
    border-radius: 12px 12px 0 0;
  }
  .signin-wrapper .card-body {
    width: 100%;
    height: auto;
    display: block;
    float: inherit;
  }
  .signin-wrapper .wrapper {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */