header{
	display: none;
}

.login-header {
	background: #faf9f5;
	padding: 0 0;
	border-bottom: 2px solid #ccc;
}
.login-header-logo a{
	display: table;
	margin: 0 auto;
}
.login-header-logo a img{
	max-width: 140px;
}
.login-content{
	background: #f8fafc;
	padding: 60px 0;
}
.login-content h3 {
	text-align: center;
	margin: 0;
	font-weight: bold;
	color: #334155;
}
.login-content .modal-dialog {
	max-width: 400px;
}
.login-content .modal-dialog .modal-content{
	border: none;
    box-shadow: 1px 1px 5px #acacac;
}
.form-group-tipo-acesso h4{
	font-weight: bold;
	font-size: 16px;
    margin: 10px 0 3px;
}
.form-group-tipo-acesso label{
	font-weight: 500;
	padding-right: 30px;
	float: left;
	font-size: 14px;
}
.form-group-tipo-acesso input{
	margin: 5px 3px 0 0;
	float: left;
}
.login-content .modal-dialog button{
	margin-top: 10px;
	font-weight: bold;
	background: #143b80;
	font-size: 16px;
}

.g-recaptcha{
	display: table;
}