form.custom-perfil-form{display:flex;flex-wrap:wrap;gap:20px;max-width:600px;margin:20px auto;padding:30px;background-color:#ffffff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,0.05);box-sizing:border-box}form.custom-perfil-form p{flex:1 1 calc(50% - 20px);margin:0}form.custom-perfil-form label{display:block;font-weight:600;margin-bottom:6px;color:#333}form.custom-perfil-form input[type="text"]{width:100%;padding:10px 12px;font-size:15px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}form.custom-perfil-form input[type="submit"]{flex:1 1 100%;background-color:#0073aa;color:#fff;font-weight:bold;border:none;padding:12px 25px;font-size:16px;border-radius:5px;cursor:pointer;margin-top:2px;transition:background-color 0.3s ease}form.custom-perfil-form input[type="submit"]:hover{background-color:#44B0EC}@media (max-width:600px){form.custom-perfil-form p{flex:1 1 100%}}.um-field-checkbox:not(.um-field),.um-field-radio:not(.um-field){margin:4px 0}.um-toggle-password i{color:#44b0ec}@media (max-width:767px){.hide-mobile{display:none}}