{{if theme.vala_buttons_enabled}}
.ipsApp a.ipsButton:not(.ipsButton_split a.ipsButton) {
 border-radius: {theme="vala_buttons_border_radius"}px!important; 
  {{$duration = theme.vala_buttons_hover_duration / 1000 ;}}
  transition: {$duration}s all linear;
}
/*main .ipsApp a.ipsButton, main .ipsApp button.ipsButton {
  border-radius: {theme="vala_buttons_border_radius"}px!important; 
  {{$duration = theme.vala_buttons_hover_duration / 1000 ;}}
  transition: {$duration}s all linear;
}*/
.ipsApp a.ipsButton:hover {
  {{if !theme.vala_buttons_hover_default}}
  	background-image:none;
  {{endif}}
  box-shadow: 0 0 {theme="vala_buttons_hover_shadow"}px rgb(var(--vala_main_theme_base_color_lighter))!important;
}
/*main .ipsApp a.ipsButton:hover:not(:active), main .ipsApp button.ipsButton:hover:not(:active) {
  {{if theme.vala_buttons_hover_default}}
  	background-image:none;
  {{endif}}
  box-shadow: 0 0 {theme="vala_buttons_hover_shadow"}px rgb(var(--vala_main_theme_base_color_lighter))!important;
}*/

{{endif}}

main  #elRegisterButton {
 padding:5px 10px!important; 
}