.LoginBox.header,
.BoostedBox.header,
.DiscordBox.header,
.WikiBox.header {
    aspect-ratio: 841 / 255 !important;
    align-items: unset !important;
}

.LoginBox.headerTitle,
.BoostedBox.headerTitle,
.DiscordBox.headerTitle,
.WikiBox.headerTitle {
    line-height: 43px !important;
}

.LoginBox.body,
.BoostedBox.body,
.DiscordBox.body,
.WikiBox.body {
    min-height: 166px !important;
    margin-top: -34px !important;
    margin-left: unset !important;
    margin-right: unset !important;
    padding: 0px 25px 20px 25px !important;
    position: relative !important;
}

.MenuBox.box button.header .headerIcon,
.MenuBox.box button.header .headerTitle {
    color: #34456d !important;
}

.MenuBox.box button.header .headerTitle {
    text-shadow: 0px 0px 2px rgb(52 69 109 / 65%);
}

i.meu {
    background-image: url('/assets/images/ui/menu/meu.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
}