.login {
  background: url("/images/background.png") no-repeat center center;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_card {
  width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 20px;
  border: 1.5px solid #454B96;
  border-radius: 20px;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.login_card_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #454B96;
}
.login_card_input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.login_card_input:focus {
  outline: none;
  border-color: #454B96;
}
.login_card_button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}/*# sourceMappingURL=login.css.map */