body {
	overflow:hidden;
	background:#FFF;
	padding:0;
	margin:0;
	font-family:"Source Sans Pro", Helvetica, Arial, sans-serif !important;
	font-size:14px;
}
input, textarea {
	font-family:"Source Sans Pro", Helvetica, Arial, sans-serif !important;
}
.btn-primary {
	background-color: #fc391d !important;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fc391d !important;
}
.loginLogo img {
	vertical-align: middle;
	margin-right: 6px;
}
.loginLogo {
	position: absolute;
	left: 26px;
	top: 18px;
	font-weight: 300;
	font-size: 18px;
	color: #464646;
}
.gstnLogin {
	width: 493px;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	margin: auto;
	margin-top: 170px;
}
.gstnLogin h1 {
	font-weight: 400;
	color: #0e0e0e;
	font-size: 24px;
	margin: 24px 0 20px 46px;
}
.gstnForgotCont {
	display:none;
}
.gstnLogin input[type="text"], input[type="password"], #forgotPassEmail  {
	border: 2px solid #d7d7d7;
	width: 403px;
	height: 44px;
	color: #464646;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 46px;
	border-radius: 4px;
}
.gstnLogin input[type="checkbox"] {
	border: 1px solid #d7d7d7;
	color: #464646;
	margin: 0 5px 0 46px;
	width: 19px;
	height: 19px;
	vertical-align: middle;
}
#loginSubmit {
	float: right;
	margin-right: 42px;
	margin-top: 12px;
}
.gstnLogin label {
	user-select: none;
	font-size: 16px;
	color: #727272;
	font-weight: 300;
	line-height: 50px;
	cursor: pointer;
}
.gstnForgotLink {
	text-align: right;
	margin-top: 15px;
	margin-right: 42px;
}
.gstnForgotLink a {
	font-size: 16px;
	color: #727272;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
}
.gstnForgotLink a:hover {
	color: #424242;
	text-decoration: none;
}
.gstnFormBut {
	margin-top: 30px;
	height: 80px;
}
#loginResMsg {
	margin: auto;
	width: 75%;
	margin-top: 25px;
	display: none;
	text-align: center;
}
#forgotResMsg {
	margin: auto;
	width: 75%;
	margin-top: 25px;
	display: none;
	text-align: center;
}
