<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

  body{
    font-family: 'Poppins', sans-serif;
    min-height: 100vh; 
    background:var(  --pozadi_2);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    display: flex; 
    flex-direction: column;
  }
  main {
  
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
    padding-top: 78px;
    flex: 1;
    }
.mid{
    width: 40%;
    
    
    }
.right{
    width: 30%;
    }
.left{
    width: 30%;
    display: flex;
    flex-direction:column;
    align-items:center;
    background-image: var(--pozadi_Lpng);
    background-size: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
h1 {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
    color: var(--nadpis_h1);
    font-size: 25px;
}
.sign{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.hlav{
    box-shadow: 0px 5px 10px rgb(12, 14, 22);
    background:var(--pozadi_prihlas);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    width:90%;
    min-height: 200px;  
}
.sig{ 
    text-align: center;
    
}
p{
    font-size: 15px;
}

h2{
 
    padding-top: 10px;
    color:var(--nadpis_h2);
    font-size: 20px;
}
.text{
    color: var(--text);
    font-size: 15px;
}
.leva{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: left;
    text-align: left;
    margin: 10px;
    
}

.start{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    margin: auto;
    
}
.end{
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: right;
    margin: auto;
    
}
h3{
    font-size: 14px;
    color: var(--nadpis_h3a);
    
}

.cas{
    color: var(--text);   
    font-size: 14px;
}
.center{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; 
}
.odpoc{
    color:  var(--nadpis_h3a);  
    font-size: 12px;  
    padding-bottom: 10px; 
}
.odkaz{
    text-decoration: none;
    width: 200px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    background: var(--odkaz);
    border-radius: 4px;  
    color: var(--pozadi_prihlas);
    transition: 0.3s;
}
.odkaz:hover{
    transform: scale(1.05);
}

.odkaz-disabled{
    pointer-events: none;
    background-color: rgb(161, 161, 161);
}




@media(max-width: 1410px){
  
    .right{
        display: none;
    }
    
    .mid{
      width: 70%;
    }
  }
  
@media(max-width: 1010px){
    
    .left{
        display: none;
    }
    
    .mid{
        align-items: center;
        width:90%;
    }  
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 14px;
    }
    .cas{
        font-size: 14px;
    }
    .hlav{       
        width: 90%;
        min-height: 200px;  
    }
    .text{
        color: var(--text);
        font-size: 12px;
    }
}  
@media (max-width: 550px){
    .mid{
        
        width:auto;
    }  
    h2{
        font-size: 15px;
    } 
    h3{
        font-size: 11px;
    }  
    .hlav{       
        width: 95%;
        min-height: 200px;  
    }
    .odkaz{       
        width: 140px;
        height: 25px;
        margin-bottom: 5px;      
        font-size: 12px;      
        border-radius: 5px;       
    }
    .odpoc{
        color:  var(--nadpis_h3);  
        font-size: 10px;  
        padding-bottom: 3px; 
    }
    .cas{
        font-size: 11px;
    }
    .text{
        color: var(--text);
        font-size: 10px;
    }
}  </pre></body></html>