interfejs-login .login-card {
  max-width: 400px;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 17px 19px rgb(1 1 1 / 9%);
}

interfejs-login .login-header-image {
  background-image: url('/assets/img/erbud_logo_small.png');
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center;
}

interfejs-login .mat-card-subtitle b {
  color: #666464;
  font-weight: 400;
  font-size: 1em;
}

interfejs-login .mat-card-content {
  padding: 23px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  margin-bottom: 0px;
}

interfejs-login .mat-card-header {
  display: block;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  text-align: center;
}

interfejs-login .mat-card-header-text {
  margin: 13px 16px;
}

interfejs-login .mat-card-avatar {
  height: 54px;
  width: 100%;
  border-radius: 0%;
  flex-shrink: 0;
  object-fit: cover;
  margin-bottom: 17px;
  text-align: center;
  margin-top: 21px;
}

  interfejs-login .mat-card-avatar img {
    margin-top: 10px
  }

interfejs-login .mat-card .mat-card-actions {
  margin-bottom: 0px;
  text-align: center;
  background: #eee;
}

  interfejs-login .mat-card .mat-card-actions button {
    width: 36% !important;
    height: 45px;
    background: #fff;
    border: 0px solid #e8e3e3;
    border-radius: 14px;
    overflow: hidden;
  }

interfejs-login .mat-stroked-button {
  font-size: 1.3rem;
  font-weight: 400;
  background: #2e4d89 !important;
  color: #fff !important;
  transition: 0.3s;
}

interfejs-login mat-stroked-button:hover {
  background: #019cdd !important;
}


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;
}
