th, td {
    padding: .5rem;
    text-align: left;
    vertical-align: middle;
}

body {
    background-color: #19181d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.col2 {
    padding-right: 1.2rem;
}

p {
    font-size: 1.1rem;
    text-align: center;
    display: block;
    width: 90%;
    line-height: 1.5;
}

a {
    color: #fbe122;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
    color: #fff;
    margin-top: 25px;
    font-style: italic;
}

tr {
    color: #c8c8c8;
    line-height: 1.2;
    height: 50px;
    background-color: #2e2e37;
    font-size: 1rem;
}

thead tr {
    height: 60px;
    background-color: #2e5f23;
}

.col1 {
    padding-left: 1.2rem;
}

/* tbody tr:hover {
    background-color: #26252c;
    color: #c3c3c3;
} */

th {
    color: #fff;
    font-size: 1.2rem;
    padding: 1.5rem .5rem;
}

table {
    margin: 50px auto;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1000px;
}

.documents {
    display: flex;
    gap: 5px;
}

tr:nth-child(even) {
    background-color: #26252c;
}

footer {
    height: 100px;
    background-color: #252527;
}

.col3 a {
    margin-right: 1rem;
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }

    table {
        width: 90%;
    }
}


#directory {
    display: none;
}

#password-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    height: 100vh;
    width: 100vw;
    
}

.form-wrapper {
    border-radius: 10px;
    background-color: #2e2e37;
    color: #fff;
    width: 100%;
    max-width: 300px;
    padding: 4rem;
}

.form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.form-wrapper label {
    font-size: 1rem;
    letter-spacing: .05rem;
}

.form-wrapper input[type="password"] {
    height: 50px;
    background-color: #19181d;
    border: none;
    padding: 0;
    padding-left: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.btn {
    min-height: 50px;
    letter-spacing: .1rem;
    font-size: 1.5rem;
    height: 50px;
    border-radius: 0px;
    border: none;
    background-color: #2e5f23;
    color: #fff;
    margin-top: .7rem;
    cursor: pointer;
}

.btn:hover {
    background-color: #2d5a22;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    table {
        width: 100%;
        border-radius: 0px;
    }
    .form-wrapper {
        border-radius: 0px;
    }
}
