
html
{
font-family:arial;
font-size:12px;
background-color:#CCC;
}
#container
{
	//border:2px #2C3E50 solid;
	width:350px;
	height:280px;
	margin-left:35vw;
	margin-top:12vw;
	background-color:#fff;
	opacity:0.9;
	box-shadow: 5px 5px 5px 10px #888888;

}
#container2
{
	//border:1px red solid;
	margin-left:4.5vw;
	
}
#submit
{
	margin-top:0px;
	margin-left:10px;
	width:380px;
	height:30px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:arial;
	color:#000;
	background-color:#CCC;
	font-weight:bold;
	border:none;	

}

#submit:hover
{
	transform: scale(1.1);
	box-shadow: 2px 2px 2px #888888;
	background-color:orange;
	color:#fff;
}
/*==============================================================================================*/
/*#bck0{
margin: 0 auto;
background-color: #505050;
background: url(loginback11.jpg);
background-repeat: no-repeat; 
background-size: 100% 
}
#bck1
{
margin: 0 auto;
background-color: #505050;
background: url(loginback12.jpg);
background-repeat: no-repeat; 
background-size: 100% 
}
/*replaced body by bck0 on 11012019*/
/*setting up image as background*/
/*ensuring image does not repeat*/
/* /*ensuring dynamic sizing of image}*/

/*p{
	padding-top:23px;
	font-family:verdana;
	font-weight: bold;
	color:#fff;
	font-size:14px;
	background-color:rgba(44,62,80,0.9);
	border-bottom: 4px orange solid;
	height:50px;
	text-align:center;
	border-radius:14px;
	
	
}

.container{
width: 500px;
height: 430px;
text-align:center;
background-color: rgba(255,255,255,0.9);
margin: 0 auto;	
margin-top: 150px;
border-radius:14px;
}

.container img{
	width: 120px;
	height: 120px;
	margin-top: -40px;
	margin-bottom:0px;	
		
}

input[type="text"],input[type="password"]{
	font-family:verdana;
	height:30px;
	width: 250px;
	font-size:14px;
	border:none;
	margin-bottom:10px;
	border: 1px #2C3E50 solid;
	background-color:#fff;
	padding-left: 40px;
	margin-left:10px;
		
}

.form-input::before{
	content: "images/user.png";
	position:absolute;
	padding-left: 5px;
	color: #985986;
	padding-top:5px;
	font-size:35px;
	
}
.btn-login {
	font-family:verdana;
	margin-top:20px;
	padding: 10px 20px;
	width: 290px;
	margin-left:40px;
	font-weight:bold;
	height:40px;
	cursor:pointer;
	color: #fff;
	border-radius: 4px;
	border:none;
	background-color: #2ECC71;
	/*border-bottom: 4px solid #27AE60;*/
   /* margin-bottom: 20px;	
	}
/*.btn-pswd{
	font-family:verdana;
	//margin-top:20px;
	padding: 10px 20px;
	width: 250px;
	margin-left:125px;
	font-weight:bold;
	height:20px;
	cursor:pointer;
	color: #fff;
	border-radius:4px;
	border:none;
	background-color: orange;
	/*border-bottom: 4px solid #27AE60;*/
    /*margin-bottom: 20px;	
	
	}
a{
	color: blue;
	font-family:verdana;
}

