
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: white;
	font-size: 12px;
}

.form-tab {
	display: none;
}

.form-tab.active {
	display: block;
}

.login-tabs {
	margin: 10px 0 20px;
	overflow: hidden;
	max-width: 500px;
	width: 100%;
	border-bottom: 1px solid #ced5e1;
}

.login-tabs li span {
	float: left;
	margin-right: 10px;
}

.login-tabs li span {
	display: block;
	padding: 8px 10px;
	background: #90adbb;
	cursor: pointer;
	font-size: 12px;
	color: white;
	font-weight: bold;
}


.login-tabs li span.active {
	background: #485A66;
}

header {
	padding-left: 20px;
	max-width: 520px;
	width: 100%;
	background: #edf2f4;
	color: black;
	border: 1px solid #ced5e1;
}

header span {
	display: none;
}

.content, fieldset, .btn-toolbar {
	background: #edf2f4;
}

.content {
	border: 1px solid #ced5e1;
	border-top: 0;
}

#top {
	padding: 10px;
	width: 100%;
	max-width: 520px;

}

.explain {
	margin-bottom: 10px;
	color: black;
	line-height: 1.4;
}

input.text {
	border: 1px solid #397289;
	font-size: 16px;
	padding: 10px;
}

.field.text {
	width: 48.5%;
}

.field.text label {
	margin-bottom: 7px;
	color: black;

}

.login-tabs li span {
	margin-right: 2px;
}


.login-tabs li span.active {
	background: #397289;
}

label {
	color: black;
}

.action {
	background: #397289;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 20px;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
	font-weight: bold;
}

.action:hover {
	background: #2A5566;
}

.action:active {
	background: #2A5566;
	box-shadow: 0;
}


@media only screen and (max-width: 600px) {
	.field.text {
		width: 100%;
	}

	.login-tabs li span {
		font-size: 11px;
		padding: 8px 7px;
	}
}


@media only screen and (min-width: 1024px) {
	.content {
		padding: 35px;
	}
}