﻿



.btn-submit-forgot {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 15px;
    background: var(--ink);   

    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.15s ease;
}

.btn-submit-forgot span.label-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

   /* .btn-submit-forgot .arrow {
        transition: transform 0.25s ease;
        display: inline-flex;
    }

    .btn-submit-forgot:hover .arrow {
        transform: translateX(5px);
    }
*/
    .btn-submit-forgot:hover {
        color: #fff;
        background: var(--red);
     /*   transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s cubic-bezier(0.65,0,0.35,1);*/
    }