

  
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
 .login-form p label{ 
    display:block;
  }

  
  .banner_logo{ 
    height:648px;
  }

  @media (max-width: 1100px) {
    .banner_logo, .d_banner {
      display: none;
    }
  }

  .logo-hr{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .login-form p label{
    margin-left: 10px;
  }

  .text-start > div:nth-child(1){
    margin-bottom: 15px;
  }
  
  .login_con1{
    padding-top: 15px;
  }

  .login-form p #id_username, .login-form p #id_password{
      font-size: 22px;
      display: block;
      border: 1px solid silver;
      border-left: 7px solid  var(--kolor-podstawowy);
      background-color: #f0f0ef;
      padding-left: 5px;
      max-width: 100%;
  }
  .login-form  .btn-secondary {
    width: 100%;
    background-color: var(--kolor-podstawowy);
    color: white;
    padding: 5px;
    border-radius: 5px;
  }



  footer {
    margin-top: auto;
    color: white;
    font-size: small; 
  }
  
  footer a{
    color: white; 
  }
  
  footer a:hover{
    color: gray; 
  }

  footer .container{
    padding-top: 25px;
    padding-bottom: 25px;
  }