.submitAuthButton {
    box-sizing: border-box;
    background: rgb(39, 97, 245);
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgb(25, 26, 155) rgb(25, 26, 155) rgb(25, 26, 155);
    border-image: initial;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
    font-weight: 500;
    padding: 0.6em 1.2em;
    font-size: 1em;
    transition: background 250ms ease 0s, border 250ms ease 0s, color 250ms ease 0s, path 250ms ease 0s, fill 250ms ease 0s, opacity 250ms ease 0s;
    cursor: pointer;
}

.submitAuthButton:hover {
    background: rgb(25, 26, 155);
}

.submitAuthButton:disabled {
    background: rgb(25, 26, 155);
    color: rgba(255, 255, 255, 0.75);
}

.secondaryButton {
    width: 100%;
    outline: none;
    border: 1px solid rgb(240, 241, 242);
    border-radius: 4px;
    padding: 0.8em 0.5em;
    font-size: 1em;
}

::placeholder {
    color: rgb(142, 142, 155);
}

.dividerLine {
    margin: 1.5em 0px;
    border: 1px solid rgb(244, 244, 245);
}
/* 
.joBspQ {
    text-decoration: none;
    color: rgb(77, 85, 91);
}

.joBspQ,
.joBspQ:visited,
.joBspQ:active {
    color: rgb(39, 97, 245);
}

.joBspQ:hover {
    color: rgb(25, 26, 155);
    text-decoration: none;
    cursor: pointer;
} */

.sectionTitle {
    font-size: 1.5em;
    line-height: 36px;
    font-weight: 400;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .sectionTitle {
        font-size: 23px;
        line-height: 140%;
    }
}

.authDescription {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(77, 85, 91);
}

@media screen and (max-width: 45em) {
    .authDescription {
        font-size: 13px;
        line-height: 140%;
    }
}

.noteText {
    font-size: 13px;
    line-height: 100%;
    padding: 0px 0.25em 0px 0px;
    color: rgb(77, 85, 91);
}

* {
    box-sizing: border-box;
}

html {
    color: rgb(77, 85, 91);
    font-size: 1em;
    line-height: 150%;
    font-family: Averta, san-serif;
    font-weight: 300;
}

body {
    margin: 0px;
}

h4 {
    margin: 0px;
}

h6 {
    margin: 0px;
}

a {
    color: rgb(39, 97, 245);
    text-decoration: none;
}

button,
input {
    font-family: Averta, san-serif;
}

.kgFqQf {
    background: rgba(191, 202, 255, 0.1);
    position: fixed;
    inset: 0px;
    z-index: -10;
}

.overview__scene-front,
.overview__scene-back {
    position: fixed;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.overview__scene-front {
    top: 40px;
    left: 0px;
    right: 0px;
    height: 100vh;
    z-index: -1;
    opacity: 0.7;
}

.overview__scene-back {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    max-width: 960px;
    margin-left: auto;
    z-index: -2;
    opacity: 0.4;
}

@media (max-width: 720px) {
    .overview__scene-front {
        top: 200px;
    }

    .overview__scene-back {
        left: 0px;
    }
}
/* 
.jXlyoJ {
    min-height: 100vh;
    min-width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.gloPnX {
    position: relative;
    z-index: 10;
    background: rgb(251, 251, 252);
    height: 100%;
}

@media (max-width: 45em) {
    .gloPnX {
        background: rgb(255, 255, 255);
    }
} */

.authWrapper {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: transparent;
}

.authWrapper {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
}

.authPage {
    padding: 0em;
    max-width: 480px;
}

.authPage div.authPanel {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 10;
    background: white;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 25, 0.1) 0px 0.5em 1em 0px;
    border: 1px solid rgb(240, 241, 242);
    margin-bottom: 2em;
}

.authPage div.authPanel h4 {
    color: rgb(39, 97, 245);
    margin-bottom: 8px;
}

.authPage div.authPanel h6 {
    color: rgb(39, 97, 245);
    margin-bottom: 8px;
}

.authPage .authPanel__content {
    text-align: center;
    padding: 2em 3em;
}

.authWrapper .authPage .logoContainer {
    margin: 0px 0px 6px;
}

