* {
    font-size: 14px;
    line-height: 1.5;
 }

input:required {
    background-color: #ffeebf; /* Világos sárga háttérszín */
}

select:required {
    background-color: #ffeebf; /* Világos sárga háttérszín */
}

textarea:required {
    background-color: #ffeebf; /* Világos sárga háttérszín */
}

h1{
    font-size: 18px;;
}

h2{
    font-size: 16px;;
}

.waiter{
    display: none;
    position: absolute;
    top: 30%;
    left: 30%;
    width--: 250px;
    box-shadow--: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.zoom{
    border: 1px;
    border-color: #000;
    background-image: url("pics/bg---2.jpg");
    background-color: beige ;
    padding: 15px;
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 600px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: 1s;
}

.zoomContent{
    margin-top: 20px;
    height: 520px;
    overflow: auto;
}

.mylogin-box{
    width: 320px;
    height: 420px;
    background: rgba(0,0,0,0.5);
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px; 
}

.mylogin-box h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.mylogin-box p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.mylogin-box input{
    width: 100%;
    gap: 20px;
}




.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.kartya{
    width: 400px;
    margin: 5px;
}

