body{
    background: rgba(12, 14, 29, 1);
}
.container{
    max-width: 1256px;
}
.section-header{
    margin-top: 45px;
}
.section-auth{
    margin-top: 32px;
}
.auth-wrapper{
    background: #151726;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.auth-wrapper:before{
    content: '';
    display: block;
    position: absolute;
    width: 222px;
    height: 222px;
    left: -220px;
    top: -220px;
    z-index: 0;
    box-shadow: 0 0 90px 90px rgba(0, 120, 243, 0.5);
}
.auth-content{
    padding: 33px 33px 0 33px;
    position: relative;
}
.auth-content-heading{
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    color: #fff;
}
.auth-content-description{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    color: #fff;
    margin-top: 10px;
}
.auth-content-list{
    margin-top: 30px;
}
.auth-content-list-element{
    display: flex;
    gap: 11px;
    margin-top: 21px;
}
.auth-content-list-element-image{

}
.auth-content-list-element-image img{
    width: 23px;
}
.auth-content-list-element-content{

}
.auth-content-list-element-content-heading{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    color: #fff;
}
.auth-content-list-element-content-text{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 7px;
}
.auth-cards-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-cards-image img{
    width: 300px;
    margin-top: 20px;
}
.auth-login{
    height: calc(100% - 32px);
    background: #1f212e;
    margin: 15px;
    border-radius: 16px;
    padding: 36px;
}
.auth-login-heading{
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: #fff;
}
.auth-login-buttons{
    display: flex;
    gap: 7px;
    margin-top: 30px;
}
.auth-login-buttons img{
    width: 24px;
}
.btn-login{
    height: 48px;
    border-radius: 12px;
    background: #2c2e3b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 64px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    color: #fff;
    transition: .2s;
}
.btn-login:hover, .btn-login:active{
    background: #46495d;
    color: #fff;
}
.btn-tg{
    background: rgba(2, 137, 229, 1);
    min-width: 295px;
}
.btn-tg:hover, .btn-tg:active{
    background: rgb(5 103 169);
}
.auth-email-block{
    margin-top: 20px;
}
.auth-email-separator{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.auth-email-separator .line{
    height: 1px;
    width: 500px;
    background: rgba(255, 255, 255, 0.1);
}
.auth-email-separator .text{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.auth-email-field-wrapper{
    display: flex;
    gap: 7px;
    margin-top: 20px;
}
.auth-email-field-wrapper input{
    height: 48px;
    border-radius: 12px;
    border: 2px solid #2c2e3b;
    gap: 10px;
    min-width: 64px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    color: #fff;
    background: none;
    padding: 0 10px;
    width: calc(100% - 171px);
}
.auth-email-field-wrapper .btn{
    padding: 0 20px;
    width: 164px;
}
.auth-email-description{
    font-family: Inter;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    font-weight: 300;
}
.auth-email-block .error-message{
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    color: rgba(250, 39, 41, 1);
    margin-top: 5px;
}

.auth-login{

}
.auth-confirm{
    display: none;
    height: calc(100% - 32px);
    background: #1f212e;
    margin: 15px;
    border-radius: 16px;
    padding: 36px;
    position: relative;
}
.auth-confirm-heading{
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);
    margin-top: 25px;
}

.auth-confirm-text{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px;
}
.auth-confirm-text span{
    color: #fff;
}
.auth-back-btn{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgb(44, 46, 59);
    cursor: pointer;
    transition: .2s;
}
.auth-back-btn:hover{
    background: #46495d;
    color: #fff;
}
.auth-code{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 30px;
}
.auth-code input{
    background: none;
    border-radius: 12px;
    height: 72px;
    width: 72px;
    border: 2px solid rgb(44, 46, 59);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    font-variant-numeric-zero: slashed-zero;

}
.auth-code input:active, .auth-code input:focus{
    border-color: rgba(0, 77, 243, 1);
}
.auth-timer{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    font-variant-numeric-zero: slashed-zero;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 13px;
}
.auth-notification{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 30px;
}
.auth-notification a{
    color: #fff;
}
.modal-content{
    background: rgba(12, 14, 29, 1);
    border-radius: 20px;
    padding: 30px;
}
.modal-header{
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0;
    color: #fff;
    border-bottom: 0;
}
.modal-body{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #fff;
    margin-top: 10px;
}
.modal-footer{
    border-top: 0;
    justify-content: flex-start;
}
.modal-footer .btn.btn-tg{
    min-width: 193px;
}
.modal.show .modal-dialog {
    width: 580px;
    max-width: 100%;
}
.modal-header, .modal-body, .modal-footer{
    padding: 0;
}
.modal .btn-close{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgb(26, 28, 42);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    z-index: 1;
    opacity: 1;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.sendcodeagaing{
    color: #fff;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .auth-login-buttons{
        flex-wrap: wrap;
    }
    .auth-login-buttons .btn-login{
        width: calc(100% / 3 - 5px);
    }
    .auth-login-buttons .btn-login.btn-tg{
        width: 100%;
        min-width: auto;
    }
}
@media (max-width: 981px) {
    .auth-wrapper:before{
        display: none;
    }
}
@media (max-width: 767px) {
    .section-header{
        margin-top: 10px;
    }
    .section-header .logo{
        width: 105px;
    }
    .auth-wrapper{
        background: none;
        background: #1f212e;
    }
    .auth-content{
        background: #0c0e1d;
        padding: 39px 15px 15px;
    }
    .auth-login{
        margin: 0;
        padding: 15px;
        background: none;
    }
    .section-auth .col{
        padding: 0;
    }
    .section-auth .auth-login-heading{
        font-family: Inter;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .section-auth .auth-login-buttons{
        margin-top: 20px;
    }
    .section-auth .auth-login-buttons img{
        width: 24px;
    }
    .section-auth .btn-next{
        width: auto;
    }
    .section-auth .btn-next span{
        display: none;
    }
    .auth-email-field-wrapper input{
        width: 100%;
    }
    .auth-email-field-wrapper{
        margin-top: 16px;
    }
    .auth-email-block{
        padding-bottom: 20px;
    }
    .auth-content-heading{
        font-family: Inter;
        font-weight: 600;
        font-size: 22px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .auth-content-description{
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0;
        margin-top: 7px;
    }
    .auth-content-list-element-content-heading{
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0;
    }
    .auth-content-list-element-content-text{
        font-family: Inter;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0;
        color: rgba(255, 255, 255, 0.6);
    }
    .auth-content-list{
        margin-top: 25px;
    }
    .auth-cards-image{
        display: none;
    }
    .auth-content-list-element-content-text br{
        display: none;
    }
    .auth-content-list-element{
        margin-top: 10px;
    }
    .auth-confirm{
        margin: 0;
        padding: 15px;
        background: none;
    }
    .auth-confirm-text{
        font-size: 14px;
    }
    .auth-notification{
        position: initial;
        font-size: 12px;
        margin-top: 20px;
    }
    .auth-confirm-heading{
        font-family: Inter;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0;
        margin-top: 14px;
    }
    .auth-code{
        gap: 10px;
    }
    .auth-code input{
        width: 58px;
        height: 58px;
    }
    .auth-timer{
        font-size: 14px;
    }

}
