a {
	color: #25B1EE;
}

a:hover {
	text-decoration: none;
}



.page-wrap {
	min-height: 100%;
	position: relative;
}

.page-wrap:after {
  content: "";
  display: block;
}

.page-wrap:after {
  height: 142px; 
}

html, body {
	height: 100%;
}


#form {
	padding: 50px 50px 50px 50px;
	width: 80%;
	margin: 0 auto;
}

.form-group {
	width: 100%;
}

input[type="text"], input[type="password"] {
	width: 100%;
	border-radius: 30px;
	padding: 5px 0 5px 10px;
	border: 1px solid #919496;
	text-align: center;
}

input[type="checkbox"] {
	width: 40px;
	height: 40px;
}

textarea.form-control {
	border-radius: 20px;
	border: 1px solid #919496;
}

input[type="button"] {
	border: none;
	background-color: #25B1EE;
	border-radius: 30px;
	color: white;
	width: 240px;
	max-width: 100%;
	padding: 10px 70px 10px 70px;
	font-size: 15px;
	font-weight: 300;
	float: right;

}

input[type="button"]:hover {
	cursor: pointer;
}

@font-face{
	font-family: xChange;
	src: url("../fonts/Gotham.otf");
}