@font-face {
	font-family: Poor Richard;
	src: url(../fonts/POORICH.ttf) format("truetype");
}


.login_container{
	color:#fff;
	background: url(../img/water-bg.jpg);
	/* min-height: 600px; */
	overflow: hidden;	
	padding: 0 5px 0 5px;	
	background-size: cover;	
	min-height: calc(100vh - 226px);
	
	
	
	
}
.login_container h1, .login_container h3{
	
	
	
}
.login_container .login-header {
    /* background: #e4e4e4; 
	height: 150px;
	background-size: cover;
	position:relative;
	border-bottom: 1px solid #dcdcdc;  */
	
	position:relative;
	height: 180px;
}
.login_container .login-header:after {
	position: absolute;
	content: "";
	height: 180px;top: 0;
}
.login_container .login-header h1{
	font-size: 30px;
	color: #3c3c3c;
	text-align:center;
	margin: -30px;
	line-height: 130px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-transform: none;
}
.login_container h3{
	font-size:12px;
	color:#42515f;
	text-transform: Capitalize;
	font-weight:normal;
	margin:0;
}
.left-content{
	 background: #ffffff;
	 border-radius: 0;
	 padding: 10px 30px;
	 border: 1px solid #e4e5e7;
	 margin-top: -80px;
	 margin-bottom: 20px;
	 color: #333;
	
}
.btn-margin{
	margin-bottom:5%;
	width:30%;
}
.btn-width{
	width:49%;
	background-color: #3498db;
    border: medium none;
    box-shadow: 0 9px 0 #2980b9;
}
.img-rounded {
    border-radius: 6px;
    height: 32px;
}
.left-content h2{
	font-size: 22px;
	text-align:center;
	text-transform: none;
	margin: 0 0 10px;
	padding: 0;
	color: #333;
	font-family: 'Lato', sans-serif;
}
.left-content p {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
}
.right-content{
	margin-top: 3%;
    position: absolute;
    right: 3%;
	color:#000;
}
.login-form {
	margin-top: 10px;
}
.inputHeight input {
	height: 35px;
    border-radius: 3px;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e4e5e7;
    box-shadow: none;
}
.login-form .btn {
	height: 35px;
}
.btn-padding button{
	padding:0;
}
.news{
	font-size:22px;
	margin-top:4%;
}
.nav, .navbar-nav, .navbar, .navbar-inverse{
	margin:0;
	padding:0;
}
.navbar-inverse .navbar-nav > li > a:hover{
	color:#eee;
}
.navBG{
	background-color:#2c3e50;
	border-radius: 0;
	min-height:35px;
}
.navBG .navbar-nav>li>a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 35px;
	color: #fff !important;
}

@media screen and (max-width:600px){ 
	.login_container h3{
		font-size:12px;
		margin:0 10px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.logoText {
	    margin: 5px 0;
    	font-size: 18px;
	}
	.topStrip a img {
		height: 50px;
	}
	.login_container {
	    min-height: calc(100% - 34px);
	}
}
@media screen and (max-width:767px){ 
	.logoText {
	    margin: 0px 0 10px;
    	font-size: 14px;
	}
	.topStrip a img {
		max-width: 100%;
		height: auto !important;
	}
	.navBG .navbar-nav {
		text-align: center;
	}
	.navBG .navbar-nav>li {
		display: inline-block;
	}
	.login_container {
		padding-bottom: 15px;
		min-height: auto;
	}
	.login_container .login-header {
    	
	}
	.login_container .login-header h1 {
	    line-height: 45px;
	    font-size: 18px;
	    font-weight: 600;
	    align: center;
	}
	.left-content {
	    padding: 20px 25px;
	}
	.left-content p {
		font-size: 12px;
	}
	.inputHeight input {
	    height: 35px;
	    border-radius: 3px;
	    padding: 10px 15px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    border: 1px solid #e4e5e7;
	    box-shadow: none;
	} 
	.login-form .btn {
		height: 35px;
	}
	footer .footer-col a {margin: 5px 0;}
	.footer-col img {    height: 25px;}
	footer .footer-below {
		line-height: 15px;
	}
	.footer-below .text-left { margin-bottom: 5px;}
	.footer-below .text-left,
	.footer-below .text-right { text-align: center;}
	footer {
		position: initial;
	}
}