body {
	margin-top: 50px;
	padding-bottom: 70px;
	font-family: 'Lato', sans-serif;
}

.text-muted {
	color: #bcbbbb;
}

.text-thin {
	font-weight: 300;
}

.title-logo {
	margin-top: 20px;
}

.title-super {
	font-family: 'Lato', sans-serif;
	font-size: 60px;
    font-weight: 100;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Arial, sans-serif;
}

form {
	padding-bottom: 5px
}

  .css-form input.ng-invalid.ng-touched {
    background-color: #FA787E;
  }

/*
  .css-form input.ng-valid.ng-touched {
    background-color: #78FA89;
  }
*/

.table-subhead {
	font-size: 115%;
	text-align: center;
}

.logo-small {
	max-height:50px;
}