.auth-form {
    display: flex;
    height: 100%;
}html,body  {  overflow:hidden;  }  

.auth-left-content {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.border-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.auth-button.reset_account_trigger.disable {
    pointer-events: none;
    opacity: 0.7;
    background: #2c4d8b;
}

.auth-right-content {
    background: linear-gradient(180deg, #012E72 0%, #0174C2 47.92%, #0174C2 100%);
    width: 50%;
    height: 100%;
    position: relative;
}

img.absolute-right-image {
    position: absolute;
    left: -210px;
    margin-top: -302px;
    pointer-events: none;
    animation: animation1 5s 750ms linear infinite;
}

.auth-button {
    width: 100%;
    height: 54.893px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #377DFF;
    display: flex;
    align-items: center;
    color: #FFF;
    margin-top: 19px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.04px;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

h3.text-slide-h3 {
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    width: 334.161px;
    line-height: 106.523%;
}



.auth-button.auth_trigger.disable {
    background: #2b58ab;
    opacity: 0.8;
    cursor: default;
}

h2#swal2-title {
    font-size: 16px;
}

.swal2-popup.swal2-modal > .swal2-title {
    font-size: 26px!important;
}

p.text-slide-p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 700;
    width: 320.161px;
    margin-top: 14px;
    line-height: 127.023%;
}

div#slide_2 {
    display: none;
}

div#slide_3 {
    display: none;
}

.sliders-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

section.slide-content {
    position: relative;
}

.auth-form-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.auth-text-h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    max-width: 437px;
    text-align: left;
    line-height: 153.523%;
}

p.welcome-message {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    max-width: 437px;
    font-weight: 600;
    margin-top: 9px;
    text-align: left;
    line-height: 153.523%;
}

h2.auth-text-h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 153.523%;
}

.toggle-slider-absolute {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 53px;
}

.toggle-slide {
    background: rgba(217, 217, 217, 0.51);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: 12px;
    transition: 0.3s;
    margin-right: 12px;
    cursor: pointer;
}

.toggle-slide.active {
    background: white;
}

input.custom-input {
    width: 436px;
    height: 52px;
    align-items: flex-start;
    outline: none;
    padding-left: 20px;
    border-radius: 7px;
    background: rgb(28 30 32);
    color: rgba(255, 255, 255, 0.56);
    font-family: Raleway;
    transition: 0.3s;
    font-size: 15px;
    font-style: normal;
    border: 0.5px solid #17191c;
    font-weight: 500;
    line-height: 20px;
}

p.discord-text-auth {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

a.login-discord {
    display: flex;
    border-radius: 7px;
    background: #5662F6;
    width: 437px;
    text-decoration: none;
    height: 57.027px;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    justify-content: center;
}

img.login-discord {
    margin-right: 10px;
}

p.right-dec-text {
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.left-line {
    background: rgba(255, 255, 255, 0.20);
    width: 138px;
    height: 1px;
}

.decor-line-auth {
    display: flex;
    align-items: center;
    width: 433px;
    margin-top: 38px;
    justify-content: space-between;
    margin-bottom: 30px;
}

a.login-discord:hover {
    background: #6974ff;
    filter: drop-shadow(2px 4px 6px #6974ff);
}

.auth-button:hover {
    background: #538fff;
    filter: drop-shadow(2px 4px 6px #538fff);
}

p.input-object-text {
    color: rgba(255, 255, 255, 0.56);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 7px;
}

img.password-show.active {
    opacity: 1!important;
}

img.password-show {
    position: absolute;
    right: 27px;
    margin-top: 42px;
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
}

img.password-show:hover {
    opacity: 0.7;
}

p.message-error {
    color: #FFA71E;
    font-size: 13px;
    font-weight: 500;
    min-height: 7px;
    line-height: 16px;
    margin-top: 12px;
    letter-spacing: -0.04px;
    margin-bottom: 10px;
    transition: 0.3s;
    opacity: 0;
}

text.login-text-1 {
    color: #FFF;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 153.523%;
}

text.login-text-3 {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 153.523%;
}

text.login-text-4.text_mail_reset {
    color: #DDFF48;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 153.523%;
}

.code_input {
    width: 96.282px;
    height: 101.676px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Raleway;
    text-align: center;
    outline: none;
    transition: 0.3s;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    border-radius: 7px;
    background: rgba(217, 217, 217, 0.08);
    line-height: 20px; /* 31.25% */
    border: solid 1px #17191c;
}

.code_input.active {
    border: 1px solid #377DFF;
}

.button.login {
    width: 437px;
    height: 54.893px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #377DFF;
    display: flex;
    align-items: center;
    margin-top: 34px;
    font-size: 15px;
    margin-bottom: 25px;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: 0.3s;
}

.button.disable {
    background: #2753a4;
    opacity: 0.8;
    pointer-events: none;
}

text.not-have-account {
    color: rgba(255, 255, 255, 0.56);
}

.bottom-content-login {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 436px;
}

.code_input.error {
    background: rgb(255 96 96 / 14%);
    border: solid 1px #932f2f;
}

text#action_repeat_reset_password {
    color: #377DFF;
    font-family: Raleway;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 6px;
}

text#action_repeat_reset_password:hover {
    color: #6ea1ff;
}

.button.login:hover {
    background: #4f8dff;
    filter: drop-shadow(2px 4px 6px #4f8dff);
}

.button.disable {
    background: #2753a4;
    opacity: 0.8;
    pointer-events: none;
}

text.top-text-input {
    color: rgba(255, 255, 255, 0.80);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 153.523%;
}

.group-inputs {
    width: 436px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.top-double-object {
    width: 435px;
}
.custom-input-1 {
    width: 436px;
    height: 52px;
    align-items: flex-start;
    outline: none;
    padding-left: 20px;
    border-radius: 7px;
    background: rgb(28 30 32);
    color: rgba(255, 255, 255, 0.56);
    font-family: Raleway;
    transition: 0.3s;
    font-size: 15px;
    font-style: normal;
    border: 0.5px solid #17191c;
    font-weight: 500;
    line-height: 20px;
}

.input-object {
    display: flex;
    flex-direction: column;
}

.input-object.error > .message-error {
    opacity: 1;
}

.top-double-object {
    display: flex;
    justify-content: space-between;
}

p.forgot-password-p {
    margin-bottom: 7px;
    color: #377DFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

div.message-create-account {
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.04px;
    display: flex;
    margin-top: 40px;
}

p.message-create-account-a {
    color: white;
    margin-left: 9px;
    cursor: pointer;
    transition: 0.3s;
}

section.info-auth-top {
    margin-bottom: 40px;
}

.input-object.error > .custom-input {
    border: 0.5px solid #FFA71E;
    background: #382B19;
}

@media (max-width: 1500px) {
    img.absolute-right-image {
        left: -115px;
        margin-top: -125px;
        width: 345px;
    }
}
@media (max-width: 1100px) {
    .auth-right-content {
        display: none;
    }
    
    .auth-left-content {
        width: 100%;
    }
}
@media (max-width: 550px) {
    input#auth_login {
        width: 100%;
    }
    
    .custom-input {
        width: 100%!important;
    }
    
    .top-double-object {
        width: 100%;
    }
    
    .input-object {
        width: 100%;
    }
    
    .auth-form-panel {
        width: 100%;
    }
    
    .border-left-content {
        width: calc(100% - 30px);
    }
    h2.auth-text-h1 {
        text-align: center;
        font-size: 25px;
    }
    h1.auth-text-h1 {
        font-size: 25px;
        text-align: center;
    }
    
    section.info-auth-top {
        width: 100%;
    }
    
    p.welcome-message {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }

}