@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic&subset=latin,latin-ext);

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v13/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

/* main */
html, body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #fff;
min-height: 100%;
background: rgba(0, 0, 0, 0) linear-gradient(50deg, hsla(205, 62%, 44%, 1), #f62d51) repeat scroll 0 0;
}

.c_topmargin {
	margin-top: 50px;
}

.h1home {
	color: #fff;
}

.signup-form {
	color: #666;
}

footer {
	font-size: 12px;
	color: #ddd;
}

.divider {
	width: 100%;
	background: rgba(255,255,255,0.1);
	height: 1px;
	margin: 30px 0px;
}