body {
	background-color: #EBEBEB;
	cursor:default;
}
.form-signin {
	width: 320px;
	min-height: 400px;
	height:auto;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-160px;
	position:absolute;
	border:1px solid #ccc;
	padding: 15px;
	background-color: #fff;
	box-shadow:#CCCCCC .1em .1em .3em;
	border-radius:4;
}
.form-signin .form-signin-heading img {
	width:318px;
	border-bottom:1px solid #ccc;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.form-signin-empresa {
	width: 320px;
	min-height: 300px;
	height:auto;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-160px;
	position:absolute;
	border:1px solid #ccc;
	padding: 15px;
	background-color: #fff;
	box-shadow:#CCCCCC .1em .1em .3em;
	border-radius:4;
}
.form-signin-empresa .form-signin-heading img {
	width:318px;
	border-bottom:1px solid #ccc;
}
.form-signin-empresa .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin-empresa .checkbox {
	font-weight: normal;
}
.form-signin-empresa .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin-empresa .form-control:focus {
	z-index: 2;
}
.form-signin-empresa input[type="email"] {
	margin-bottom: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin-empresa input[type="password"] {
	margin-bottom: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#retorno_condicao {
	position: absolute;
	width: 282px;
	min-height: 0px;
	height: auto;
	max-height: 262px;
	overflow-y: scroll;
	background: #fff;
	z-index: 999999;
	border: 1px solid #CCCCCC;
	border-left: 0px;
	border-bottom: 0px;
	display: none;
}
#retorno_condicao .padding {
	padding: 0;
}