* {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
}
body {
    font-weight: normal;
    font-size: 11px;
    font-family: Arial;
}
#login-wrapper {
    width: 270px;
    left: 50%;
    margin-left: -135px;
    position: absolute;
    margin-top: -135px;
    top: 50%;
}
#login-form {
    width: 400px;
    background: #49606a;
    height: 400px;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
}
div#login-form-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}
ul li {
    list-style: none;
}
.body-login-form .tab-content {
    position: inherit;
    padding: inherit;
}
.b-title {
    text-align: center;
    color: white;
    font-size: 27px;
}
.b-content {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.b-copyright {
    margin-top: 40px;
    text-align: center;
}
.b-copyright__link {
    color: #587b9d;
}
.b-text_lang_ru {
    display: none;
}
