@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
*{
    font-family: 'Lato', sans-serif;
}

/*=========================320px=========*/

.container {
    animation: transitionIn 4s;
}

@keyframes transitionIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.container {
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../kepek/kapcsolat_1920.jpg) no-repeat;
}

.szoveg {
    position: absolute;
    left: 30%;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);

}

.bekezdes {
    font-size: 3em;
    margin-top: 40px;
    font-weight: 700;
    color: #f5793b;
    padding: 0px;
    text-shadow: 2px 2px 4px #000; 
    letter-spacing: 2px;
}

.almenu,
.codedirection {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.5em;
    text-shadow: 2px 2px 4px #000; 
}

.bejelentkezes {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 60px;
    text-shadow: 2px 2px 4px #000; 
    font-weight: 400;
}

.input:checked~nav {
    width: 21%;
}

.input:checked~.fejlec {
    opacity: 0.2;
}

.input:checked~.szoveg {
    opacity: 0.2;
}


