* {
  font-family: 'Nunito Sans', sans-serif;
}

:root {
  /* --shadowDark: #D9DDE6; */
  --shadowInput: #D9DDE6;
  --shadowDark: #0d0e13;
  /* --background: #E4E9F2; */
  background: url('../images/flowers.jpg');
  /* --shadowLight: #EFF5FE; */
  --shadowLight: #0d0e13;
}

body {
  background: var(--background);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-body {
  justify-content: center;
}

.login {
  border-radius: 25px;
  padding: 1.5rem;
  box-shadow: 8px 8px 15px var(--shadowDark), -8px -8px 15px var(--shadowLight);
  /* background-color: #0d0e13; */
  background-color:#EFF5FE;
  color: white;
  width: 500px;
}

input {
  background: var(--shadowInput) !important;
  color: white;
}

a {
  font-weight: 600;
}

