/*CUSTOM CSS*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:'Times New Roman', Times, serif;
}

.form-control{
    background-color:#fdfdfd;
}

.page_bottom {
    margin-top: 25px;
    font-size: 0.9rem;
}

.page_bottom_title {
    color: #002060;
    font-weight: bold;
}

.page_bottom_info {
    color: #002060;
}

.page_bottom_site {
    color: #2727ff;
}

.page_bottom_tag {
    color: #4fadf1;
}