body.homepage {
	background-color: #00b4ff;

}
body {
	background-color: #eff1f3;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

h1 {
    color: #00b4ff;
    font-weight: 300;
    font-size: 48px;
	margin-top: 1em;
}

.intro-body-left h1 {
	color: #ccf0ff;
	font-weight: 300;
	text-align: left;
	font-size: 58px;
	margin-top: 0.6em;
	line-height: 134%;
}
h3 {
	 color: #00b4ff;
	 font-weight: 300;
	 font-size: 25px;
	 line-height: 140%;

}

a {
	text-decoration: none;
	color: #00b4ff;
}

.intro-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.intro-menu a {
	color: #fff;
	font-size: 12px;
}
.intro-menu li:first-child {
	float: left;
}
.intro-menu li {
	float: right;
}

.close-signup {
    position: absolute;
    right: 15%;
    top: 3.6em;
    cursor: pointer;
}

.formlink {
	margin: 0;
	padding: 0.6em 0 1em;
}

.content {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	background-color: #fff;
	color: #505a69;
	border: 1px solid #dee4ec;
	padding: 40px 20px 80px;
}

form {
	margin-top: 1.4em;
}

input[type=text],
input[type=password],
textarea {
	/* -webkit-appearance: none; */
	/* font-size:16px; */
	border: 1px solid #dee4ec;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width:240px;
	transition: border-color 0.5s ease;
	background: #fff;
	box-sizing: border-box;
	color: #505a69;
	font-weight: 400;
	resize: none;
	padding-left:11px;
    padding-right:11px;
    margin-top:20px;
	height:40px;
    font-size:16px;
	-webkit-appearance: none;
}
input.error[type=text],
input.error[type=password],
textarea.error {
	border-color: #ff6473;
}

input:focus,
textarea:focus {
	color: inherit;
	outline: 0;
}

input[type=text]:hover,
input[type=password]:hover {
	border:1px solid #c3cad5; cursor:text;
}

*::-webkit-input-placeholder { /* WebKit browsers */color:#96a0af;}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#96a0af;opacity:  1;}
*::-moz-placeholder { /* Mozilla Firefox 19+ */color:#96a0af;opacity:  1;}
*:-ms-input-placeholder { /* Internet Explorer 10+ */color:#96a0af;}

*:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent; }
*:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent; }
*:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent; }
*:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent;}

small.hint {
	display: block;
	margin: 0.5em 2em;
}

div.pass_field {
	position: relative;
}


#tabs {
	padding: 0;
	border: 0;
	max-width: 520px;
	border: 1px solid #dee4ec;
	overflow: auto;
	border-bottom: 0;
}
.tab {
	text-align: center;
	width: 50%;
	display: block;
	float: left;
	cursor: pointer;
	padding: 18px 0;
	font-weight: 700;
}
#tab_reg {
	border-right: 1px solid #dee4ec;
	width: calc(50% - 1px);
}
.tab.off {
	background-color: #f7f8f9;
	border-bottom: 1px solid #dee4ec;

}
#tabs + .content {
	border-top: 0;
}
#pass_meter {
	position: absolute;
	top: 21px;
	margin-left: 4px;
	width: 4px;
	height: 38px;
	background: url('/assets/images/pass-strength.png') 0 0 no-repeat transparent;
}

p.dialog-info {
	color: #505a69;
	padding: 1em 3em 0;
}

.signup-button {
    width: 240px;
    /* height: 40px; */
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #ffffff;
    background: #00b4ff;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    border: none;
}
.signup-button:hover {
    background: #01a1f4;
    text-decoration: none;
}

.message {
	margin: 0 2em 1em;
}

.message.error, .message.warning {
	color: #ff6473;
}

.confirm_info {
	line-height: 1.4em;
	font-size: 16px;
	margin: 1.5em 2em;
}

#intro_benefits {
	background-color: #eff1f3;
}
/*
#intro_benefits .third {
	padding: 60px 5.666665% 40px;
	margin-top: 49px;
	background: url(/assets/images/trol.png) 50% 0 no-repeat transparent;
	width: 22%;
	float:left;
}
*/
.benefits_inner {
	overflow: auto;
	width: 87%;
	margin: 0 auto;
}
.wrapimg {
	width: 100%;
	display: block;
}
.third p {
	color: #00b4ff;
	font-size: 12px;
	line-height: 140%;
}

#try_wrapper {
	padding: 37px 0 129px;

}
#try_wrapper a.button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 50px;
	line-height: 50px;
	/* font-weight: 500; */
	background-color: #5ce06c;
	color: #fff;
	border-radius: 2px;

}


.footer {
	width: 80%;
	max-width: 1080px;
	padding-top: 3em;
	margin: 60px auto 30px;
	border-top: 1px solid #d2d9e4;
}

.footer-name {
	font-size: 2rem;
	line-height: 160%;
    font-weight: 700;
    color: #96a0af;
    letter-spacing: -0.05em;
    text-align: center;
	margin-bottom: 0;
}

.footer-notice {
	text-align: center;
	color: #96a0af;
	margin: 0;
	font-size: 14px;
}
