.row-height {
    margin-bottom: 6px;
}

.recr-page {
    background: url("../img/bg2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recr-box {
    width: 800px;
}

.job_post_banner {
    width: 100%;
    padding: 0px;
}

/*.job_post_title {
    height: 50px;
    background-color: #e8e8e8;
    padding: 5px;
    margin: 5px 1px 5px 1px;
}*/

/*body {
    background-color: #e8e8e8;
}
*/