/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
*/





/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    background: url(images/controls.png) no-repeat -76px -30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
    background: url(images/controls.png) no-repeat -76px -7px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -42px;
    background: url(images/controls.png) no-repeat 0 -32px;
    opacity: 0.5;
}

.bx-wrapper .bx-next {
    right: -34px;
    background: url(images/controls.png) no-repeat -43px -32px;
    opacity: 0.5;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    /*text-align: left;*/
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/******************************************************************************************/
/********* CUSTOMIZATION *****************************************************************/
/******************************************************************************************/


body {
	background-color: #FAFAFA;
	/* background-image: url(images/log_bg4.jpg); */
	/* -webkit-background-size: cover; */
	/* -moz-background-size: cover; */
	/* -o-background-size: cover; */
	/* background-size: 190px; */
	font-size: 13px;
	font-weight: 300;
	position: relative;
}
/*
body.wrapper::after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	background-image: url(images/log_bg4.jpg);
	background-size: 350px;
	opacity: 0.3;
}*/
.btn:focus {
	outline: 0;
	outline-offset: unset;
	box-shadow: none;
}
.login-container{
    min-width: 960px;
}
/*
.navbar{
    bottom: 0 !important;
    min-width: 980px;
}*/

.logo{
    margin-top: 15px;
    margin-bottom:15px;
    float: left;
}

.login-header{
    margin-top:0px;
    border-bottom: 2px #ccc solid;
    padding-left:25px;
    padding-bottom: 5px;
}
.content-wrapper{
    height: 100%;
    clear: both;
    min-width: 940px;
    margin-top: 1%;

}
.login-area{
    float: left;
    display: inline-block;
    margin-top: 10%;    
    margin-left: 5%;
}
.carousal-container{
    float: right;
    width: 550px;
    display: inline-block;
}
.login-box {
	box-shadow: none;
	border-radius: 0px;
	padding: 0;
	width: 100%;
	height: auto;
	border: 1px solid #cdd4e0;
	background: rgba(255,255,255,0.8);
	text-align: left;
	position: relative;
}

.sbutton, input.sbutton {
	color: #fff;
	background: none;
	background-color: #1d4368;
	height: 38px !important;
	margin: 0 auto 45px;
	font-size: 14px;
}
.sbutton:hover {
	background-color: #3086CF !important;
	color: #FFF !important;
}
.container-fluid.footer-text a {
	color: #fff;
}
.container-fluid.footer-text a:hover {
	text-decoration: underline;
}


.signin-button {
	margin-top: 20px;
	text-align: left;
}
.log-link {
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	float: left;
	line-height: 45px;
	margin-left: 35px;
}
.log-link span:hover {
	color: #1d4368;
	cursor: pointer;
}
a.log-link:hover {
    color: #333333;
    cursor: auto;
}
.control-group {
	margin-bottom: 0 !important;
	position: relative;
}

.controls input:not([type="submit"]) {
	color: #212121;
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	/* padding: 2px; */
	background: #fff;
	position: relative;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
	padding: 10px;
	border: 1px solid #ddd;
	font-weight: 300;
}
.controls label {
	color: #333;
}

.controls i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	line-height: 40px;
	font-size: 16px;
	width: 35px;
	color: #B5B5B5;
}
.login-form{
    margin-top: 25px;
} 
.form-horizontal .control-group {
	margin-bottom: 10px !important;
}

.footer-content{
    margin: 10px 0;
}
.footer-icons{
    margin: 10px 0;
    width:50%;
    text-align: right;
    min-width: 280px;
}
.sbutton{
    width:100px;
} 
.login-subscript{
    text-align: right;
}
.bxslider{
    margin: 0;
}
.slide{
    padding: 2%;
    min-width: 550px;
    min-height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 550px\9;
}
.slide img{
    display: inline-block;
}
.helpLinks{
    float: right; 
    margin-top: 20px;
    background: #efefef;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: -2px 0 3px;
}
.helpLinks a{
    padding: 10px; 
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
/******************************************/

@media (max-width: 1150px) {
    .carousal-container {
	display: none;
    }
    .login-area{
	margin-left: 0;
    }
}
@media (min-width: 1151px) {
    .carousal-container {
	display: inline-block;
    }
    .login-area{
	margin-left: 5%;
    }
}





/*****************************************/

/*
Company: Fixfin Technologies Pvt. Ltd.  
Developer: Biswajit Bala 
Purpose: Login Page Responsive
Version: 1.0.1
*/

.controls input.btn {
	height: 45px !important;
}

.form-horizontal.login-form {
	width: 100%;
	margin-right: 0 !important;
	margin-top: 30px !important;
}
.controls input:not([type="submit"]) {
	width: 100% !important;
	box-sizing: border-box;
	height: 38px !important;
}
.sbutton, input.sbutton {
	width: 100% !important;
	border: none;
	border-radius: 4px;
	height: 45px !important;
	font-size: 16px;
	text-shadow: none !important;
	float: left;
	margin: 0;
}
.alert.alert-error p {
	margin: 0;
	line-height: 30px;
}
.controls a {
	cursor: pointer;
}
.login-header {
	padding-left: 0;
}
.alert {
	padding: 8px 14px 8px 14px;
}
.login-box img {
	max-width: 180px;
	margin: 0 0 60px !important;
	background: transparent;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
}
.log-outer {
    width: 100%;
    height: 100vh;
}
.log-inr {
    width: 100%;
    height: 100%;
    margin: 0;
}
.logo-main {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 10px;
}
.logo-main img {
	width: 180px;
}

/******* set1********/
body.wrapper {
	position: relative;
}
body.wrapper::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.15;
}
#page {
	position: relative;
	/*z-index: 3;*/
}
.login-box#loginDiv,#forgotPasswordDiv[style="display: block;"] {
	display: table-cell;
}
.login-box {
	background: transparent;
	border: 0;
	height: 100%;
	padding-top: 75px;
	vertical-align: middle;
}

