body
{
	background-image: url("../img/3357683.jpg");
	font-family: "Ubuntu", sans-serif;
	background-repeat: no-repeat;
	background-size: cover ;
}

.loginsubmain
{
	background: white;
	margin: 25%;
	margin-top: 20%;
	text-align: center;
	padding: 10px;
	border: 1px solid #f3f3f3;
/*	box-shadow: 0 2px 5px 0 lightgrey, 0 1px 2px 0 white;*/
	border-radius: 10px;
}
.loginheading
{
	margin-top: 20px;
}
.loginsubheading
{
	margin-top: 13px;
	padding: 5px;
}
.loginsubheading  > h5
{
	display: inline-block;
	padding: 5px;
	border-bottom: 2px solid #2e3093;
}
.each_input
{
	text-align: left;
	padding: 10px 20px;
	line-height: 30px;
}
.loginpassword
{
	position: relative;
}
.loginpassword > input
{
	padding-right: 60px !important;
}
.each_view > h6
{
	position: absolute;
	right:35px;
	top:53px;
	display: none;
}
.each_view > h6
{
	cursor: pointer;
}
.each_view > h6:hover
{
	color: 	#A9A9A9;
	background: none;
}
.view
{
	display: none;
}
.each_input > input
{
	border-radius: 5px;
	padding: 5px;
	border: 1px solid lightgrey;
	width: 100%;
}
.btn_login
{
	margin-top: 10px;
}
.btn_login > button
{
	color: white;
	padding: 8px 40px;
	background: #2e3093;
	border: 1px solid #2e3093;
	border-radius: 6px;
	transition: 0.3s ease;
}
.btn_login > button:hover
{
	background: #34369d;
	color: white;
	border: 1px solid #34369d;		
}
.forgot_password
{
/*	text-align: right;*/
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
}
.footer
{
 background: rgba(255, 255, 255, 0.8);
 position: absolute;
 bottom: 0;
 width: 100%;
 left: 0;
 line-height: 40px;
 text-align: center;
}
.footer > label
{
	padding-right: 10px;
	padding-top: 2px;
}
@media screen and (max-width: 600px)
{
	body
	{
		background-image: none;
		background: #080437;
	}
	.loginsubmain
	{
		margin: 5%;
	}
}
