/*--------------------- Index page Styles Start ---------------------*/

/*--------------------- General Styles Start ---------------------*/

body, html{ 
	background:url(../images/background.jpg) no-repeat 0px 0px;
	font-family: 'arial';	
	padding-bottom:0;	
	margin:0;	
	overflow-y:hidden;	
	overflow-x:hidden;
	font-size:14px;	
	width:100%; 
	height: 100%;
}

* {
	box-sizing: border-box;
  }

img{ 
	border:none; 
	outline:none; 
	max-width:100%;
} 

/*--------------------- General Styles End ---------------------*/

/* -------------------------Login Form Styles Start ---------------------*/

.login_container {
	max-width: 440px;
	margin: 130px auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.1);
	padding: 30px 25px 25px 25px;
}

.logo{
	padding-left: 150px;
} 

.row{
	height: 35px;
	margin-bottom: 20px;
	position: relative;
}

.row i{
	position: absolute;
	width: 47px;
	height: 100%;
	color: #fff;
	font-size: 18px;
	background: #668297;
	border: 1px solid #668297;
	border-radius: 5px 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.row input{
	height: 100%;
	width: 100%;
	outline: none;
	padding-left: 60px;
	border-radius: 5px;
	border: 1px solid lightgrey;
	transition: all 0.3s ease;
}

.row input:focus{
	border-color: #668297;
}

.pass{
	margin: -1px 0 40px 260px;
}

.pass a{
	color: #FF9F00;
	font-size:15px;
	font-style: italic;
	text-decoration: none;
}
  
.pass a:hover{
	text-decoration: underline;
}

.buttons_place{	
	margin-top: -10px;	
	text-align: center;
}

.submit{    
	color: #FFFFFF;  
	font-size:15px;
	font-weight: bold;  
	padding: 10px 0;    
	border: none;   
	outline: none;    
	width: 25%;	
	height:28% !important;    
	cursor: pointer;    
	border-radius:10px;	
	background: #668297;
}

.submit:hover{
	background: #3a5468;
}
  
/* -------------------------Login Form Styles End ---------------------*/

/* -------------------------Footer Styles Start ---------------------*/

.footer {    
	text-align: center;    
	margin-top: 50px;    
	color: #3a5468;
} 

/* -------------------------Footer Styles End ---------------------*/

/*--------------------- Index page Styles End ---------------------*/