.invalid-feedback {
    color: red;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: -10px;
}
.alert {
    margin-bottom: 15px;
    color: red;
}
.emblem img {
    width: 11px;
}
.header__link-text {
    -webkit-text-fill-color: unset !important;
}
.email-resend {
    text-decoration: underline;
}
.download__mirror-group {
    text-align: center;
}
.download__mirror {
    color: #c18c3b !important;
}
.download__mirror:hover {
    color: #fff392 !important;
}

.keltir-video-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #06080f;
}

.keltir-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.06) contrast(1.03);
}

.keltir-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(5, 8, 16, 0.45) 0%,
        rgba(5, 8, 16, 0.2) 40%,
        rgba(6, 9, 18, 0.58) 100%
    );
}

body {
    background: #06080f !important;
}

.wrapper {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.wrapper::before {
    display: none !important;
}

.header,
.header--start,
.header--auth {
    background: none !important;
}

/* dark-realm-logo-tune */
.nav__logo img {
    width: 78px !important;
    max-width: 78px;
    height: auto;
}

@media(max-width: 1024px) {
    .nav__logo img {
        width: 66px !important;
        max-width: 66px;
    }
}

.header__logo {
    max-width: 360px !important;
}

.header__logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.4));
}

/* language switch fix near account button */
.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
}

.lang__link_select {
    padding: 0 !important;
    width: 30px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(31, 21, 16, 0.85);
}

.lang__img,
.lang__img_select {
    width: 30px !important;
    height: 24px !important;
    display: block !important;
    object-fit: cover;
    border: 1px solid #fadb93;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.lang__list {
    background: rgba(31, 21, 16, 0.9);
    border-radius: 6px;
    padding: 6px 4px;
}
