
interfejs-login .login-card {
  max-width: 460px;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  /*  background: linear-gradient(to bottom, rgb(193 227 255 / 76%) 0%, rgb(255 255 255 / 86%) 31%, rgba(255,255,255,1) 41%, rgb(251 251 251 / 108%) 74%, rgb(230 203 249 / 86%) 99%);*/
  border: 1px solid #bbb;
  box-shadow: 10px 10px 10px rgb(1 1 1 / 15%);
}

@media(max-width: 768px) {
interfejs-login .login-card{
   width: 100%;
}
}

interfejs-login .login-card .mat-card-header {
  justify-content: center;
  margin-bottom: 35px;
}

interfejs-login .login-card .mat-card-header .login-header-image {
  background-image: url(/api/core/theme/asset/logo_sport_crm-01.svg);
  background-size: contain;
  background-position: center center;
  width: 70%;
  height: 100px;
  border-radius: 0px;
  margin-top: 25px;
  background-repeat: no-repeat;
}


interfejs-login .mat-card-subtitle {
  padding-top: 26px;
  margin-bottom: 0px;
}

interfejs-login .mat-stroked-button {
  font-size: 1.2rem;
  font-weight: 400;
  background: #174467;
  color: #fff !important;
  transition: 0.3s;
  width: 45%;
  height: 56px;
  border-radius: 16px;
}

interfejs-login .mat-stroked-button:hover {
  background: #3796c9;
}


interfejs-login .version {
  color: rgba(0, 0, 0, 0.54);
  padding-top: 10px;
}

interfejs-login .mat-form-field-wrapper
{
  padding-bottom: .35em;
}

interfejs-login .mat-card-header-text {
  display: none;
}



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;
}


.tlo{
    background: url(/api/core/theme/asset/bg-sport.jpg)!important;
    background-size: cover!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    height: 100vh !important;
    background-position: bottom left!important;
}


.mat-toolbar .logo{
    background: url(/api/core/theme/asset/logo_sport_crm_w.svg)!important; 
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center center !important;

}


interfejs-login .mat-card-actions .mat-stroked-button:nth-child(1){
background: #009688;
}

interfejs-login .mat-card-actions .mat-stroked-button:nth-child(1):hover{
background: #4CAF50;
}



@media (max-width: 550px) {
interfejs-login .login-card {
    max-width: 360px;
}

interfejs-login .login-card .mat-card-header .login-header-image {
    width: 77%!important;
    margin-top: 0px!important;
}
}