body {
  padding: 0 !important;
  overflow: hidden;
}
.login-bg-wrap {
  background-image: url("../img/login-bg-mob.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-wrap{
  padding: 24px;
}
.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-group input {
  height: 66px;
  width: 100%;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 18px;
  border: none;
}

.form-group img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.footer-text {
  position: fixed;
  bottom: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.login-btn {
  height: 64px;
  background: linear-gradient(90.85deg, #007eda 0%, #38abff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 18px;
}
.footer-text a {
  color: #1e96ee;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .login-bg-wrap {
    background-image: url("../img/login-bg.jpg");
  }
}