﻿body {
    font-size: 1rem;
}

.bg-primary {
    background-color: #21C6B6 !important;
}

.text-primary {
    color: #21C6B6 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    padding-left: 5px;
    padding-right: 5px;
}

    .navbar-dark .navbar-nav .nav-link.active {
        background-color: #169E91 !important;
        border-radius: 4px;
    }

.jumbotron {
    background-color: #cfe5e3;
}

.user-data-row {
    padding: 15px;
}

.user-login-row {
    background-color: #cfe5e3;
}

.user-data-row p {
    margin: 0px;
}

.stretched-link {
}

.thead-light th {
    background-color: #cfe5e3 !important;
    border-width: 0 !important;
}

.thead-light th:first-child {
    border-radius: 10px 0 0 0;
}

.thead-light th:last-child {
    border-radius: 0 10px 0 0;
}

th a:link, th a:visited, th a:hover, th a:active {
    color: #495057 !important;
    text-decoration: none !important;
}

.auth-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    column-gap: 20px;
}

.page-pic-row {
    margin-right: 0;
    margin-left: 0;
}

.page-pic {
    border: #ced4da;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.25rem;
    padding-right: 0;
    padding-left: 0;
}

.form-footer {
    background-color: rgba(0,0,0,.03);
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
}