interfejs-login .login-card {
  max-width: 400px;
  width: 100%;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0px 0px 50px rgb(1 1 1 / 23%);
}

interfejs-login .login-header-image {
  background-image: url(/assets/img/Mondi_Logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

interfejs-login .mat-card-avatar {
  height: 100px;
  width: 200px;
  border-radius: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

interfejs-login .mat-card-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*border-bottom: 1px solid #dd450b;*/
}

interfejs-login .mat-card-subtitle {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

interfejs-login .mat-card-content {
  padding: 5px 20px 0px 20px;
}

interfejs-login .mat-card-title {
  display: flex;
  margin-bottom: 8px;
}

interfejs-login .mat-card-actions {
  margin-left: -8px;
  margin-right: -8px;
  padding: 20px 0px 40px 0px;
}

interfejs-login .version {
  display: block;
  color: gray;
  padding-top: 10px;
  font-size: 14px;
}

interfejs-login .subtitle {
  border-bottom: 2px solid #f14f11;
  padding-bottom: 15px;
}

interfejs-login button.mat-focus-indicator.mat-stroked-button.mat-button-base {
  background: #f14f11 !important;
  color: #fff !important;
  text-decoration: none !important;
}

interfejs-login .mat-card-actions button.mat-focus-indicator.mat-stroked-button.mat-button-base:last-of-type {
  color: #1877f2;
  text-decoration: underline;
  background: none;
  border: 0;
  display: block;
  margin: 10px auto 0 auto;
}

interfejs-login .mat-card-actions button.mat-focus-indicator.mat-stroked-button.mat-button-base:last-of-type:hover {
  background: none;
}


.gal__login:after
{
  content: "Wpisz swój login (imię.nazwisko bez polskich znaków np. joanna.kowalska)";
  margin: 12px;
  display: flex;
  font-size: .95em;
  color: #f14f11;
}


.gal__pass:after
{
  content: "Hasło, to data urodzenia w formacie DDMMRRRR, np: 01041989, 24121989";
  margin: 12px;
  display: flex;
  font-size: .9em;
  color: #f14f11;
}



interfejs-login .msg {
  font-size: 1.2rem;
  padding-bottom: 10px;
}

interfejs-login .pings-title {
  text-align: center;
  font-size: 1rem;
}

interfejs-login .language:hover {
  background: linear-gradient(135deg, #cfcece 0%, #ffffff 47%, #bdbdbd 100%);
}

interfejs-login .language {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  border-radius: 0px 0px 0px 10px;
  background: linear-gradient(135deg, #efefef 0%, #ffffff 47%, #e9e9e9 100%);
  border: 1px solid #dddddd;
}

interfejs-login .mat-icon {
  color: #6a6a6aba;
}

interfejs-login .resetPasswordInfo {
  color: rgb(58, 15, 128);
  white-space: pre-line;
  text-align: center;
}

interfejs-login #lostPassword {
  color: #3796c9;
  text-decoration: underline;
  background: none;
  border: 0;
  display: block;
  margin: 10px auto 0 auto;
}

interfejs-login #lostPassword:hover {
  background: white;
  cursor: pointer;
}
