img {
    height: 40%;
    width: 100%;
}

.login-main-text{
    padding: 60px;

}

.login-logo {
    width: 100%;
    max-width: 500px;
    height: 400px; /* KONKRETNA wysokość */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-right: 20px;
}

.login-logo img {
    width: 100%;
    max-height: 80%;
    object-fit: contain;
    object-position: center;
    display: block;
}
/* Tekst pod obrazem, ale wewnątrz login-logo */
.login-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    max-width: 90%;
    text-align: center;
}
.login {
    width: 50%;
    float: right;
    overflow-x: hidden;
    transform: scale(1);
}


.footer {
    width:100%;
    text-align:center;
    float:right;
    bottom:10px;
    padding: 10px;
    }
    
    
.unreaded_button {
      position: fixed;
      top: 20em;
      right: 2em;
      width:10%;
      z-index:999;

}


body {
  width: 99%;
  font-family: "Roboto", sans-serif;
  
  font-size:10px;
  background-color:  #F2F2F2; /* Możesz podmienić na inny kolor z listy */
  color: #4B0D18; /* Bordowy kolor dla tekstu */
}

.customer_logo {
    position:relative;
    left:50%;
    margin: 10px;
    width:20%;
    height:20%;
}

.main_logo {
    margin: 5px;
    width:100%;
    height:50%;
}

div {
  color:inherit;
  background-color:inherit;
}

.top {
  margin: 1px;
}

.middle{
  width:80%;
  max-height:95vh;
  padding-left: 1%;
  float:right;
  overflow-y: auto;
  scroll-behavior: smooth;
}


div.top-right {

  position: right;
  float: right;
  overflow: hidden;
  height: auto;

}

.right {
    float: right;
    word-wrap:break-word;
    width:48%;

}

.left {
    float: left;
    width:50%;
    overflow-x: hidden;
    margin-right:2em;
}

