.show-password {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 17px;
    transition: 0.3s;
    color: #858C95;

    &:hover, &.active{
        color: rgb(26, 26, 26);
    }
}

a.auth-link-b {
    color: #313335;
    font-size: 12px;
    font-weight: 400;
    padding-left: 6px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;

    &:hover{
        color: #b425f6;
    }
}

a.link-auth {
    color: #1E9EDE;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
    transition: 0.3s;

    &:hover{
        color: #06acff;;
        transform: scale(1.02);
    }
}

.close-form {
    color: #E8E8E8;
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;

    &:hover {
        transform: scale(1.05);
        filter: contrast(0.7);
    }
}


/*CheckBox*/
.checkbox {
    transition: 0.3s;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #E5E5E7;
    background: #F8F9FB;
    width: 20px;
    height: 20px;

    &:hover{
        background: #e9e9e9;
    }
}

.chekbox-active {
    width: 32px;
    transform: translate3d(-8px, -2px, 10px);
    opacity: 0;
    transition: 0.3s;
}
.checkbox.active > .chekbox-active {
    opacity: 1!important;
}
/*CheckBox close*/


.absolute-form {
    position: fixed;
    overflow: auto;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #0000008a;
    backdrop-filter: blur(7px);
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.absolute-form.tfa, .absolute-form.auth {
    align-items: center;
}

.auth-form, .tfa-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-form-auth {
    width: 1184px;
    height: 656px;
    border-radius: 17px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
}

.modal-form-tfa {
    width: 656px;
    height: 656px;
    border-radius: 17px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    padding: 54px;
}

img.slide-background-shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}



.error-message {
    text-align: left;
    width: 100%;
    color: #FF5434;
    font-size: 10px;
    opacity: 0;
    font-weight: 400;
    transition: 0.3s;
    transform: translateY(10px);
    min-height: 8px;
}

h2#swal2-title {
    font-size: 13px;
    font-weight: 400;
}

.left-auth {
    width: 50%;
    height: 100%;
    margin-left: -2px;
}

.right-auth {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.h2-auth {
    color: #313335;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

p.p-auth {
    color: #858C95;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

section.top-section {
    gap: 17px;
    display: grid;
}

img.avatar-user-auth {
    position: absolute;
    width: 26.056px;
    height: 27.14px;
    margin-left: 15px;
    left: 0px;
    top: 16px;
}

.custom-input-1, select{
    border-radius: 6px;
    border: 1px solid #E5E5E7;
    background: #F8F9FB;
    width: 100%;
    height: 61px;
    outline: none;
    color: #323539;
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s;

    &.swal2-select{
        width: auto;
        font-size: 15px;
    }

    &#password {
        padding-right: 45px;
    }
    
    &#login {
        padding-left: 52px;
    }

    &:not(.refferal):not(.swal2-select):focus{
        background: #b425f61a;
        border: 1px solid #b425f6;
    }

    &.copy, &.active {
        background: #8bc34a26;
        border: 1px solid #8bc34a9e;
        color:#8BC34A;
    }

    &.refferal {
        cursor: pointer;
        padding-right: 119px;
    }

    &.error_input {
        border-radius: 6px;
        border: 1px solid #FF5434;
        background: rgba(255, 84, 52, 0.04);
    }
}

.slider-auth > .owl-dots {
    position: absolute;
    bottom: 68px;
    left: -52px;
}

.object-input {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

.auth-form-a {
    display: grid;
    gap: 21px;
}

.text-group-bottom {
    display: flex;
    gap: 14px;
    align-items: center;
    cursor: pointer;
}

p.text-left {
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-weight: 400;
    padding-top: 3px;
}

button.custom-button-1.auth-button {
    width: 100%;
}

.bottom-group {
    display: grid;
    gap: 25px;
}

p.text-info {
    color: #858C95;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.12px;
}

.slider-auth {
    width: 100%;
    height: 100%;
}
.owl-stage-outer {
    height: 100%;
    width: 100%;
}

.inputs-group {
    display: grid;
    gap: 33px;
}

section.content-slider-a {
    position: absolute;
    z-index: 1;
    max-width: 398px;
    bottom: 100px;
    left: 58px;
    display: grid;
    justify-items: start;
    gap: 8px;
}

h3.auth-h3 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.32px;
}

img.tfa-loading {
    aspect-ratio: 1 / 1;
    width: 100px;
    margin: auto;
}

@media (max-width: 1174px) {
    .left-auth {
        display: none;
    }
    .right-auth {
        width: 100%;
    }
    .modal-form-auth, .modal-form-tfa {
        max-width: 553px;
        padding: 54px;
    }
}
@media (max-width: 650px) {
    .modal-form-auth, .modal-form-tfa {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 25px;
    }
    .absolute-form {
        background: white;
    }
    .modal-form-auth {
        box-shadow: unset;
    }
}