.company-form-container {
    border-radius: 39px;
    background: #f8f8f8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 3em;
    margin-bottom: 20px;
}

.recruiter-women {
    position: relative;
    left: -100px;
    bottom: 0;
    width: 500px;
    height: 700px;
}

.waiter-men-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.waiter-img{
    width: 100%;
    height: 100%;
}

.register-content {
    padding-bottom: 0;
}

.register-company-form-btn {
    border-radius: 50px;
    background: #36a9e1;
    color: white;
    padding: 1em 2em;
}

.form-company-title{
    color: #2B2D70;
    font-size: 26px;
}

.form-company-subtitle{
    color: #2B2D70;
    font-size: 16px;
    font-weight: 600;
}

.form-candidate-title{
    color: #2B2D70;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
}

.register-candidate-form-btn {
    border-radius: 50px;
    background: #36a9e1;
    color: white;
    padding: 1em 2em;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .recruiter-women {
        left: -150px;
    }
}

@media screen and (max-width: 991px) {
    .recruiter-women-container {
        display: none;
    }
}
