/* Images */
.login-slider-img {
position: relative;
}

/* Promotion Scheme */
.promotion-scheme {
margin-top: 20px;
}

/* Scheme text */
.scheme-content {
font-size: 15px;
margin-left: 1em;
}

/* Lists */
.scheme-list {
margin-top: 2rem;
}

.manual-list-tight {
margin-top: 0 !important;
margin-right: 1em;
}

/* Buttons */
.no-text-transform {
text-transform: none !important;
}
fieldset {
    background-color: #eeeeee;
}
legend {
    background-color: gray;
    color: white;
    padding: 5px 10px;
}
.lang-toggle {
    width: 60px;
    height: 25px;
    background: #1E8E3E;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    float: right;
    margin-right:1%;
}
.lang {
    width: 24px;
    height: 24px;
    background: transparent;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.lang.active {
    background: #ffffff;
    color: #1E8E3E;
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 3px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
    margin-right: .75em;
}

.divider:not(:empty)::after {
    margin-left: .75em;
}

.divider span {
    font-weight: 600;
    color: #555;
    font-size: 18px;
}