.form-group {
	margin-top: 0;
	margin-bottom: 1rem;
}
img.spinner {
	width: auto;
}
.tabs {
	max-width: 650px;
	min-height: 740px;
	float: none;
	list-style: none;
	position: relative;
	margin: 0 0 0;
	text-align: left;
	clear: both;
	padding: 0;
}
.tabs li {
	float: left;
	display: block;
}

.tabs input[type=text], .tabs input[type=email], .tabs input[type=password] {
	display:            block;
	width:              100%;
	height:             34px;
	padding:            6px 12px;
	font-size:          14px;
	line-height:        1.42857143;
	color:              #555555;
	background-color:   #fff;
	background-image:   none;
	border:             1px solid #ccc;
	border-radius:      4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:         inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition:      border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:         border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tabs select, .tabs input[type=text], .tabs input[type=email], .tabs input[type=password] {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5rem;
	border-color: #cdcdcd;
}

.tabs select {
	width: 100%;
}
.tabs input[type="radio"] {
	visibility: hidden;
}
.tabs label {
	display: block;
	padding: 1rem 1.5rem;
	border-radius: 2px 2px 0 0;
	font-weight: normal;
	background: #fff;
	cursor: pointer;
	position: relative;
	top: 0px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs li > label {
	padding-top: 1.1rem;
	top: -0.6rem;
	font-size: 1em;
	line-height: 1.25em;
	border-left: 1px solid #ffffff;
}
.tabs li > label:hover {
	/*border-left: 1px solid #0f4283;*/
}

.tabs .tab-content {
	z-index: 2;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	line-height: 1.3rem;
	padding: 25px;
	position: absolute;
	top: 53px;
	left: 0;
	border: 1px solid #efefef;
	border-left: 3px solid #0f4283;
	background: #ffffff;
}
.tabs [id^="member"]:checked + label {
	border-left: 3px solid #0f4283;
	z-index: 5;
}

.tabs [id^="member"]:checked ~ [class^="tab-content"] {
	visibility: visible;
}

.steps {
	width: 40%;
	position: absolute;
	top: 0.75rem;
	right: 1rem;
}
.tabs .steps {
	top: 0.5em;
	position: absolute;
}

.steps div {
	width: 29%;
	margin-right: 4%;
	background: #efefef;
	height: 4px;
	float: left;
}

.steps .complete {
	background: #ababab;
}

.ajaxForm .has-error {
	font-size: 0.75rem;
	color:     #c7254e;
}

.ajaxForm .success {
	color:     #3c763d;
}
.ajaxForm .button-primary, .ajaxForm .button {
	padding: 0.5rem 1rem;
	cursor: pointer;color: #333;
	background-color: #fff;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}

.tabs .login_err {
	line-height: 1.2em;
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	border-left-color: #F89406;
}

.ajaxForm legend {
	line-height: 1em;
	margin-bottom: 0.5em;
}

/* Portrait */
@media only screen
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
	.tabs li > label {
		max-width: 78px;
		top: -1em;
	}
}

.ajaxForm label {
	padding-left: 0;
}