body{
    padding-top: 40px;
    padding-bottom: 40px;
    /*background: url("../img/pattern/Elegant_Background-8.jpg") no-repeat fixed 100% 100% #293B47;*/
	background-size:cover;	
}
html{
	
}
a:hover, a:focus {
	color: #F86906;	
}
.input-group-addon {border-radius: 0px;}
.container-landing-page {
	margin: 0 auto;
	max-width:1150px;
}
.container{
	box-shadow: 0 0 10px #E5E5E5;
    padding: 15px;
/*    min-height: 310px;	
    width: 430px;*/
}

.btn-primary {
  color: #ffffff;
  background-color: #F86906;
  border-color: #F86906;  
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #F86906;
  border-color: #F86906;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.form-signin {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 20px;
    max-width: 400px;
    padding: 5px 29px 29px;}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin input[type="text"]:focus,
.form-signin input[type="password"]:focus,
.form-signin input[type="email"]:focus  {
    z-index: 2;
}
.form-signin input[type="text"] {    
    border-radius: 0;
}
.btn-lg{
	border-radius: 0px;
}
.form-signin input[type="password"] {    
    border-radius: 0;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-radius: 0;
}
.adminLoginScr{
	float:left;
	color:#fff;
	margin-top:20%;
	width: 100%;
}
.adminLoginScr a{
	color:#fff;
	text-decoration:none;
}
.adminLgnScrDiv{
	text-align: center;
	line-height: 184px;
	font-size: 16px;
}
.adminLoginScr .adminLgnScrDiv{
	height:124px;
	width:194px;
	background:url('../img/admnRightBnr.png');
	display: inline-block;
	margin-right:15px;
	margin-bottom:15px;	
	color:#797D88;
}
.btn-rect {border-radius: 0 !important;}
.adminLoginScr .adminLgnScrDiv:hover{
	height:124px;
	background:url('../img/admnRightBnr.png');
	background-position:0px -124px;
	color:#F86906;
}
.adminLoginScr .adminLgnScrDiv.inq{
	background:url('../img/inqRightBnr.png');
}
.adminLoginScr .adminLgnScrDiv.inq:hover{
	background:url('../img/inqRightBnr.png');
	background-position:0px -124px;
}
.adminLoginScr .adminLgnScrDiv.prmng{
	background:url('../img/projRightBnr.png');
}
.adminLoginScr .adminLgnScrDiv.prmng:hover{
	background:url('../img/projRightBnr.png');
	background-position:0px -124px;
}
.logoutLoginScr{
	width:87px;
	height:27px;
	background:url('../img/logout.png');
	display:block;
	margin:0 auto;
	margin-top:15px;
	/*position: fixed;
	bottom: 0;
	right: 47.7%;*/
}
.logologinSrc{
	margin-bottom: 5px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
}