/* CSS Document */
body{ background:#d7dce1;}

.h-100{ height: calc(100vh - 77px) !important;}
.width-94{width:94px;}

/* hack css for internet explora IE10 & IE 11 */
@media all and (-ms-high-contrast:none){
	.h-100 { height: calc(100vh - 120px) !important;} /*IE10 */
	 *::-ms-backdrop, .h-100 { height: calc(100vh - 120px) !important;}/* IE11 */
}

.top-menu ul li:nth-child(1) .nav-link{ border-left:0px;}

/***************************** Login Page css : START **********************************/

.login-section{ 
	margin:0px auto 30px; 
	width: 450px;  
	padding:0px 5px 5px;
	background:#f1f2f3;
	border:1px solid #617583;
	
	-webkit-box-shadow: -2px 9px 5px -1px rgba(0,0,0,0.11);
	-moz-box-shadow: -2px 9px 5px -1px rgba(0,0,0,0.11);
	box-shadow: -2px 9px 5px -1px rgba(0,0,0,0.11);
	border-radius:5px;
	vertical-align:middle;
	
}
.login-section h1{ font-size:14px; font-weight:bold; color:#3f5c78; margin:0px; color:#FFF; padding:10px 0px;}
.login-section p{color:#3f5c78; padding-top:10px; text-align:center;}
.login-section label{ margin-bottom:0px;}
.login-section .border-bootm{ border-bottom:1px solid #dee2e6; padding-bottom:10px; margin-bottom:20px;}
/*login page css : end*/

.contact-number{ margin-bottom: 20px;}
.contact-form{ background:#f1f2f3; border: 1px solid #e8eaeb; padding: 10px;}
