Preview:
usar esto comenzar asi: 

 <link href="<?= \Yii::getAlias('@web/css/estilos.css'); ?>" rel="stylesheet" type="text/css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

    <?php $form = ActiveForm::begin([
        'options' => ['enctype' => 'multipart/form-data']
    ]);?>
    <div class="estilo_usua">
        <div class="row">
          
          
          
y al final deberia quedar asi:
	</div>
       		<div style="text-align:center;">
           		<?= Html::submitButton(Yii::t('app', 'Guardar'), ['class' => 'btn btn-success', 'id' => 'guardar-button']) ?>                       
       		</div>
        </div>            
        <?php ActiveForm::end(); ?>   
          
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter