body {
  /* background: #437fc7; */
  background-image: url("../../assets/img/bg_login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.content {
  width: 400px;
  height: 330px;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}
