#page-login-index{
	
}
.pagelayout-login #page{
	/*opacity: 0!important;*/
	background: url("../img/Bg.jpg")!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
#logoimage{
	box-sizing:border-box;
	display:block;
	width:215px;        
	height:100px;       
	padding-left:215px; 
	background: url(../img/LogoBlanco.png);
	overflow:hidden;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
}

.login-container{
 	/*background-color: #0e325c!important;
	filter:alpha(opacity=70);

-moz-opacity:.70;opacity:.70;*/
	background-color: rgba(9, 41, 81, .6)!important;
	/*height: 2em;
	width: 150px;*/
	position: absolute;
	top: 10px;
	color: #fff;
	text-align: center;
	padding-top: 1em;
	border-radius: 50px!important;
	margin-top: 5%;
	border-bottom: solid;
	border-bottom-width: thick;
	border-bottom-color: #011535;
}
.pagelayout-login #page div[role="main"] {
	height: auto!important;
}
.login-container h1.login-heading {
	opacity: 100!important;
}
#page-footer{
	display: none;
}
.d-flex {
	display: block!important;
}

/*011535*/
#loginbtn{
	background-color: #011535;
	border-color: #011535;
	font-size: 1em;
}
#username, #password{
	background-color: rgba(9, 41, 81, .6)!important;
	color: white;
	border-color: white;
	font-size: 1em;
}