.asociado-form-container{min-height:100vh;padding:2rem 1rem;background-size:cover;background-position:50%;background-repeat:no-repeat}.asociado-form-box{max-width:600px;margin:0 auto;padding:2rem;border-radius:1rem;background-color:rgba(255,255,255,.95);box-shadow:0 8px 24px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:Arial,sans-serif}.asociado-form-box h2{text-align:center;font-size:1.8rem;color:#53107F;font-weight:700;margin-bottom:1.5rem}.asociado-form-field{margin-bottom:1rem}.asociado-form-field label{display:block;font-size:.95rem;font-weight:700;color:#333;margin-bottom:.4rem}.asociado-form-field input,.asociado-form-field select,.asociado-form-field textarea{width:100%;padding:.6rem;font-size:1rem;border:1px solid #ccc;border-radius:.4rem;transition:border-color .3s ease;font-family:Arial,sans-serif}.asociado-form-field input:focus,.asociado-form-field select:focus,.asociado-form-field textarea:focus{border-color:#53107F;outline:none}.asociado-form-submit{width:100%;background-color:#53107F;color:white;font-weight:700;padding:.75rem;border-radius:.5rem;font-size:1rem;border:none;cursor:pointer;transition:background .3s ease;font-family:Arial,sans-serif}.asociado-form-submit:hover{background-color:#6e23a3}