.fixed_image {
    object-fit: cover;
    object-position: center;

}

.top_news_image a {
    width: 100%;
}

.whats_new a {
    width: 100%;
}

.whats_new img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.top_news_image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.article_login_inner {
    max-width: 450px;
    margin: auto;
    padding-top: 150px;
}

.form-control {
    height: 53px;
}

.footer_post {
    width: 100px;
    height: 100px;
}