body {
    background: #f1f5f9;
    color: #333333;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
}

ul {
    margin: 0;
}
.brand {
    width: 160px;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 20px;
    background-image: url(/media/thumbnail_NEW-DRONNAV-DIGITAL.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-steel {
    background-color: #5f788a;
}
.site-header {
    border-radius: 15px;
    background-color: transparent;
    box-shadow: 0 1px 6px 1px rgb(5 40 75 / 20%);
    margin: 0 20px;
    background-color: #fff;
}

/*.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

 .site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
} */

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

/* .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
} */

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}


.login .content-section{
    padding:  20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px 1px rgb(5 40 75 / 20%);
}
.login .content-section .form-control{
    background-color: #f1f5f9;
    border-radius: 30px;
}
.login .content-section .btn-primary{
    border-radius: 30px;
}
.btn-primary{
    background-color: #0a66c2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}