body {
	background-color: #1b242d;
	background: url("./images/bg-clouds-feature-2xLrg.png") no-repeat center 450px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Raleway;
	text-align: center;
	color:#000000;
}
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
.main {
	background-color: rgba(255,255,255,0);
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	margin-top: 40px;
}
.logo {
	width: 200px;
}
h1 {
	font-weight: 900;
	font-size: 2.1em;
}
.button {
  padding: 15px 40px!important;
  color: #fff!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #21BBD2;
  background: -webkit-linear-gradient(left,rgba(41,227,196,1),rgba(29,143,255,1));
  background: -o-linear-gradient(right,rgba(41,227,196,1),rgba(29,143,255,1));
  background: -moz-linear-gradient(right,rgba(41,227,196,1),rgba(29,143,255,1));
  background: linear-gradient(to right,rgba(41,227,196,1),rgba(29,143,255,1));
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 2px;
  -o-border-radius: 0px 0px 0px 0px;
}
.footer {
	font-family: arial;
	font-size: 10px;
}
