body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	color: #686159;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}


/**signin**/

#signin {
	margin: 0 auto;
	width: 460px;
}

.contentContainer {
	position: relative;
	margin: 80px auto 0;
	padding: 30px 10% 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.form-control {
	padding: 0 10px;
	border: 1px solid #9da3a6;
	background: #fff !important;
	height: 44px;
	font-size: 400;
	border-radius: 4px;
}

.actionContinue {
	width: 100%;
	height: 44px;
	font-weight: 700;
}

.forgotLink {
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #cbd2d6;
	text-align: center;
}

.button.secondary {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #E1E7EB;
	color: #2C2E2F;
	font-weight: 700;
	font-size: 14px;
	border-radius: 4px;
}

.button.secondary:hover {
	background-color: #d2dbe1
}


/**sign up**/

.header {
	height: 70px;
	padding: 15px 0;
	background: #fff;
	z-index: 9999;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header h1.logo {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	max-height: 60px;
}

.button.small {
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
}

.navbar-top-links li a {
	padding: 10px;
}

.navbar-top-links li a:hover {
	color: #1ab394 !important;
}

.gridl {
	width: 56%;
	height: auto;
	margin-top: 100px;
}

.gridr {
	width: 41%;
	height: auto;
	overflow: auto;
}

.singup .main {
	min-height: 300px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #D3D3D3;
	padding-left: 25px;
	background-color: #fff;
	padding-bottom: 5px;
}

.singup .main h2 {
	margin-top: 5px;
	font-size: 20px;
}

.singup .main p {
	font-size: 16px;
}

.singup form {
	width: 360px;
}

#captcha img {
	width: 100%;
}

.captchagruop button {
	width: 44px;
	height: 44px;
	background: #777;
	border-radius: 4px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 20px;
}

.btn-signin {
	width: 100%;
	height: 44px;
	font-size: 16px;
}

.features .icon {
	position: relative;
	width: 90px;
	height: 90px;
	border: 3px solid #56bc94;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: table;
	margin: 0 auto;
	-webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
	-moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
	transition: transform ease-out 0.2s, background 0.3s;
}

.features .icon .fa {
	color: #56bc94;
	font-size: 48px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.features .content {
	padding: 30px 15px;
}

.features .content .title {
	color: #56bc94;
	font-size: 18px;
	margin-top: 0;
	font-weight: 500;
}

.features .content p {
	font-weight: 300;
	font-size: 14px;
	color: #444444;
}

.email_sent {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 200px;
	display: none;
}

.contact .intro li a,
.contact .intro li .fa {
	color: #79a6ff;
}
.contact-email{
	margin-top: 50px;
}
.contact-email .form-control{
	padding: 6px 12px;
}
