  *{
    box-sizing: content-box;
    font-family: 'Aptos', Arial, Helvetica, sans-serif;
  }
  .leve_pozadi {
    width: 35%;
    float: left;
    height: 100vh;
  }

  .leve_pozadi .levy_horni{
    /*width: 100%;*/
    width: 80%;
    height: 20%;
    background-image: url(../img/logo_nove.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 60px;
    margin-top: 60px;
    height: 120px;
    
  }
  
  .prave_pozadi_prekryti {
    /*background: rgb(0 53 106 / 90%);*/
    background-color: #01376E;
    width: 100%;
    float: right;
    height: 100%;
  }

  .prave_pozadi {
    /*background-image: url(../img/login-pozadi.jpg);*/
    width: calc(100% - 35%);
    float: right;
    height: 100vh;
    background-size: cover;
  }

  .box_prihlaseni {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    width: 530px;
    height: 590px;
    background-color: #002343;
    position: absolute;
    top: 55%;
    left: 33%;
    transform: translate(-50%, -50%);
    border-radius: 20px; 
    box-shadow: 0px 8px 75px 0px  rgba(1,7,43,0.39);
  }

  .box_prihlaseni .vnitrni_boxy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    text-align: center;
  }

  .vnitrni_boxy .box_hornix{
   display: flex;
   flex-direction: column;
   align-items: center;
  }

  .box_horni .nadpis{
    font-size: 45px;
    font-family: "open sans";
    color:#F1F1F1;
    margin-bottom: 47px;
    font-weight: 900;
  }

  .box_horni .popis{
    font-size: 17px;
    color: #F1F1F1;
    margin-bottom: 50px;
    line-height: 1.4;
  }

   input {
    border-radius: 10px;
    border: 1px solid #01376F !important;
    background-color:#01376F !important; 
    height: 3rem;
    width: 270px;
    margin-bottom: 20px;
    font-size: 19px !important;
    padding: 10px 40px 8px 85px;
    color: #F1F1F1 ;
    box-shadow: 0px 8px 25px 0px rgba(0, 18, 36, 0.19);
  } 
  input:-webkit-autofill,
  input:-webkit-autofill:focus {
      transition: background-color 600000s 0s, color 600000s 0s;
  }
  input[data-autocompleted] {
      background-color: transparent !important;
  }

  ::placeholder {
    font-weight:lighter!;
    opacity: 0.8;
    color:  #F1F1F1;
      font-size: 16px;
  }

  .heslo_zviditelneni {
    position: relative;
    margin: 0 auto;
    width: fit-content;
  }
  .heslo_zviditelneni img[src='/assets/login_page/img/zobrazit-heslo.svg'] {
    position: absolute;
    right: 50px;
    bottom: 43px;
    height: 16px;
    opacity: 0.8;
    cursor: pointer;
  }
  .heslo_zviditelneni img[src='/assets/login_page/img/skryt-heslo.svg'] {
    position: absolute;
    right: 50px;
    bottom: 43px;
    height: 18px;
    cursor: pointer;
    opacity: 0.8;
  }

  .box_spodni{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .box_spodni button{
    background-color:#6FA928 ;
    border: none;
    border-radius: 10px;
    height: 65px;
    /*width: 190px;
    margin-left: 17px;*/
    width: 100%;
    color: #F1F1F1 ;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 8px 25px 0px rgba(0, 18, 36, 0.19);
  }
  
  .box_spodni .odkaz_zapomenute_heslo{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box_spodni .odkaz_zapomenute_heslo a{
    color: #F1F1F1;
    text-decoration: none;
    margin-left: 30px;
  }

  .heslo_zviditelneni .ikona_zamek{
    position: absolute;
    left: 40px;
    bottom: 40px;
    opacity: 0.8;
  }  

  .heslo_zviditelneni .ikona_user{
    position: absolute;
    left: 40px;
    bottom: 126px;
    opacity: 0.8;
  }  

  input:focus-visible {
    outline-width: 0;
    border-color: white;
}

@media screen and (max-width: 800px) {
  .leve_pozadi  .levy_horni{
    display: none !important;
  }
    .prave_pozadi {
        display: none;
    }
  
    .box_prihlaseni {      
        position: fixed;
        top: 40%;
        left: 50%; 
        width:75vw;
    }

    .leve_pozadi{
        display: flex;
        width:100%;
    }
    
    .leve_pozadi .levy_horni{
        margin-left: 10%;
    }

    .box_spodni button{
        width:24vw;
    }
}

@media screen and (max-width: 650px){
    .box_prihlaseni {       
        width: 500px;
    }
}

@media screen and (max-width: 520px){
    .box_prihlaseni {      
        top: 40%;
        left: 50%; 
        width:95vw;
    }

    .box_horni{
        align-items: center;
    }
    .nadpis{
        width: 100%;
    }

    .box_spodni{
        flex-direction: column-reverse;
    }

    .box_spodni button{
        margin-bottom: 20px;
        margin-right: 25px;
        width:75vw
    }

    .box_spodni .odkaz_zapomenute_heslo a{
      margin-left: 17px;
  }

    input{
        width:50vw;  
    }

    .ikona_user{
        left:10vw
    }
}

@media screen and (max-width: 300px){
    .box_spodni button{
        width:80vw;
        margin-right: 12px;
    }
}



@media screen and (max-height: 850px){
  .leve_pozadi  .levy_horni{
      margin-left: 30px;
      margin-top: 30px;
      height: 100px;
    }
}

@media screen and (max-width: 1400px)  and (max-height: 880px) {
  .leve_pozadi  .levy_horni{
    margin-left: 15px !important;
    margin-top: 15px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 1200px) and (max-height: 600px) {
  .leve_pozadi  .levy_horni{
    display: none;
  }
}
.login_chyba {
  font-weight: bold;
  color: red;
  margin-bottom: 16px;
  font-size: 18px;
}