.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    /*min-height: 100px;*/
    position: relative;
}

.navbar-default {
	background-color:#FFF;
	border-bottom:1px solid #ccc;
}

.navbar.navbar-default .navbar-nav li.active a {
	background-color: #4185BB;
    color: #FFF;
    font-size: 12px;
    /*padding: 5px 20px;*/
    margin-top: 15px;
    margin-right: 300px;
}

.img-icon-custom {
	display: inline-block;
	width: 40px;
	height: 40px;
	/**margin-right: .3em;*/
	line-height: 14px;
	vertical-align: text-top;
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin-top: 1px;
}

.right-login-panel .row {
	margin-bottom:20px;
}

.right-login-panel h2 {
	margin-bottom:20px;
}

.right-login-panel .row p {
	font-size:18px;
	margin-top:10px;
}

.iframeload {
	margin-top:20px;
}

.form-title-btn {
	margin-top:20px;
	background-color:#39B3D7;	
	padding:10px;
}

.userSignupForm,
.userLoginForm,
.userAccessForm,
.userSessionForm {
	padding: 0 1.5rem;
	border:1px solid #ccc;
}

.userSignupForm  .form-group label,
.userLoginForm  .form-group label,
.userAccessForm .form-group label,
.userSessionForm .form-group label {
	color:#888888;
	margin:10px 0 3px; 0;
	font-size:14px;
}

.userSignupForm  .form-group .submit-btn,
.userLoginForm .form-group .submit-btn,
.userAccessForm .form-group .submit-btn,
.userSessionForm .form-group .submit-btn {
	margin-top:10px;
	color:#000;
	font-weight:bold;
	background-color:#F5E468;
}

.loginforgot a {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

.loginforgot {
	margin:20px 0 10px 0;
}


/*CSS start to display video iframe tag as responsive*/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**CSS code to display logo width responsive**/
.navbar-brand img.img-responsive {
	max-width: 200px;
    max-height: 100px;
}
.navbar-footer.navbar-inverse {
    background-color: #222222 !important;
    border-color: #080808 !important;
    margin-top: 20px;
}
.footer-white-text {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
/*CSS end to display video iframe tag as responsive*/

@media only screen and (max-width: 500px) {
    .navbar.navbar-default .navbar-nav li.active a {
        margin-right: 50px;
    }
}