body {
    font-family: sans-serif;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(to top, rgb(0, 0, 0), rgb(14, 34, 56));
    color: #fff;
}

.container {
    background-color: rgb(33, 33, 33);
    padding: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.nara-logo-stacked-image {
    width: 250px;
    height: 313px;
    margin-right: 40px;
}

.nara-logo-image {
    width: 600px;
    height: 94px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-box {
    padding-right: 22px;
}

.input-field {
    margin-bottom: 10px;
}

.input-field label {
    display: block;
    margin-bottom: 5px;
}

.input-field input {
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    background-color: rgb(0, 96, 160);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}

button:hover {
    background-color: rgb(0, 82, 137);
}

.na-btn {
    background-color: gray;
    color: white;
    padding: 2px 5px;
    text-decoration: none;
}

#error {
    color: orange
}

#resource-err{
    background-color: rgb(33, 33, 33);
    margin-top:100px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);

    display:flex;
    flex-flow:column;
    text-align: center;
}

table {
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
}
.center {
    margin-left: auto;
    margin-right: auto;
}

#left-align {
    text-align: left;
}

#diags {
    background-color: rgb(62, 62, 62);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    text-align: left;
    height: 300px;
    width: 900px;
    overflow-x: hidden;
    overflow-y: scroll;
}