﻿
/* کانتینر */

.regx-wrapper-77 {
    background: #fff;
    padding: 25px;
    width: 50%;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    direction:rtl
}
/* عنوان */

.regx-title-77 {
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}
/* اینپوت */

.regx-input-77 {
    width: 100%;
    padding: 10px;
    margin: 6px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
    font-family: unset;
}

    .regx-input-77:focus {
        border-color: #667eea;
        box-shadow: 0 0 5px rgba(102,126,234,0.4);
    }
/* ردیف دو ستونه */

.regx-row-77 {
    display: flex;
    gap: 8px;
}

    .regx-row-77 input {
        flex: 1;
    }
/* دکمه */

.regx-btn-77 {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border: none;
    border-radius: 10px;
    background: #667eea;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-family: unset;
}

    .regx-btn-77:hover {
        background: #5a67d8;
    }
