:root {
    --main-color: #00B140;
}
body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-header, .appBadges {
    background-color: var(--main-color) !important;
}
.appBadges {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.appBadgesSlogan {
    color: white;
    padding-top: 18px;
    margin-bottom: 13px;
}
.oneBadge a {
    background-size: auto 36px !important;
    height: 36px;
}
.singin_button, .reg_submit, .forgot_pw_submit, .create_new_account {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.singin_button:hover, .reg_submit:hover, .forgot_pw_submit:hover, .create_new_account:hover {
    opacity: 0.85;
}
#email_subscription:checked {
    background-color: var(--main-color);
    color: white;
}
#footer {
    display: none;
}
#main_content {
    margin-top: 0 !important;
    max-width: 100vw;
}
#global_wrap {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
#navi_block {
    position: absolute;
    top: 10px;
    right: 10px;
}
.language-switcher {
    background: transparent;
    width: 14rem;
    padding: 0;
    text-align: right;
    top: 21px;
    right: 18px;
}
.language-switcher a {
    position: relative;
    padding: 9px;
    background-color: black;
    width: 40px;
    height: 40px;
    margin-left: 14px;
    border-radius: 3px;
}

.language-switcher a.active, .language-switcher a:hover {
    position: relative;
    background-color: var(--main-color);
}
.language-switcher a::after {
    content: attr(data-id);
    position: absolute;
    width: 40px;
    left: 0;
    top: 11px;
    color: white;
    font-size: 16px;
    text-align: center;
}
.language-switcher a img {
    display: none;
}
@media screen and (max-width: 620px) {
    .language-switcher {
        width: 100%;
        top: -4px;
        right: -11px;
    }
    .oneBadge a {
        position: relative;
        margin: 0 !important;
    }
    .google {
        margin-left: 0 !important;
        height: 39px !important;
        background-position-y: bottom !important;
    }
    .ios {
        top: 10px;
    }
    .huawei {
        top: 2px;
    }
    .appBadges {
        height: 153px !important;
    }
    .badgesBox {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}