#page-login-index{
	
}
.pagelayout-login #page{
	/*opacity: 0!important;*/
	background: url("../img/Bg.png")!important;
	/*background: url("../img/Bg-Login.png")!important;*/
	background-repeat: no-repeat!important;
	background-size: cover!important;
}

.login-container{
 	/*background-color: #0e325c!important;
	filter:alpha(opacity=70);

-moz-opacity:.70;opacity:.70;*/
	background-color: #FFFFFF!important;
	/*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: #fc9737;*/
	border-bottom-color: #bc0f20;
}
.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: #a00008;
	/*background-color:  rgba(102, 1, 11, .6)!important;*/
	border-color:  rgba(102, 1, 11, .6);
	font-size: 1em;
}
#username::placeholder, #password::placeholder {
	color:white;
}

#username, #password{
	/*background-color: rgba(9, 41, 81, .6)!important;*/
	/*background-color: rgba(102, 1, 11, .6)!important;*/
	background-color: rgba(188, 15, 32, .6)!important;
	color: white;
	border-color: white;
	font-size: 1em;
}

.form-group a{
	color: #66010b;
}