@charset "utf-8";


/*  FORM STRUCTURE  ============================================================================= */
.FTP-Main {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}


/********/


.inputArea {
    text-align: left;
    padding: 45px 30px;
    box-sizing: border-box;
    background: #fff;
    border: 5px solid #e2e2e2;
    width: 100%;
    max-width: 600px;
    margin: 10% auto 0 auto;	
}
	.inputArea h1 {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 24px;
	}
		p.subtitle {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			font-size: 14px;
			margin: 10px 0px 40px 0px;
			color: #a5a5a5;
		}
	span#formTitle {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}


	.inputSection {
		margin-bottom: 18px;
	}





/*  INPUT STYLES  ============================================================================= */
 .input{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 30px;
	border: 1px solid #41AD49;
	width: 100%;
	text-align: left;
	font-size: 12px;
	padding: 15px 30px;
	box-sizing: border-box;
}

	#TextBox1, #TextBox2 {
		position: relative;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	#TextBox1::placeholder {
	  color: #BFBFBF;
	}
	#TextBox2::placeholder {
	  color: #BFBFBF;
	}



	/*Icons that go in front of placeholder text*/
	#TextBox1 {
		background: url("../siteart/password.png") no-repeat scroll 20px 14px;
		padding-left: 50px;
	}
	#TextBox2 {
		background: url("../siteart/email.png") no-repeat scroll 20px 14px;
		padding-left: 50px;
	}
	/*End*/


	#TextBox1:focus, #TextBox2:focus {
		position: relative;
		outline: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}


input#ButtonLogin {
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-weight: 400;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #4aaa45;
	padding: 22px 40px;
	line-height: 0px;
	text-align: center;
	background-color: #4aaa45;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	margin-top: 20px;
}

	input#ButtonLogin:hover{
		box-shadow: none !important;
		border: 1px solid #4aaa45;
		color: #fff;
	}



.button{
	font-size: 18px;
	background-color: inherit;
	border: none;
	padding: 5px;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
}
	.button:focus{
		outline:none;
	}







/*Message Alert - these styles were here before*/
span#RegularExpressionValidator1 {
	display: inline-block;
	color: Red;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;
	max-width: 600px;
	width: 100%;
	visibility: hidden;
}

#Label3 {
	display:inline-block;
	color:Red;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:12pt;
	width:236px;
	text-align: center	
}

