/*----------------------------------------------*/
/*				Page Specific					*/
/*----------------------------------------------*/
body{
	margin: 0px;
}

.button2{
	padding: 0px; 
	height: 65px;
	line-height: 65px;
	font-size: 25px;
	margin-top: 50px;
	background: white; 
	color: #0c6436; 
	margin: auto; 
	display: inline-block; 
	padding-left: 20px; 
	padding-right: 20px; 
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
}

.button2:active{
	background-color: #e8e8e8;
}

.input-label{
	margin-top: 30px;
}

.alert{
	margin: 5px;
	background-color: red;
	color: white;
	padding: 5px 15px;
	display: none;
}

.input1{
	display: inline-block; 
	max-width: none;
	width: 100%; 
	font-family: "SansSerif-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	padding: 5px;
	font-size: 15px;
	color: #0c6436;
	border: 0 none;
	border-bottom: 2px solid #e5e5e5;
}

.input1:focus{
  border-bottom: 2px solid #0c6436;
  outline: 0;
}

.input2{
  display: inline-block; 
  width: 100%; 
  font-family: "SansSerif-Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  background: transparent none repeat scroll 0 0;
  padding-bottom: 10px;
  font-size: 25px;
  color: white;
  border: 0 none;
  border-bottom: 2px solid #e5e5e5;
}

.input2:focus{
  border-bottom: 2px solid white;
  outline: 0;
}

.signup-box-1{
	width: 95%; 
	max-width: 500px; 
	margin: auto; 
	background-color: #f3f3f3;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 21px -6px rgba(0,0,0,0.79);
	-moz-box-shadow: 0px 10px 21px -6px rgba(0,0,0,0.79);
	box-shadow: 0px 10px 21px -6px rgba(0,0,0,0.79);
}

.info-box-1{
	width: 95%; 
	max-width: 500px; 
	margin: auto;
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

.title-1{
	color: white; 
	padding-left: 10px; 
	font-size: 45px;
}
 
.title-2{
	color: white; 
	padding-left: 10px; 
	font-size: 20px;
}

.container{
	padding-bottom: 75px;
}

.white-btn{
	color: rgba(255, 255, 255, .8);
	cursor: pointer;
}

.white-btn:hover{
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

.white-btn:active{
	color: rgba(255, 255, 255, .8);
	text-decoration: underline;
	cursor: pointer;
}

@media (max-device-width : 480px) {
	.title-1{
		font-size: 25px;
		line-height: 25px;
	}

	.title-2{
		font-size: 15px;
		line-height: 15px;
	}

	.input2{
		padding-bottom: 10px;
		font-size: 20px;
	}

	.button2{
		height: 45px;
		line-height: 45px;
		font-size: 15px;
		padding-left: 20px; 
		padding-right: 20px;
	}

}