.authPage .logoContainer svg {
    max-height: 54px;
}

.authPage .logoContainer.small svg {
    max-height: 28px;
}

@media (max-width: 45em) {
    .authWrapper {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .authPage .authPanel__content {
        padding: 2em 1em 1em;
    }
}

.formFields {
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

.formFields label {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-size: 16px;
}

.formFields>div {
    margin-bottom: 0.25em;
}

.sign-in-bar {
    margin-bottom: 12px;
}
/* 
.kZxisz {
    margin-top: 8px;
    padding: 0px 6px;
    text-align: justify;
    line-height: 100%;
    opacity: 0.7;
}

@media screen and (min-width: 45em) {
    .kZxisz {
        padding: 0px 1em 1em;
    }
} */

/*! CSS Used from: Embedded */
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff no-repeat;
    border: 1px solid #c8c8c8;
    color: #1c1c1c;
    font: 18px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 10px 20px 10px 10px;
    width: 100%;
}

.errorlist {
    color: #f44d59;
    margin: 10px auto;
    font: 13px Lucida Sans Unicode, Arial, sans-serif;
    text-align:center;
    width: 100%
}

/* Стили для страницы привязки Telegram */
.binding-code-container {
    background: rgba(39, 97, 245, 0.1);
    border: 1px solid rgb(39, 97, 245);
    border-radius: 8px;
    padding: 1em;
    margin: 1em 0;
    text-align: center;
}

.binding-code {
    font-size: 2em;
    font-weight: bold;
    color: rgb(39, 97, 245);
    margin: 0.5em 0;
    letter-spacing: 2px;
}

.instructions {
    text-align: left;
    margin: 1.5em 0;
}

.instructions ol {
    padding-left: 1.5em;
    margin: 0;
}

.instructions li {
    margin-bottom: 0.5em;
    color: rgb(77, 85, 91);
    line-height: 1.5;
}

.telegram-btn {
    background: rgb(0, 136, 204) !important;
    border-color: rgb(0, 119, 181) !important;
    display: inline-block !important;
    min-width: auto !important;
    padding: 0.8em 2em !important;
}

.telegram-btn:hover {
    background: rgb(0, 119, 181) !important;
}

.success-btn {
    background: rgb(40, 167, 69) !important;
    border-color: rgb(33, 136, 56) !important;
}

.success-btn:hover {
    background: rgb(33, 136, 56) !important;
}

.text-center {
    text-align: center;
}

.mb-3 {
    margin-bottom: 1em;
}

.mt-3 {
    margin-top: 1em;
}

/* Стили для статуса привязки */
#binding-status .alert {
    padding: 0.75em 1em;
    border-radius: 4px;
    margin: 0.5em 0;
}

#binding-status .alert-info {
    background: rgba(39, 97, 245, 0.1);
    border: 1px solid rgb(39, 97, 245);
    color: rgb(39, 97, 245);
}

#binding-status .alert-danger {
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid rgb(244, 67, 54);
    color: rgb(244, 67, 54);
}

/* Стили для страницы подтверждения OTP */
.messages-container {
    text-align: center;
}

.message-error {
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid rgb(244, 67, 54);
    color: rgb(244, 67, 54);
    padding: 0.75em 1em;
    border-radius: 4px;
    margin: 0.5em 0;
}

.form-group {
    margin-bottom: 1em;
}

.form-group label {
    display: block;
    text-align: left;
    margin-bottom: 0.5em;
    font-weight: 500;
    color: rgb(77, 85, 91);
}

/* Утилитарные классы */
.text-center {
    text-align: center;
}

.mb-3 {
    margin-bottom: 1em;
}

.mt-3 {
    margin-top: 1em;
}

.checkbox-left {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.checkbox-left input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
}
.checkbox-left label {
    text-align: left;
    margin-bottom: 0;
}
.form-group {
    text-align: left;
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.form-control {
    width: 100%;
}
.errorlist {
    color: red;
    text-align: left;
    margin: 5px 0;
    padding-left: 0;
    list-style: none;
}
.policy-link {
    font-size: 14px; /* Еще меньше для ссылок */
}