@media screen and (max-width: 959px) { 
    header {
        display: none;
    }
}

@media (max-width: 768px) {
    #login-form {
        width: 75vw;
        height: 80%;
    }
    #change-form {
        width: 68vw;
        height: 80%;
    }
    #login-form > form > input,  #change-form > form > input {
        width: 175px;
        height: 40px;
    }


    #change-form > button {
        width: 175px;
        height: 40px;
        font-size: 11px;
    }
    .cap {
        width: 200px;
    }
}
@media (min-width: 769px) {
    #login-form {
        width: 45vw;
        height: 80vh;
    }
    #change-form {
        width: 38vw;
        height: 55vh;
    }
    #login-form > form > input,  #change-form > form > input {
        width: 275px;
        height: 60px;
    }
    .cap {
        width: 275px;
    }
}

#login-form, #change-form {
    background-color: #963c00;
    justify-content: center;
    margin: 30px auto;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: #000000 10px 10px 10px;
    color: white;
}
#login-form-title {
    font-size: 30px;
    margin: 0px 0px 16px;
}
#login-form > form > input, #change-form > form > input {
    margin: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: #000000 5px 5px 5px;
}
#login-form-info {
    margin-bottom: 10px;
}
#login-form button {
    color: white;
    background-color: #e6974e;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 140px;
    height: 40px;
    border: 1px solid black;
    box-shadow: #000000 5px 5px 5px;
    cursor: pointer;
}

#change-form button {
    color: white;
    background-color: #e6974e;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 140px;
    border: 1px solid black;
    box-shadow: #000000 5px 5px 5px;
    cursor: pointer;
}

#login-form button:hover {
    color: white;
    background-color: #f38823;
    border-radius: 10px;
    width: 140px;
    height: 40px;
}

#change-form button:hover {
    color: white;
    background-color: #f38823;
    border-radius: 10px;
    width: 140px;
}
.cap {
    background-color: white;
    color: black;
    margin: auto;
    border-radius: 5px;
    box-shadow: #000000 5px 5px 5px;
}
#cap-title {
    text-align: left;
    margin-left: 10px;
    margin-bottom: -5px;
    font-size: 18px;
}
#num1, #num2 {
    font-weight: bold;
}
#cap {
    width: 75px;
    height: 30px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid black;
}
#capTable {
    margin: auto;
}
#capTable tr > td:nth-child(1) {
    width: 85px;
    text-align: right;
}
#szamok {
    position: relative;
    vertical-align: bottom;
    margin: auto;
}
#ref {
    text-align: center;
}
#feedback {
    text-align: center;
    color: yellow;
    font-size: 30px;
    margin-bottom: -20px;
}
h6 {
    margin-top: -25px;
}

#tg {
    margin-top: auto;
}
/*#cap:focus {
    border: 3px solid yellow;
}*/
