body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
}

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


h1,
h2 {
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-steel {
    background-color: #fafafa;
}

.site-header .navbar-nav .nav-link {
    color: #013FBA;
}

.site-header .navbar-nav .nav-link:hover {
    color: #333;
}

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

.content-section {
    display: block;
    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 a:hover {
    color: #333;
    text-decoration: none;
}

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

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

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

.value-wrapper input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.article-meta {
    display: flex;
    align-items: center;
}

.article-metadata {
    display: flex;
    flex-direction: column;
    padding-bottom: 1px;
    margin-bottom: 4px;
}

.errorlist {
    margin: 0;
    padding: 0;
    color: red;
}

span.required {
    color: red;
}

.logo img {
    height: 45px;
}

.media {
    align-items: center !important;
}

.media-body img {
    width: 100% !important;
    max-height: auto !important;
    object-fit: cover;
}

#id_introduction {
    resize: vertical;
    height: 100px !important;
}

.tag {
    padding: 5px;
    font-weight: 400;
    font-size: small;
    background: #f3f5f9;
    border-radius: 3px;
    color: #031b4e;
}


.btn a,
.btn a:hover {
    color: white;
    text-decoration: none;
}

.user-article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-intro {
    font-size: 1.02rem;
}

.form-container {
    margin: 10px auto;

}

.form-container form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 650px;
    margin: 5px auto;
}

.form-container .form-group {
    width: 80%;
}

.label-wrapper {
    text-align: left;
}

.form-container input {
    background: #f6f5f7;
    border: none;
    margin: 4px 0;
    width: 100%;
    outline: none;
}

.social-container {
    padding: 20px 5px;
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0px;
    height: 40px;
    width: 40px;
}

em.fab.fa-facebook {
    color: #2b67b0;
}

em.fab.fa-google {
    color: #f1472c;
}

em.fab.fa-twitter {
    color: #1da1f2;
}

.social-container a:hover {
    text-decoration: none;
    background-color: #f6f5f7;
}

span.or {
    font-size: 12px;
}

.btn {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}

.form-title {
    width: 100%;
    text-align: center;
    margin-top: 40px
}