.creastina-login {
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border-radius: 1rem;

  h1 {
    margin-top: 0;
  }
}

.creastina-login__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 2rem);
  width: 100%;
}
