@font-face {
    font-family: "roboto";
    src: url("../fonts/Roboto-Regular.woff");
}

body {
    font-family: "roboto";
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 1rem;
    background-color: #e8e8ea;
}

.topnav--bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 3px solid #f25116;
    border-radius: 10px;
}

.topnav--bar > div {
    padding: 0.5em;
}

.topnav--placeholder {
    flex-grow: 1;
}

#auth_services {
    display: none;
}

.centered-table {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.centered-table td, .centered-table th {
    padding-left: 1em;
    padding-right: 1em;
}

#password_constraints {
    font-style: italic;
}
