.login {
  margin: 60px 0;
}
.login-body {
  background: #E1ECFF;
  border-radius: 26px;
  padding: 40px 60px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .login-body {
    padding: 15px 25px;
    border-radius: 15px;
  }
}
.login-title {
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 115%;
  color: #000000;
  margin-bottom: 40px;
}
.login-text {
  margin-top: -24px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.login-block {
  display: grid;
  grid-template-columns: 1fr;
}
.login__form-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 24px;
}
.login__form-group label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 115%;
  color: rgba(0, 0, 0, 0.6);
}
.login__form-group input {
  outline: none;
  border: none;
  height: 55px;
  background: #FFFFFF;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 115%;
  color: #000000;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .login__form-group input {
    height: 50px;
  }
}
.login__form-group .hint {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 121%;
  color: #000000;
}
.login__form-forgot {
  width: fit-content;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 121%;
  color: #181CFB;
  margin-bottom: 24px;
}
.login__form-btn {
  height: 55px;
  background: #000000;
  border-radius: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .login__form-btn {
    height: 50px;
  }
}

/*# sourceMappingURL=login.css.map */
