@charset "UTF-8";

/* Resets */
.ng-icon {
	background-color: #f0000a;
	-webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ng-icon:hover {
	background-color: #780000;
}

/*captcha*/
.banner {
	margin-top: -18px;
    margin-bottom: -14px;
}

body.login {
	background-image: url(../img/bg-neogrid.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.rf-msgs {
	margin-top: 0;
}
.login .rf-msgs {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.loginErrors {
	width: 400px;
	position: absolute;
	top: 310px;
	right: 760px;
}
.validation-container:after {
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: rgba(255,255,255,0.7);
    border-right: 0;
    margin-top: -9px;
    margin-right: -10px;
}
.ng-container-login {
	position: absolute;
	right: 0;
	height: 100%;
	background-image: url(../img/bg-azul-768.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
	padding-bottom: 0;
}
.ng-login-content {
	height: 430px;
    width: 740px;
    margin-top: 28%;
}
.ng-login-header {
	margin-top: 10%;
	height: auto;
}
.ng-login-header .ng-login-logo {
	width: 100%;
}
.ng-login-header .ng-login-logo img {
	display: block;
	float: none;
  	margin-left: auto;
  	margin-right: auto;
}
.ng-login-app-name {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    float: left;
    color: #ffffff;
    font-size: 21px;
}
.ng-login-content .ng-login-col-content {
	width: 100%;
	height: 310px;
	padding-top: 22px;
	padding-bottom: 0;
}
.ng-login-content .ng-login-col-content form {
	width: 450px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0);
    background-color: transparent;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.ng-login-content form.personalized label {
	display: none; /*remover labels no XHTML*/
}
.ng-login-content .ng-login-col-content input[type="text"], .ng-login-content .ng-login-col-content input[type="password"]  {
	width: 100% !important;
	margin-bottom: 32px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.ng-login-buttons .ng-command-button {
	margin: 0; /*verificar se não quebra outros botões*/
	width: 210px;
	background-color: #f0000a !important;
	-webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ng-login-buttons .ng-command-button:hover {
	background-color: #780000 !important;
}
.ng-login-content .ng-login-col-content .link-lost-key-btn {
	width: 220px;
    text-align: center;
    padding: 10px 0 0 0;
}
.link-lost-key-btn a {
	color: #f0000a;
	font-weight: 500;
	text-decoration: none;
}
.link-lost-key-btn a:hover {
	text-decoration: underline;
}

/* Login footer */
.ng-login-content .ng-login-col-options {
	width: 100%;
	padding-top: 0;
}
.ng-login-flag {
    margin: 0 0 10px 0;
}
.ng-login-flag a, .ng-login-utils a {
	color: #ffffff;
	text-decoration: none;
}
.ng-login-flag a:hover, .ng-login-utils a:hover {
	text-decoration: underline;
}
.ng-login-locale, .ng-login-utils, .ng-login-copyright, .ng-login-social-networks {
	width: 450px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}
.ng-login-locale {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}
a.localeSelected {
	color: #f0000a;
	font-weight: 500;
	text-decoration: none;
}
.ng-login-copyright {
	margin-top: 6px;
    margin-bottom: 6px;
}
.field-helper {
	color: #ffffff;
	font-size: 16px;
	padding: 4px 6px;
	margin-top: -4px;
}
.ng-login-social-networks ul {
	display: inline-block;
}
.ng-social-network-icon {
	width: 20px;
	height: 20px;
}

/*CSS Media Query height 1080px*/
@media screen and (max-height: 1080px) {
	.ng-container-login {
		background-image: url(../img/bg-azul-1080.png);
	}
	.loginErrors {
		top: 320px;
	}
}

/*CSS Media Query height 1024px*/
@media screen and (max-height: 1024px) {
	.ng-container-login {
		background-image: url(../img/bg-azul-1024.png);
	}
	.loginErrors {
		top: 332px;
	}
}

/*CSS Media Query height 900px*/
@media screen and (max-height: 900px) {
	.ng-container-login {
		background-image: url(../img/bg-azul-900.png);
	}
	.loginErrors {
		top: 270px;
	}
	.ng-login-content .ng-login-col-content .link-lost-key-btn {
		width: 168px;
	}
	.ng-login-content {
    	margin-top: 20%;
	}
}

/*CSS Media Query height 768px*/
@media screen and (max-height: 768px) {
	.ng-container-login {
		background-image: url(../img/bg-azul-768.png);
	}
	.loginErrors {
		top: 210px;
    	right: 620px;
	}
	.ng-login-content {
		width: 593px;
    	margin-top: 14%;
	}
	.ng-login-content .ng-login-col-content form {
		width: 386px;
	}
	.ng-login-content .ng-login-col-content .link-lost-key-btn {
		width: 168px;
	}
	.ng-login-locale, .ng-login-utils, .ng-login-copyright, .ng-login-social-networks {
		width: 386px;
	}
}


.loginPopup {
		padding: 15px 15px 0px 15px;	
}
.loginPopup .rf-pp-cnt-scrlr{
	height:405px !important;
}
.loginPopup .ng-command-button.btn-ok:hover{
    background-color: #780000;
}
.loginPopup .ng-command-button.btn-ok {
	background-color: #f0000a;
	float: right;
	text-transform: uppercase;
}

.loginPopup .btn-ok label {
	margin: 0px;
}

.ngLoginPopupNewBrand {
	color: #ffffff;
	font-size: 30px;
}

.ngLoginPopupNewBrand.bold {
	font-weight: 700;
}

.ngLoginPopupLogo {
	margin-top: 40px;
}

.ngLoginPopupTitle {
	background-color: #00263c;
	text-align: center;
	padding: 45px 15px;
	border-radius: 10px 10px 0 0;
}

.ngLoginPopupWelcome {
	margin-top: 20px;
	text-align: center;
	font-size: 40px;
	color: #f0000a;
	font-weight: 700;
	padding: 0px 0px 20px 0px
}

.ngLoginPopupFooter {
	width: 100%;
    height: 46px;
}
.ngLoginPopupFooterSpan {
	float: left;
    line-height: 46px;
}