body {
    font-family: 'Roboto', sans-serif;
}
.content-container {
    padding: 70px;
}
.body {
    height: 100vh;
}
.yellow {
    background-color: #FFF8EB;
    height: 100vh;
    padding-bottom: 25px;
}
.heading {
    font-size: 55px;
    font-weight: bold;
}
.logo {
    margin-bottom: 30px;
}
.logo > a > img {
    width: 170px;
}
.title {
    margin-bottom: 20px;
}
.subtitle {
    margin-bottom: 40px;
    color: #5A5A5A;
}
.btn {
    border-radius: 100px !important;
    padding: 12px 40px !important;
    transition: all .3s ease;
}
.btn-primary:focus {
    box-shadow: none !important;
}
.btn-primary {
    font-weight: 700 !important;
    font-size: 18px !important;
}
.btn-red {
    background-color: #F06060 !important;
    border: 1px solid #F06060 !important;
}
.btn-red:hover {
    background-color: #E05050 !important;
    border: 1px solid #E05050 !important;
}
.btn-blue {
    background-color: #60C5F0 !important;
    border: 1px solid #60C5F0 !important;
}
.btn-blue:hover {
    background-color: #50B5E0 !important;
    border: 1px solid #50B5E0 !important;
}
.btn-yellow {
    background: #FAB840 !important;
    border: 1px solid #FAB840 !important;
    padding: 15px 100px !important;
    color: #4A4A4A !important;
}
.btn-yellow:hover {
    background: rgb(230, 166, 48) !important;
    border: 1px solid rgb(230, 166, 48) !important;
}
.blue {
    color: #60C5F0;
}
.red {
    color: #F06060;
}
.gray {
    color: #5a5a5a;
}
.illustration {
    position: absolute;
    width: 150%;
    bottom: 0;
    right: 50px;
    z-index: -1;
}
.illustration_2 {
    position: absolute;
    width: 80%;
    bottom: 100px;
    z-index: -1;
}
.login {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: underline;
    transition: .3s all ease;
}
.login.red:hover {
    color: #C03030 !important;
}
.login.blue:hover {
    color: #3095C0 !important;
}
ul {
    padding-top: 5px;
}
ul li {
    list-style-type: circle;
}
.bigger-paragraph {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    max-width: 550px;
}
.smaller-paragraph {
    font-size: 15px;
}
.worker-illustration {
    margin-top: 70px;
    width: 100%;
}
@media only screen and (max-width: 1150px) {
    .content-container {
        padding: 50px;
        margin-top: 20px;
    }
    .illustration {
        position: absolute;
        width: 150%;
        bottom: 50px;
        right: 50px;
    }
    .illustration_2 {
        top: 300px;
    }
}
@media only screen and (max-width: 990px) {
    .illustration {
        width: 130%;
        top: 350px;
    }
    .illustration_2 {
        width: 80%;
        right: 40px;
        top: 350px;
    }
    .worker-illustration {
        width: 60%;
        margin: 0 auto;
        display: block;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .content-container {
        padding: 20px 30px 0 30px;
        margin-top: 0;
    }
    .illustration, .illustration_2 {
        position: static !important;
        width: 55%;
        margin: 0 auto;
        display: block;
        margin-top: 80px;
    }
    .illustration {
        width: 80%;
    }
    .worker-illustration {
        width: 50%;
        margin: 0 auto;
        display: block;
        padding-top: 30px;
    }
    .body {
        height: auto;
    }
    .logo img {
        margin: 0 auto;
        display: block;
    }
    h1, h2, h3, h4, h5, h6, p, .heading, .title {
        text-align: center !important;
    }
    h1 {
        margin-bottom: 40px !important;
    }
    p:last-child {
        margin-bottom: 0 !important;
    }
    .call-to-action {
        margin: 0 auto !important;
        text-align: center !important;
    }
    ul {
        padding: 0;
    }
    ul li {
        text-align: center;
        list-style-type: none;
    }
    .subtitle {
        text-align: center !important;
    }
}
@media only screen and (max-width: 321px) {
    .content-container {
        padding: 10px;
    }
    h1 {
        font-size: 30px !important;
    }
    .illustration, .illustration_2, .worker-illustration {
        display: none;
    }
}
