body {
	color: #666;
	background: #ecf0f5;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 2;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
section, header, footer {
	display: block;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline:none;
}
.btn {
	border-radius: 90px;
	padding: 10px 90px;
	border: none;
}
.btn-primary {
	background: #1a1549;
}
.btn-primary:hover, .btn-primary:focus {
	background: #99103b;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	transition: color .25s;
}
a:hover {
	color: #1a1549;
	text-decoration: none;
}
a:focus {
	color: #1a1549;
	text-decoration: none;
}
.main-content {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.main-page {
	text-align: center;
	padding-top: 200px;
	height: 100vh;
	background: url(../images/bg.png);
}
.main-page h2 {
	text-transform: uppercase;
	color: #1a1549;
	margin-top: 20px;
	font-weight: 600;
	font-size: 45px;
}
.footer {
	background: #1a1549;
	width: 100%;
	height: 90px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
}
.bg-footer-b-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 99;
}
.inner-header {
	min-height: 100px;
}
.inner-header h2{
	margin-top: 40px;
}
header {
	background: #1a1549;
	position: relative;
	min-height: 300px;
	padding-top: 10px;
	padding-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
header h2 {
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
	font-weight: 600;
	font-size: 35px;
}
.left {
	width: 250px;
	position: absolute;
	top: -110px;
	left: -110px;
	opacity: 0.7;
}
.right {
	width: 250px;
	position: absolute;
	bottom: -110px;
	right: -100px;
	opacity: 0.7;
}
.logo-icon {
	width: 80px;
	background: #ffffff;
	margin: 10px auto;
	padding: 15px;
	border-radius: 15px;
}
.login-box {
	background: #ffffff;
	border-radius: 15px;
	padding: 30px 30px 0px;
	width: 100%;
	border: 1px solid #cfd3d7;
	margin-top: -110px;
	box-shadow: 0px 2px 5px #ddd;
}
.login-box .input-container {
	position: relative;
	margin: 0 30px 25px;
}
.login-box .input-container input {
	outline: none;
	z-index: 1;
	position: relative;
	background: none;
	width: 100%;
	height: 46px;
	border: 0;
	color: #1a1549;
	font-size: 15px;
	font-weight: 600;
}
.login-box .input-container input:focus ~ label {
	color: #9d9d9d;
	-webkit-transform: translate(-12%, -50%) scale(0.75);
	transform: translate(-12%, -66%) scale(0.75);
}
.login-box .input-container input:focus ~ .bar:before, .login-box .input-container input:focus ~ .bar:after {
	width: 50%;
}
.login-box .input-container input:valid ~ label {
 color: #9d9d9d;
 -webkit-transform: translate(-12%, -66%) scale(0.75);
 transform: translate(-12%, -66%) scale(0.75);
}
.login-box .input-container label {
	position: absolute;
	top: 0;
	left: 0;
	color: #757575;
	font-size: 18px;
	font-weight: 300;
	line-height: 60px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
.login-box .input-container .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #757575;
	width: 100%;
	height: 1px;
}
.login-box .input-container .bar:before, .input-container .bar:after {
	content: '';
	position: absolute;
	background: #1a1549;
	width: 0;
	height: 2px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.login-box .input-container .bar:before {
	left: 50%;
}
.login-box .input-container .bar:after {
	right: 50%;
}
.login-box .input-container .icon {
	width: 16px;
	position: absolute;
	right: 0px;
	top: 20px;
	z-index:99;
}
.login-box .forget {
	font-size: 14px;
	color: #abacb4;
	text-align: center;
}
.login-box .forget a {
	font-weight: 600;
	color: #1a1549;
}
.login-box .forget a:hover {
	color: #99103b;
}
.login-box .forget a:hover {
	color: #99103b;
}
nav {
	padding: 10px 0px;
}
.all-module {
	padding: 80px 0px;
}
.module-box {
	background: #ffffff;
	border-radius: 10px;
	padding: 25px 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid #cfd3d7;
	box-shadow: 0px 2px 2px #ddd;
}
.module-box:hover {
	background: #ecf0f5;
	cursor: pointer;
}
.module-box img {
	width: 90px;
}
.module-box h3 {
	margin-top: 20px;
	color: #0d1f57;
	font-size: 16px;
}


.reeorIcons {
    display: block;
    text-align: center;
    margin-bottom: 11px;
}

.reeorIcons i {
    color: #f00;
    font-weight: 600;
    font-size: 30px;
}

.erorwaringMsg {
    text-align: center;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 30px;
    color: #ff0000;
}

.erorwaringMsg a {
    text-decoration: underline;
}
.recordsnotmatch{
	font-size: 14px;
    line-height: 12px;
	 color: #ff0000;
	 text-align: center;
	 margin-bottom: 20px;
}
.afterfiveattemptMSg {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.afterfiveattemptMSg a {
    text-decoration: underline;
}
@media (max-width:768px){
	.login-box{
		padding:60px 0px 40px;
	}
	.login-box .input-container{
		margin: 0 20px 50px;
	}
	header h2{
		font-size: 30px;
	}
	.login-box .forget{
		font-size: 15px;
	}
	.bg-footer-b-r{
		width:130px;
	}
	.main-page{
		padding-top: 100px;
	}
	.footer{
		height: 20px;
	}
	.main-page img{
		width:230px;
	}
	.main-page h2{
		font-size: 27px;
	}
}
.login-footer {
	border-top: 1px solid #dbdbdb;
	text-align: center;
	margin-top:10px;
	padding-top:10px;
}
.login-footer p{
	margin-bottom:0px;
	font-weight:400;
	color:#abacb4;
	font-size: 70%;
}
.chrome {
	width: 34px;
	height: 32px;
	display: inline-block;
	background: url(../images/chrome.png);
	margin-right:05px;
	margin-top:10px;

}
.mozilla {
	width: 31px;
	height: 32px;
	display: inline-block;
	background: url(../images/mozilla.png);
	margin-top:10px;
}
.warning{
	text-align: center;
    color: #ababab;
    font-size: 13px;
	margin-top:30px;
	margin-bottom:30px;
}

.error p{
	color:#ff0000;
	text-align:center;
}