html{
  background-color: #f2f2f2!important;    
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%238a8a8a' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23d6d6d6' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23d3d3d3' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23cfcfcf' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23cccccc' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23c9c9c9' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23c5c5c5' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23c2c2c2' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23bebebe' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23bbbbbb' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23b7b7b7' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23b3b3b3' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23afafaf' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23ababab' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23a7a7a7' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23a3a3a3' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%239f9f9f' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%239b9b9b' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23969696' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E")!important;  
  background-attachment: fixed!important;  
  background-size: cover!important;  
}

body{
  background-color: transparent!important;
}
  .votar{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 0px!important;    
  }
  .votar-group{
    border-radius: 0px!important;       
  }
  .votar input {
    font-family: "Roboto", sans-serif;
    /* font-weight: 500!important; */
    outline: 0!important;
    background: #f2f2f2!important;
    border: 0!important;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px!important;
    border-radius: 0!important;
    height: 40px!important;
    margin-bottom: -5px!important;
  }
  .error{
    margin-left: 0px!important;
    font-size: 11px!important;
  }
  .wizard > .content > .body label {    
    margin-bottom: 0!important;
  }
  label {
    font-weight: 450!important;
  }
  .wizard > .actions > ul {
    width: 100%!important;
  }
  .wizard > .actions > ul > li {
    padding: 5px!important;
    width: 100%!important;
    text-align: center!important;
    text-transform: uppercase!important;
    font-weight: 200!important;
    margin: 0 !important;
  }

.wizard > .actions a,
.wizard > .actions a:hover, 
.wizard > .actions a:active {
  background: #c92620!important;  
}

.wizard > .content {
  min-height: 110px!important; 
}