#login_btn {
    border-radius: var(--border-radius, 4px);
    border: none;
    background-color: var(--button-color);
    color: white;
    font-size: 17px;
    height: 50px;
    width: 30%;
    cursor: pointer;
}
.logged-in {
    color: var(--information-color);
    font-weight: bold;
    font-size: 24px !important;
    text-align: center;
}

.filled-read-only {
    color: #969696 !important;
    background-color: #f0f0f0 !important;
}