#boxLogin {
	float: left;
	width: 100%;
	padding: 100px 85px;
	background: url('../images/px-black-60.png');
	border-top: 5px solid #C42727;
	position: relative;
}

#boxLoginLogo{
	position: absolute;
	top: 0;
	right: 0;
}

#boxLogin #frmLogin, #boxLogin #frmRecover {
	float: left;
	width: 100%;
	color: #fff;
}
#boxLogin #frmLogin header, #boxLogin #frmRecover header {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 5px;
}

#boxLogin #frmLogin .boxContent, #boxLogin #frmRecover .boxContent {
	float: left;
	width: 100%;
}

#boxLogin #frmLogin .boxContent .inputsLogin, #boxLogin #frmRecover .boxContent .inputsLogin {
	float: left;
	width: 100%;
}

#boxLogin #frmLogin .boxContent .inputsLogin input, #boxLogin #frmRecover .boxContent .inputsLogin input {
	float: left;
	width: 100%;
	margin: 8px 0;
	padding: 5px 10px;
	color: #000;
	border: 0;
	border-radius: 5px;
}

#boxLogin #frmLogin .boxContent .btnLogin, #boxLogin #frmRecover .boxContent .btnRecover {
	float: left;
	width: 100%;
	margin: 8px 0 15px 0;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	border: 1px solid;
	cursor: pointer;
}
#boxLogin #frmLogin .boxContent .btnLogin:focus, #boxLogin #frmLogin .boxContent .btnLogin:hover, #boxLogin #frmRecover .boxContent .btnRecover:focus, #boxLogin #frmRecover .boxContent .btnRecover:hover { background-color: #c52222; }
#boxLogin #frmLogin .boxContent .btnLogin .arrowLogin, #boxLogin #frmRecover .boxContent .btnRecover .arrowLogin { margin-left: 10px; }

#boxLogin #frmLogin .boxContent .rememberMe, #boxLogin #frmRecover .boxContent .rememberMe {
	float: left;
	font-weight: normal;
	font-size: 12px;
}
#boxLogin #frmLogin .boxContent .rememberMe > label, #boxLogin #frmRecover .boxContent .rememberMe > label {
	float: left;
	width: 100%;
	font-weight: normal;
}
#boxLogin #frmLogin .boxContent .rememberMe span { float: left; }
#boxLogin #frmLogin .boxContent .rememberMe .img-checkbox, #boxLogin #frmRecover .boxContent .rememberMe .img-checkbox {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url('../images/sprites.png?time=20190220') 0 0;
}
#boxLogin #frmLogin .boxContent .rememberMe .img-checkbox.checked, #boxLogin #frmRecover .boxContent .rememberMe .img-checkbox.checked {
	background: url('../images/sprites.png?time=20190220') -20px 0;
}

#boxLogin #frmLogin .boxContent .acceptTerms, #boxLogin #frmRecover .boxContent .acceptTerms {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
}
#boxLogin #frmLogin .boxContent .acceptTerms > label, #boxLogin #frmRecover .boxContent .acceptTerms > label {
	float: left;
	width: 100%;
	font-weight: normal;
}
#boxLogin #frmLogin .boxContent .acceptTerms span { float: left; }
#boxLogin #frmLogin .boxContent .acceptTerms span.termsAndConditions, #boxLogin #frmRecover .boxContent .acceptTerms span.termsAndConditions { float: none; font-weight: 600; text-decoration: underline; cursor: pointer; }
#boxLogin #frmLogin .boxContent .acceptTerms .img-checkbox, #boxLogin #frmRecover .boxContent .acceptTerms .img-checkbox {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background: url('../images/sprites.png?time=20190220') 0 0;
}
#boxLogin #frmLogin .boxContent .acceptTerms .img-checkbox.checked, #boxLogin #frmRecover .boxContent .acceptTerms .img-checkbox.checked {
	background: url('../images/sprites.png?time=20190220') -20px 0;
}
#core > .box.boxTermsAndConditions {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	margin-top: 15px;
	overflow: auto;
}
#core > .box.boxTermsAndConditions > .content { text-align: left; }
#core > .box.boxTermsAndConditions b { font-weight: 600; }
#core > .box.boxTermsAndConditions ul { float: left; width: 100%; margin: 15px 0; padding-left: 30px; }
#core > .box.boxTermsAndConditions ul li { list-style-type: disc; }

#boxLogin #frmLogin .boxContent .forgotPassword, #boxLogin #frmRecover .boxContent .forgotPassword {
	float: right;
	font-size: 12px;
	border-bottom: 1px solid;
	cursor: pointer;
}

#login_logo{
	position: absolute;
	top: 30px;
	right: 0;
}

@media (max-width: 1079.999px){
	#boxLogin {
		padding: 20px;
	}
	#wrapper > .content.login{
		margin-top: 130px;
		width: 100%;
	}
}

hr { float: left; width: 100%; }