body {
    background-color: #ffffff;
}
.page-header {
    background-image: url("/routes/static/images/jobapply-header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
}
h1.title,
h2.title,
h3.title,
h4.subtitle,
h5.subtitle,
h6.subtitle.italic {
    color: #162454;
}
.job-description h5.subtitle {
    margin: 4rem 0 2rem;
}
.job-description p {
    margin: 0 auto;
    padding: 0 2rem;
    text-align: justify;
}
.job-description ul {
    margin: 0 auto;
    padding: 0 2rem;
}
.job-description ul li {
    text-align: justify;
    font-family: "mariad";
}
.form-wrapper .form-row{
    justify-content: center;
}


/* MEDIAS */
@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    .page-header {
        height: 55vh;
    }
}

@media (min-width: 1900px) {
    .page-header {
        height: 60vh;
    }
    .form-wrapper .form-row>div {
        max-width: 30%;    
    }
}