.job-posting {

}

.job-posting #header {
    padding-bottom: 30px;
    border-bottom: solid 1px #AAAAAA;
    margin-bottom: 60px;
}

.job-posting .back-button {
    margin-top: 50px;
}

.job-posting .job-posting-content .about-entuitive {
    margin-left: 50px;
    padding: 50px;
    background: #EDEBEB;
}

.job-posting .job-popup-form-container {

}

.job-posting .job-popup-form-container-popup {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
}

.job-posting .job-popup-form-container-popup.active {
    display: block;
}

.job-posting .job-popup-form-container-popup form {
    padding: 60px;
    position: absolute;
    width: 60%;
    height: 75%;
    overflow: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: white;
    z-index: 999;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.14);
}

.job-popup-form-container-popup .close {
    right: 20px;
    top: 20px;
}
