@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	background: #efefef;
}
.container {
	width: 915px;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
/*logo-in-page start here*/
.login-container {
	width: 406px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.logininner-block {
	display: inline-block;
	width: 100%;
	padding: 0 60px;
}
.login-header {
	text-align: center;
	padding: 40px 0 10px 0;
}
.login-header a {
	width: 125px;
	background: #fff;
	display: block;
	margin: auto;
	padding: 14px;
	border-radius: 62%;
	min-height: 116px;
	position: absolute;
	top: -7px;
	left: 43%;
	z-index: 3;
}
.bodyContent {
	background-color: #fafafa;
}
.login-body {
	background-color: #fff;
	padding: 0px;
	z-index: 2;
	box-shadow: 1px 3px 6px 3px rgba(0, 0, 0, 0.04);
}
.login-body h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.formDiv, .login-form {
	padding: 0;
}
.formDiv span.error{
    text-align:left !important;
    float:left !important;
    color:#d00505 !important;
}
.formDiv span.sucess{
    text-align:left !important;
    float:left !important;
    color:#11b51e !important
}
.login-form h1 {
	margin: 0;
	padding: 0;
	color: #4A4A4A;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	line-height: 29px;
	text-align: left;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.padding-0 {
	padding: 0px;
}
.login-form-inner {
	margin-bottom: 15px;
}
.login-input-block {
	display: inline-block;
	width: 100%;
}
.full-fledge input {
	background-color: #ecf2f4;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	border: 0;
	color: #0000006b;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	text-align: left;
}
.full-fledge:focus, .full-fledge input:focus {
	outline: none;
}
.submit-block {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
}
.submit-block a {
	background-color: #5596ff;
	border-radius: 4px;
	width: 100%;
	height: 46px;
	padding: 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 12px;
	line-height: 25px;
	font-family: 'Roboto';
}
.submit-block a:hover, .submit-block a:focus {
	text-decoration: none;
}
.full-fledge {
	width: 100%;
    margin-bottom: 25px;
}
.login-form h1 {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #000000c9;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.38px;
	line-height: 19px;
	font-family: 'Roboto';
}
.login-container-inner {
	margin-top: 50px;
	text-align: center;
	padding: 0;
}
.EreceiptDiv {
	padding: 0;
	margin-top: 55px;
}
.EreceiptDiv a {
	color: #000;
    font-family: 'Roboto';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.48px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
}
.EreceiptDiv a:hover, .EreceiptDiv a:focus {
	text-decoration: none;
}
.EreceiptDiv span {
	color: #5596ff;
}
.clear-fix {
	clear: both;
}
/*logo-in-page end here*/
/*forgot page start here*/
.fotgot-otp {
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.fotgot-otp a {
	color: #5596ff;
	font-size: 14px;
	font-weight: 500;
	font-family: Lato, sans-serif;
	line-height: 17px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Roboto';
}
.fotgot-otp a:hover {
	text-decoration: none;
}
.forgotform .full-fledge label {
	color: #9B9B9B;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	float: left;
	padding: 0px 25px 10px;
	margin-bottom: 0;
}

/*forgot page end here*/
@media (max-width: 990px) {
.container {
	width: 100%;
}
.login-container-inner {
	width: 100%;
	display: inline-block;
	float: left;
	padding: 0 15px;
}
.logininner-block {
	padding: 0 20px;
}
.login-header a {
	left: 40%;
	width: 100px;
}
.login-container {
	width: 100%;
}
.login-form h1 {
	margin-top: 10px;
}
}

@media (max-width: 375px) {
.login-header a {
	left: 37%;
}
}
