/*@import 'global.css';*/
/*@import 'type.css';*/

body {
	max-width: 60rem;
	margin: 0px auto;
	font-size: 84%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eff2f5;
}

form {
	margin: 0;
}

#document {
	background: #fff;
	width: 300px;
	margin: 130px auto;
	padding: 20px 20px 30px;
	border: 1px solid #bec0c2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(34,80,127,0.1);
	box-shadow: 0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow: 0 0 20px rgba(34,80,127,0.1);
	position: relative;
}

#documentOthers {
	background: #fff;
	width: 300px;
	margin-top: 10%;
	margin-left: 22%;
	margin-bottom: 10%;
	padding: 5px;
}

#documentAdmin {
	background: #fff;
	width: 300px;
	margin-top: 10%;
	margin-left: 22%;
	margin-bottom: 10%;
	padding: 5px;
}

img {
	width: 299px;
	margin-bottom: 2px;
}

input[type=text],
input[type=password] {
	font-size: 18px;
	color: #797b7d;
	line-height: 18px;
	height: 18px;
	border: 1px solid #bec0c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 284px;
	padding: 8px 7px 9px;
	margin-top: 18px;
	background: #fafafa;
	font-weight: 400;
	-webkit-text-stroke: 1px transparent;
}

	input[type=text]:focus {
		background: #fff;
		border-color: #768ea6;
		color: #444;
	}

.x-btn {
	color: #64788C;
	float: right;
	font-weight: bold;
	height: 36px;
	line-height: 30px;
	margin-top: 18px;
	width: 120px;
}

.checkbox {
	color: #64788c;
	position: absolute;
	bottom: 50px;
	left: 20px;
}

	.checkbox input {
		display: inline;
	}

a {
	text-shadow: 0 1px 0 #fff
}

.loginTabs {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 57%;
	background-color: lightgray;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(34,80,127,0.1);
	box-shadow: 0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow: 0 0 20px rgba(34,80,127,0.1);
	margin-top: 60px;
}

.loginTabs label {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 2.2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	font-weight: bold;
	transition: background ease 0.5s;
}

.loginTabs .tab {
	order: 9;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
	padding: 5px;
}

.loginTabs input[type="radio"] {
   display: none;
}

.loginTabsSelect {
	background: white;
	color: black;
	font-size:115%;
}

/*.loginTabs input[type="radio"]:checked + label + .tab {
	display: block;
}*/

@media (max-width: 465px) {
	.loginTabs .tab,
	.loginTabs label {
		order: initial;
	}

	.loginTabs label {
		width: 100%;
		margin-left: 50px;
	}
}
