@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i'); /*font-family: 'Titillium Web', sans-serif;*/
body{ margin:0px; padding:0px; background-size:cover; background-image:url(../images/bg.jpg); background-repeat:no-repeat; font-family: 'Titillium Web', sans-serif;}
.login{box-shadow:0px 0px 20px rgba(0,0,0,.5);  margin-top:80px; background-color:rgba(25,41,87,.8); border-radius:15px; }
 
.lg-right{min-height:383px;}
.lg-left{ padding:10px;}
 
.bg-color h3{ color:#fff; margin-top:15px; margin-bottom:15px; text-align:center }
.lg-left img{ max-width:100%;}
.lg-right{ padding:20px; background-color:#fff; border-radius:0px 0px 15px 0px;} 
.lg-right .nav { border-bottom:1px solid #e1e1e1; padding-bottom:0px; height: 50px; padding-left: 15px; }
.lg-right .nav > li > a{ font-weight:600; font-family: 'Titillium Web', sans-serif; font-size:20px;   background-color:transparent; color:#666; }
.lg-right .nav-pills > li.active > a, .lg-right .nav-pills > li.active > a:focus, .lg-right .nav-pills > li.active > a:hover, .lg-right .nav-pills > li.active > a:focus {
    color:#1b2e66;
    background-color:#fff;  border:1px solid #e1e1e1; border-bottom:0px; border-radius:0px;
}
.lg-right .tab-content{padding-top:15px;}
label{ font-weight:600;}
.lg-left ul{ list-style:none; margin:0px; padding:15px;}
.lg-left ul li{ color:rgba(255,255,255,.91); margin-bottom:10px; position:relative; padding-left:15px;}
.lg-left ul li:before{content: "\f105";  font-family: 'FontAwesome'; position:absolute; left:0px;}
.form-control{ border-radius:0px; border:1px solid #e1e1e1; height:35px; padding: 3px 10px;}
.form-control:focus{box-shadow:none; border:1px solid #a0a0a0;}
select, .select.form-control {
	min-height: auto!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image:url(../images/select-dropdwn.png) !important;
	background-repeat:no-repeat; background-position:98% 8px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}
.btn{font-size:18px;}
.btn-success{ background-color:#4CAF50;}
.login-content{ margin:0px auto; padding:15px 15%; border:1px solid #eee;}
