/**
 * ErpSync Connect — Estilos del formulario de login.
 */

.erpsync-tax-id-row {
    margin-bottom: 10px;
}

.erpsync-separator {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.erpsync-separator::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ddd;
}

.erpsync-separator span {
    position: relative;
    background: #fff;
    padding: 0 12px;
    color: #888;
    font-size: 0.9em;
}

/* Formulario shortcode */
.erpsync-login-form {
    max-width: 400px;
}

.erpsync-login-form .form-row {
    margin-bottom: 15px;
}

.erpsync-login-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.erpsync-login-form .input-text {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.erpsync-login-form .button {
    width: 100%;
}
