.background-column {
    background-image: url('https://picsum.photos/2200/');
    background-size: cover;
    background-position: center;
    height: 80vh;
}

.whatsapp-button {
    background-color: #25D366 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}

.whatsapp-button i {
    margin-right: 8px;
}

.linkedin-button {
    background-color: #0077B5 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}

.linkedin-button i {
    margin-right: 8px;
}

.xing-button {
    background-color: #006567 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}

.xing-button i {
    margin-right: 8px;
}

.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    box-shadow: none !important;
}

#step1,
#step2 {
    display: none;
}
.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.form-container {
    max-width: 600px;
    width: 100%;
}

.step-container {
    height: calc(100% - 216px);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stepback-link {
    float: left;
}
