.block_form_reg_partner {
    height:100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display:none;
}

.form_reg_partner {
    max-height : 80%;
}

.but_close_form_reg_partner {
    cursor: pointer;
}


#verification-step p {
    font-size: 16px;
}




#registration-form form, #verification-step {
    display: flex;
    flex-direction: column;
    
}

#registration-form label {
    margin-top: 1rem;
    font-weight: bold;
}

#registration-form input, #verification-step input {
    padding: 0.5rem;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#registration-form button, #verification-step button {
    margin-top: 1rem;
    padding: 0.5rem;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#registration-form button:hover {
    background-color: #0056b3;
}