.antonic-registration-form {
    max-width: 500px;
}

.antonic-registration-form input {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #000;
}

.user-type {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.user-type label {
     flex: 1;               
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 8px;
    cursor: pointer;
    padding: 12px 0;
}
.user-type input[type="radio"] {
    margin: 0 15px;
    width: min-content;
}
button {
    width: 100%;
    padding: 16px;
    border-radius: 30px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}


