.current-price-title {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .d-lg-inline {
        display: inline-block;
    }
    .d-lg-none {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .d-md-inline {
        display: inline-block;
    }
    .d-md-none {
        display: none;
    }
}

.form-section {
    min-height: 100vh;
    padding-top: 200px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1100px) {
    .form-section {
        padding-top: 270px;
    }
}

.form-group {
    display: block;
}

.form-group > * {
    display: block;
}

.form-group > label {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    border: none;
    border-radius: 10px;
    padding: 15px !important;
    max-width: 350px;
    width: 100%;
}

.btn {
    border: none;
    border-radius: 10px;
    font-size: 13pt;
    padding: 12px 20px 12px 20px;
}

.btn-primary {
    background-color: #f724ff;
    color: #fff;
}

.mt-2 {
    margin-top: 10px;
}
.mt-3 {
    margin-top: 15px;
}

.job-offer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #f724ff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.job-offer-container > span {
    font-size: 14pt;
}

.job-offer-container > a {
    min-height: auto;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px #f724ff;
    margin-left: 20px;
}

.job-offer-container > a:hover {
    box-shadow: 0 0 25px 0px #999;
}
