Hello I need your help.
I like Center de input type and the button send of this form, the form is when the user forgot the username o password in virtuemart i Like center de input type in both forms
http://forum.virtuemart.net/index.php?topic=128401.0
Sorry I forget the most important the version of joomla is Joomla! 3.2.7 the php is 5.6.16 and the virtuemart is 3.0.14 and all is running in localhost
Regards for your help
If you really mean Joomla 3.2.7 then that is very old and should not be used. Current Joomla version is 3.7.2
VirtueMart 3.0.14 is very old and does not work properly with Joomla 3.7.x - so an update is recommended, current version I'm using is VM3.2.3 rel9579 - http://dev.virtuemart.net/attachments/download/1083/com_virtuemart.3.2.3_extract_first.9579.zip
However you appear to be using template overrides, so you may need to update your template files, too. eg see http://forum.virtuemart.net/index.php?topic=136826.msg478498#msg478498
There are also many configuration changes.
As for your layout problem, your should use Firebug to examine the code and determine the right solution for you template. Since you are on localhost nobody can look at the page code. If you were using default VM templates then this piece of css should work:
.reset #user-registration {
text-align:center;
}
See http://forum.virtuemart.net/index.php?topic=116620.0
See http://forum.virtuemart.net/index.php?topic=116620.0