body {
  background-color: white;
}
body .login-form-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .login-form-wrapper .login-form {
  width: 40%;
  height: 40%;
  background-color: white;
  border-radius: 50px;
  overflow: hidden;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
body .login-form-wrapper .login-form form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/security/login.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA%22,%22file%22:%22login.output.css%22%7D */
