body {
    background-color: transparent;
}
.form-control {
    border: 1px solid gray;
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid green;
}
.form-control:active {
    box-shadow: none !important;
    border: 1px solid green;
}
.form-control:hover {
    box-shadow: none !important;
    border: 1px solid green;
}
.alert1 {
    border: 1px solid rgb(103, 103, 226) !important;
    border-radius: 7px;
    padding: 7px;
    background-color: rgb(230, 232, 233);
}
.title a {
    text-decoration: none !important;
    color: #0A3622 !important;
}
.reply_link {
    text-decoration: none !important;
    color: #127a89 !important;
}
.commentcount a {
    text-decoration: none !important;
    color: black !important;
}
.comment {
    background-color: #EEEEEE;
    border-radius: 10px;
    margin: 5px;
    padding: 5px 0 0 0;
}
.header {
    background-color: #232A34;
    margin-bottom: 5px;
    color: white;
    border-bottom: 3px solid #566c8a !important;
    background-color: #F8F9FA !important;
}
.nav-item a {
    font-weight: bold;
}
.btn-comment {
    background-color: #CFE2FF;
    color: #052C65;
}
.footer {
    background-color: #232A34;
    margin-top: 10px;
    color: white;
    padding: 20px 0;
    border-top: 3px solid #566c8a;
    position: fixed;
    left:0px;
    bottom:0px;
}