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 {
	border-radius: 90px;
	padding: 10px 90px;
	border: none;
}
.btn-primary {
	background: #b35d26;
}
.btn-primary:hover, .btn-primary:focus {
	background: #333;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	transition: color .25s;
}
a:hover {
	color: #063f7c;
	text-decoration: none;
}
a:focus {
	color: #063f7c;
	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: #063f7c;
	margin-top: 30px;
	font-weight: 600;
	font-size: 45px;
}
.footer {
	background: #063f7c;
	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:#b35d26;
	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 {
	margin: 10px auto;
	padding: 10px;
	background: #FFF;
	width: 350px;
	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: #063f7c;
	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%, -50%) 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%, -50%) scale(0.75);
 transform: translate(-12%, -50%) 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: #063f7c;
	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: #063f7c;
}
.login-box .forget a:hover {
	color: #00b7f1;
}
.login-box .forget a:hover {
	color: #00b7f1;
}
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;
}
 @media (max-width:768px) {
.login-box {
	padding: 30px 0px 20px;
}
.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, .error {
	color: #ff0000;
	text-align: center;
	margin-bottom: 20px;
}

.register{
	padding: 12px 0px;
    color: #000;
}

.login-box .input-container select {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 46px;
    border: 0;
    color: #757575;
    font-size: 18px;
    font-weight: 300;
}
.login-box .input-container select option {
    padding-left: 0px;
}
@media only screen and (min-width:320px) and (max-width:640px), only screen and (max-width:740px), only screen and (max-width:1024px) {
	.logo-icon img{
		height:65px;
	}
	header{
		min-height:270px;
	}
	header h2{
		font-size:18px;
	}
	.login-box{
		padding:18px 0px 8px;
	}
	.login-box .input-container{
		margin:0 20px 16px;
	}
	.login-box .input-container label, .login-box .input-container select{
		font-size:14px;
	}
}