@import 'index.css';
header
{
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #a02239;
    text-align: center;
    justify-content: center;
}
.users_reg
{
    color: white;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.text_regions
{
    width: 100%;
    text-align: center;
    color: #a02239;
    font-size: 17px;
    margin-top: 10px;
}
main{
    padding: 25px;
    margin-bottom: 200px;
}

form {
    position: relative; /* Убираем absolute */
    width: 100%;
    text-align: center;
    margin-top: 20px; /* Отступ сверху для формы */
}

.register_users{
    color: white;
    font-size: 25px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.cards {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    height: 40px;
    display: flex;
    border: 1px solid gray;
    box-shadow: 0 0 5px gray inset;
    border-radius: 5px;
    padding-left: 10px;
}
.block_cards
{
    display: flex;
}
.card
{
    width: 45%;
}
.btn_send
{
    width: 95%;
    height: 50px;
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #01b22e;
    margin-top: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.txt_regs
{
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.registers_userss
{
    display: flex;
    justify-content: center;
    column-gap: 45px;
    margin-top: 60px;
}

footer{
    width: 100%;
    height: 200px;
    background-color: #f1f1f1;
    padding: 20px;
}
.logo {
    display: block;
    margin: 0 auto;
    max-width: 50%; /* Уменьшите ширину до 50% */
    height: auto; /* Сохраняем пропорции */
}
