﻿.password-wrapper {
    max-width: 520px;
    margin: 30px auto;
}

.page-title {
    font-size: clamp(0.95rem, 1.4vw, 1.25rem);
    font-weight: 700;
}

.back-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}



/* .lock-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #151515;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #d9a441;
            font-size: 24px;
            margin-bottom: 15px;
        }*/

.sub-text {
    color: #cfcfcf;
    font-size: 14px;
}

.custom-input {
    background: #161616;
    border: 1px solid #ff1744;
    color: #fff;
    height: 56px;
    border-radius: 12px;
    padding-right: 50px;
}

    .custom-input:focus {
        background: #161616;
        color: #fff;
        border-color: #ff1744;
        box-shadow: none;
    }

    .custom-input::placeholder {
        color: #ff4d6d;
    }

.custom-floating {
    position: relative;
}

    .custom-floating input {
        width: 100%;
        height: 50px;
        background: #050505;
        border: 1px solid #1f1f1f;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        padding: 8px 90px 10px 16px;
        outline: none;
        box-shadow: none;
    }

        .custom-floating input:focus {
            background: #050505;
            border-color: #2d2d2d;
            color: #fff;
            box-shadow: none;
        }

        /* HIDE PLACEHOLDER */
        .custom-floating input::placeholder {
            color: transparent;
        }

    /* LABEL */
    .custom-floating label {
        position: absolute !important;
        left: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        color: #d4a85f !important;
        font-size: 14px !important;
        pointer-events: none !important;
        transition: 0.25s ease !important;
        background: #050505 !important;
        padding: 0 6px !important;
    }

    /* FLOAT EFFECT */
    .custom-floating input:focus + label,
    .custom-floating input:not(:placeholder-shown) + label {
        top: 0 !important;
        left: 14px !important;
        font-size: 14px !important;
        transform: translateY(-50%) !important;
    }

    /* NUMBER SPINNER */
    .custom-floating input::-webkit-outer-spin-button,
    .custom-floating input::-webkit-inner-spin-button {
        opacity: 1;
    }

    /* MAX BUTTON */
    .custom-floating .max-btn {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        color: #d4a85f;
        font-size: 16px;
        font-weight: 500;
    }

        .custom-floating .max-btn:hover {
            color: #e9bc6a;
        }

.eye-btn {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #9c9c9c;
    cursor: pointer;
    font-size: 20px;
}

.error-text {
    color: #ff1744;
    font-size: 14px;
    margin-top: 6px;
    margin-left: 6px;
}

.change-btn {
    height: 46px;
    border: none;
    border-radius: 40px;
    background: #e5a93b;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
}

   

.headerChange {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.password-wrapper > div > i {
    color: #d4a85f;
}

