  body
  {
    background: rgba(255,0,153,1);
    background: -moz-linear-gradient(45deg, rgba(255,0,153,1) 0%, rgba(37,51,87,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,0,153,1)), color-stop(100%, rgba(37,51,87,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,0,153,1) 0%, rgba(37,51,87,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,0,153,1) 0%, rgba(37,51,87,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,0,153,1) 0%, rgba(37,51,87,1) 100%);
    background: linear-gradient(45deg, rgba(255,0,153,1) 0%, rgba(37,51,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0099', endColorstr='#253357', GradientType=1 );

    background-size: 100% !important;
  }
  .boxhome{
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }

  .margin20{
    margin: 20px 10px;
  }