.sign_body {
  background: #f6f7fd;
}
.login {
  width: 360px;
  height: 420px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px) saturate(150%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 11px 27px #91b6d126;
}

.form-signin-heading {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 70px;
  margin-right: 190px;
  color: #2d67c5;
}
.form-control {
  background: inherit;
  width: 250px;
  height: 40px;
  margin: 22px 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus,
.form-control:hover {
  border-color: #5287d1;
  box-shadow: none;
}
.btn.btn-lg {
  background-color: #2d67c5;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
}
.btn.btn-lg:hover {
  background-color: #5287d1;
}
