
@media (min-width: 270px) {
  .img1{
	height: 50px;
	width: 50px;

}
   }

/*@media (max-width: 1270px) and (min-width: 192px) {
  .img1{
	height: 50px;
	width: 50px;
	} 
}
*/
.pull-centre{
	text-align: center;
}
.btn1{
	border-radius: 3px;
	padding: 5px;
}

.login_content1 {
  min-height: 400px;
  border: 1px solid;
  padding: 20px;
  background-color:#eceef0;
  border-radius: 12px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 350px;
  
}
.login_content1 h5{
	text-align: center;
	color: #679bd2;
	
}
.login_content1 h1{
	text-align: center;
	color: #679bd2;
/*	 font: normal 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 30px;*/
  
}
.hlabel{
	text-decoration: none;
	text-shadow: none;

}
.login_content2 {
   min-height: 400px;
    border: 1px solid;
    padding: 20px;
  background-color:#eceef0;
/*  425b76*/
  border-radius: 12px;
   box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.login_content2 h5{
	text-align: center;
	color: #679bd2;
}
.sec{
	background-color: #c0dbd6;
/*	    background-image: linear-gradient(to right, #57c9e8 , #3db549);*/
}

