.show-password {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 17px;
    transition: 0.3s;
    color: #858C95;

    &:hover, &.active {
        color: rgb(255 255 255);
    }
}

.custom-input-1, select {
    width: 100%;
    height: 53px;
    outline: none;
    color: white;
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid #323539;
    background: rgba(37, 37, 37, 0.32);

    &.swal2-select{
        width: auto;
        font-size: 15px;
    }

    &#password {
        padding-right: 45px;
    }
    
    &.login {
        padding-left: 52px;
    }

    &:not(.refferal):not(.swal2-select):focus {
        background: #f0264b18;
        border: 1px solid #F0264B;
    }

    &.copy, &.active {
        background: #8bc34a26!important;
        border: 1px solid #8bc34a9e!important;
        color:#8BC34A!important;
    }

    &.refferal {
        cursor: pointer;
        padding-right: 119px;
    }

    &.error_input {
        border-radius: 6px;
        border: 1px solid #FF5434;
        background: rgba(255, 84, 52, 0.04);
        color: #FF5434;
    }
}

.error-input-container {
    font-size: 12px;
    display: flex;
    margin-top: 8px;
    color: #FF5434;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

p.description-form.text-b {
    font-size: 14px;
    margin-top: 12px;
    line-height: 21px;
    font-weight: 300;
}

.error-input-container.found {
    color: #8BC34A;
}

/*Complate Code*/

.error-input-container.found {
    color: #8BC34A;
}

input.active {
    border-color: #8BC34A !important;
    background: #8bc34a2e !important;
    color: white;
}

.code_input {
    width: 41px;
    height: 44px;
    outline: none;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s;
    text-align: center;
    line-height: 15px;
    color: #5c5c5c;
    border: 1px solid #323539;
    background: #171718;
    border-radius: 4px;
}

.group-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lvl-password-object.active-1 {
    background: #e73535;
}
.lvl-password-object.active-2 {
    background: #e77c35;
}
.lvl-password-object.active-3 {
    background: #bbeb85;
}
.lvl-password-object.active-4 {
    background: #AED334;
}
.lvl-password-object {
    width: 35px;
    height: 3px;
    background: #474747;
    margin-left: 10px;
    transition: 0.3s;
    border-radius: 3px;
}


.description-text-a-2 {
    color: #383838;
    font-family: Unbounded;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 20px;
    letter-spacing: -0.1px;
    text-align: center;
}

text.login-text-4.text_mail_reset {
    display: contents;
    text-align: center;
    color: #ffbc3f;
}

.lvl-password {
    display: flex;
}

text.text-password-lvl {
    margin-right: 15px;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    color: #979AA0;
    font-size: 12px;
}

.group-password-lvl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}

.group-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
}

text.login-text-3 {
    color: #979AA0;
    font-size: 13px;
}

.group-text-top-a {
    display: grid;
    gap: 12px;
}

button.custom-button-2.login.button_auth_trigger2 {
    width: 100%;
}

.reset-password-3-block {
    font-size: 14px;
    margin-top: 12px;
    line-height: 21px;
    font-weight: 300;
}

text.white-reset-password-3 {
    color: white;
}

.copy_password {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #3c4045;
}

.copy_password:hover {
    color: #ffffff;
}