.vd_grey.hd {
	font-size: 25px;
	text-align: left;
}
.vd_grey {
	color: #5b6e88;
	font-size: 16px;
	text-align: center;
}
.login-box img {
	margin: 0 0 10px !important;
}


/******* ********/
.login-area-img {
	width: 65%;
	float: left;
	height: 100vh;
}
.login-area {
	float: left;
	margin: 0 !important;
	width: 35%;
	padding: 50px;
	background: #fff;
	height: 100vh;
	display: table;
}
.log-link {
	margin: 0;
	width: 100%;
	text-align: center;
}
.log-link span {
	font-weight: 600;
	color: #3086CF;
}
.logcontent-bx {
	text-align: center;
}
.logcontent-bx img {
	max-width: 678px;
	height: 350px;
	margin: 0 auto 30px;
}
.cont-shd {
	width: 50%;
	margin: auto;
}
.logSlider .slick-dots {
	margin: auto;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: -70px;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ddd;
	margin: 0 5px;
	border-radius: 25px;
	cursor: pointer;
}
.slick-dots li.slick-active {
	width: 25px;
}
.slick-dots li.slick-active,.slick-dots li:hover{
	background: #1d4368;
}

.slick-dots li button {
	display: none;
}

@media screen and (min-width:1200px) and (max-width:1399px) {

	.login-box {
		margin: 0 auto 0 !important;
	}
	
	.logcontent-bx img {
		height: 300px;
	}
	.login-area-img {
		padding-top: 45px;
	}
	

}

@media screen and (max-width:1199px) {
	body {
		background-size: 125px;
	}
	.alert.alert-error p {
		line-height: 25px;
	}
	.controls input {
		height: 38px !important;
	}
	.sbutton {
		height: 38px;
	}
	.login-box img {
		width: 150px;
	}
	.login-header {
		font-size: 20px;
	}
	.login-area {
		width: 40%;
	}
	.log-inr {
		padding-top: 70px;
	}
	.logcontent-bx img {
		height: 250px;
		max-width: 80%;
	}
	.login-area-img {
		padding-top: 45px;
	}
	.cont-shd {
		width: 70%;
	}
	.login-area-img {
		width: 60%;
	}
	
}
@media screen and (max-width:991px) {

	.login-area {
		padding: 30px;
	}
	.logcontent-bx img {
		max-width: 90%;
	}
	.navbar-fixed-bottom .navbar-inner {
		padding:0 0px;
	}
	.alert.alert-error p {
		line-height: 20px;
	}
	.cont-shd {
		width: 85%;
	}
	.logo-main {
		top: 5px;
	}
	.login-area {
		width: 45%;
	}
	.login-area-img {
		width: 55%;
		padding-top: 30px;
	}
	.vd_grey.hd {
		font-size: 22px;
	}
	
	
	
	
	
	
}
@media screen and (max-width:767px) {
	body {
		background-size: 100px;
	}
	.navbar-fixed-bottom .navbar-inner {
		padding:0 5px;
	}
	.login-box img {
		width: 140px;
	}
	.controls input {
		height: 33px !important;
	}
	.navbar.navbar-fixed-bottom {
		height: 50px;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar.navbar-fixed-bottom .span6 {
		float: left;
	}
	.navbar.navbar-fixed-bottom .span6.on {
		float: right;
	}
	.login-area-img {
		display: none !important;
	}
	.login-area {
		width: 100%;
	}
	.logo-main {
		top: 15px;
	}
	.login-box {
		padding-top: 100px;
	}
	
	
	
	
	
	
}

@media screen and (max-width:549px) {
	.navbar-fixed-bottom .navbar-inner {
		padding:5px;
	}

	.login-box {
		width: 100% !important;
		min-width: 250px !important;
	}
	.login-header {
		font-size: 18px;
	}
	.login-box img {
		width: 115px;
	}
	.navbar.navbar-fixed-bottom {
		height: 43px !important;
	}
	.pull-right.footer-content.on2 {
		float: none;
	}
	.navbar.navbar-fixed-bottom .span6 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.navbar-inner .row-fluid [class*="span"] {
		min-height: 18px;
	}
	.navbar-inner {
		min-height: 33px;
	}
	.footer-content {
		margin: 0 !important;
		line-height: 14px;
	}
	.login-area-img {
		width: 100%;
		margin-top: 25px;
	}
	.login-area {
		width: 100%;
		padding-bottom: 45px;
	}
	
	
	
	
}


