.center_content {
    height: calc(100vh - 99px);
    background-image: url(/static/common/images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}