div#container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div#container-form{
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40%;
	text-align: center;
}
div#container-background{
	background-image: url("https://images.unsplash.com/photo-1496442226666-8d4d0e62e6e9?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
	background-repeat: no-repeat;
  	background-size: cover;
  	background-color: rgba(0, 0, 0, 0.6 );
  	background-blend-mode: multiply;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	position: absolute;
	top: 0;
	right: 0;
  	height: 100%;
  	width: 60%;
}
 .text{
 	font-family: sans-serif;
 	text-align: center;
	color: #fff;
	margin-top: -40px;
 }
#text1{
	font-size: 45px;
	font-weight: 100;
	margin-top: 40px;
}
#text2{
	font-size: 60px;
	font-weight: 700;
}
#text3{
	font-size: 25px;
	font-weight: 700;
}
form{
	display: block;
}
img#logo{
	height: 170px;
	margin-bottom: 20px;
}
div.form-control-group{
	display: flex;
	margin-top: 20px;
	width: 350px;
}
input.form-controls{
	border:1px solid #ccc;
	height: 35px;
	width: 100%;
	padding:0px 15px;
}
i.icons{
	background-color: #960000;
	font-size: 15px;
	color: #fff;
	padding: 10px;
}
i.ViewPassWD{
	font-size: 12px;
	padding: 10px 7px 0px 0px;
}
#ViewPassWDText{
	font-family: sans-serif;
	color: #555;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.4s;
}
#ViewPassWDText:hover{
	color: #960000;
}
button#btn-login{
	background-color: #000;
	border: solid 0px #fff;
	color: #fff;
	margin-top: 35px;
	padding: 20px;
	text-align: center;
	transition: all 0.4s;
	width: 100%;
	cursor: pointer;
}
button#btn-login:hover{
	background-color: #960000;
}

button#btn-resend{
	background-color: #960000;
	border: 0px;
	bottom: 67px;
	color: #fff;
	cursor: pointer;
	font-family: sans-serif;
 	font-size: 13px;
	font-weight: 400;
	margin-top: 15px;
	padding: 7px 10px;
	transition: all 0.4s;
	text-align: center;
	width: 40%;
}
button#btn-resend:hover{
	background-color: #571110;
	color: #fff;
}

h5#title-text-aut-page{
	display: block;
	color: #000;
	font-family: sans-serif;
 	font-size: 11px;
	font-weight: 600;
	margin-bottom: 25px;
}
div#form-control-group-aut{
	width: 100%;
}
div#content-footer{
	background-color: #555;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
h6#copyR-text{
	color: #fff;
	font-family: sans-serif;
 	font-size: 8px;
	font-weight: 400;
	margin: 0px;
	padding: 7px 0px;
	text-align: center;
}

h6#mobile-copyR-text{
	display: none;
}

div#loading{
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	display: none;
	justify-content: center;
    align-items: center;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
div#content-loading{
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
}
img#img-loading{
	height: 100px;
}




/*
.
.
.
.
.
.
.
.
.
*/


@media only screen and (max-width: 768px){

	div#container{
		display: block;
		width: 100%;
		height: 100%;
	}
	div#container-form{
		height: 100%;
		width: 100%;
	}
	div#container-background{
	  	display: none;
	}

	h6#mobile-copyR-text{
		bottom: 0;
		display: block;
		color: #555;
		font-family: sans-serif;
	 	font-size: 13px;
		font-weight: 400;
		margin: 0px;
		padding: 7px 0px;
		text-align: center;
		position: absolute;
		left: 15%;
		z-index: 200;
		width: 70%;
	}
	img#logo{
	height: 150px;
	margin-bottom: 20px;
}
	
}