I am trying to assign a class to form end button but when i try to style it by calling the class in css file, it do not make any effect.
Form Button:
echo $this->form->end('Sign Up', array('class' => 'forminput'));
CSS:
.forminput
{
width: 292px;
height: 32px;
}