.container-luggage {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0 0 0;
}
.block-reg-luggage {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 10px 40px 30px 40px;
    border: 1px solid black;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.line-h-reg-luggage {
    display: flex;
    width: 90%;
    color: #8a8a8a;
    font-size: 14px;
    gap: 8px;
}
.title-reg-luggage {
    font-size: 16px;
    text-align: center;
}
.line-title-reg-luggage-error {
    color: red;
}
.text-required {
    color: red;
}
.line-v-reg-luggage {
    display: flex;
    flex-direction: column;
    width: 90%;
    font-size: 14px;
    margin-top: 8px;
}
.input-reg-luggage {
    display: flex;
    height: 22px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid grey;
}
.button-reg-luggage {
    border: 1px solid #2B2A4C;
    border-radius: 5px;
    padding: 3px 20px;
    background-color: #6a6974;
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}
.reg-luggage-active {
    background-color: #2B2A4C;
    cursor: pointer;
}







.input-error {
    border-color: red;
}

.hidden {
    display: none;
}

