html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

body
{
	background:#dadada url(../../images/body-bg.gif) top center repeat-y;	
	margin:0 auto;
	/*font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-size:13.5px;
	*/
}

.form-group.required .col-form-label-sm:after { 
    color: #d00;
    content: "*";   
    margin-left: 5px;
    top:7px;
}
