html, body{height:100%;min-height:100%;}
body{
  /*background-image:url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg");*/
    background-image:url("img/bg.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
    background-attachment: fixed;
}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
}
.login-form input[type="text"], .login-form input[type="tel"] {
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text, .botto-text a {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

img{
  max-width:100%;
}

.chat-img{
  max-height:32px;
}

.carousel-caption h5, .carousel-caption p{
  text-shadow: 1px 1px 1px rgba(0,0,0,0.9), 0px 0px 5px rgba(0,0,0,0.9);
}

.flex-cover{
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display:flex;
	height:400px;
}
.middle{
	background:rgba(0,0,0,0.3);
	color:#fff;
	font-size:1.25rem;
	margin:auto;
	padding: 10px 20px 20px;
	text-align: center;
	width:100%;
}
.middle h5{
  font-size:2rem;
}
.middle h5, .middle p{
  text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}
.flex-cover2{
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display:flex;
	height:300px;
}

.flot{max-width:795px;height:250px;width:100%;margin:auto;}

.h1, h1, .h3, h3 {
    font-size: 1.55rem;
}

.btn-info {
    color: #fff;
    background-color: #7DBFFC;
    border-color: #7DBFFC;
}