@import "https://fonts.googleapis.com/css?family=Montserrat";
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #eee;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background: linear-gradient(to left, #fff, #fff);
  overflow: hidden;
}

.form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.form h3, .form p {
  width: 50%;
  text-align: left;
  margin: 0;
  padding: 0;
}
a {
  	color: black;
	text-decoration: none;
	
}
a:hover {
  	color: #ff014a;
	text-decoration: none;
}
a:active {
  	color: black;
	text-decoration: none;
}
