/**
* Autors: Roberts Saulītis
* Apraksts: Stili priekš pieslēgšanās lapas
*/
.kermenis2, .html2 {    /*Lapas ķermenis un lapas vispārējais stils*/
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.pieslegsanas-logs {   /*Pieslēgšanās loga stils*/
    width: 500px;
    height: auto;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}