.auth-fluid .auth-billboard {
  padding: 6rem 3rem;
  flex: 1;
  position: relative;
  color: #fff;
  background-color: var(--md-sys-color-background) !important;
  background-image:  url("images/login-billboard.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.auth-fluid .parsley-errors-list.filled {
  top: 38px;
}

.auth-brand .auth-logo img {
	width: auto;
	max-height: 20dvh;
	display: flex;
	flex-direction: column;
	place-self: center;
}
