* {
	font-family: 'Arial';
	padding: 0px;
	margin: 0px;
}

body{
	background: #fff !important;
	overflow:hidden;
}

.login-page {
	height: 100% !important;
}

.no-display {
	display: none;
}

.btn{
	border: 1px solid #00A443;
}

.btn-primary{
	background: #00A443;
	border-radius: 4px !important;
	font-family: 'Arial' !important;
}


.btn-primary:hover{
	background: #26BF64;
	border: 0px;
}

.btn-cadastro{
	width: 100%;
}

.btn-white{
	background: white;
	width: 100%;
}

.btn-white:hover{
	background: #26BF64;
	color: white;
}

.


.has-feedback .form-control {
	padding-right: 0px;
	border: 1px solid #00A443;
}

.login-box {
	/*width: 65%;*/
	border-radius: 5px;
	box-shadow: -2px 2px 10px #A7A4A4;
	padding: 15px;
	overflow: hidden;
}

.register-box {
	width: 65%;
}

.login-page, .register-page {
	height: auto;
	background: #fff;
}

.logo-lg {
	width: 15vw;
}

.texto-primario {
	font-size: 13px;
	color: #00A443;
	cursor: pointer;

}

.texto-primario:hover{
	font-size: 13px;
	color:#26BF64;
}

.login-box, .register-box {
	margin: 7%;
}

.linguagens {
	display: flex;
	justify-content: flex-end;
}

.icon-lang {
	height: 20px;
}

.div-login{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
	}

.div-img-background-login {
	position: absolute;
	height: 100vh;
}

.div-img-login {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20vh;
}

.div-botoes{
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

.linkVoltarRecSenha {
	width: 50% !important;
}

.box-forgot{
	display:none;
}
@media screen and (max-width: 530px) {
	.div-img-login {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 0vh;
	}
}
@media screen and (max-width: 1199px) {
	.logo-lg {
	width: 20vw;
	}

	.div-login{
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.logo-lg {
		margin-top: 20px;
	}

	.login-box, .register-box {
		margin: 0%;
	}

	.linguagens {
		margin-top: 10px;
	}
	.login-box-body{
		width: 100%;
	}
	.login-box{
		width: 100%;
	}
	.checkbox{
		font-size: 12px;
	}
	.btn{
		font-size: 12px;
	}
}

/*# sourceMappingURL=login-personalizado.css.map */
