.formaciopro-register-error {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px;
    padding: 12px 14px;
    border-left: 4px solid #d63638;
    border-radius: 3px;
    background: #fbeaea;
    color: #7a1f20;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
}

.formaciopro-register-error[hidden] {
    display: none !important;
}

.ld-login-modal-register form#registerform.formaciopro-has-error {
    scroll-margin-top: 24px;
}

.formaciopro-lms-turnstile-wrap {
    margin: 12px 0 16px;
}
.formaciopro-lms-turnstile-label {
    margin: 0 0 6px;
    font-size: 14px;
}
.formaciopro-lms-turnstile-status {
    margin-top: 6px;
    color: #b32d2e;
    font-size: 13px;
}


#registerform .formaciopro-is-submitting {
    position: relative;
    padding-left: 42px !important;
    cursor: wait !important;
    opacity: 0.82 !important;
}

#registerform .formaciopro-is-submitting::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: formaciopro-register-spin 0.7s linear infinite;
}

@keyframes formaciopro-register-spin {
    to { transform: rotate(360deg); }
}
