/*0 3px 5px rgba(75, 85, 68, 0.8);*/
/*Wildflower theme colors*/
/*blue theme*/
.form-login {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #79ac78;
  text-align: center;
  margin: auto;
}

.btn-login {
  background-color: #79ac78;
}
