body{
	background-color: #444;
}


.row div{
	margin-bottom: 0;
}

.loginCont{
	background-color: #F5F5F5;
	margin: 10px auto ;
	max-width: 500px;
	padding: 0px 5% 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	box-shadow:         0px 3px 12px rgba(0, 0, 0, 0.57);
	-webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.57);
	-moz-box-shadow:    0px 3px 12px rgba(0, 0, 0, 0.57);
}

.loginCont input{
	margin: 20px 0;
}

.loginCont .mensaje{
	color: #F21A00;
	padding: 3px 14px;
}

.page-header {
	border-bottom: 1px solid #E4E4E4;
}

@media (max-width: 767px) {
  .page-header h1{
    font-size: 20px;
  }
  .loginCont .btn{
    font-size: 14px;  	
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-header h1{
    font-size: 24px;
  }
  .loginCont .btn{
    font-size: 16px;  	
  }
}
html {
	height:100%;
	width:100%;
}
body{
	background: url('../img/bg.jpg') no-repeat center center;
	background-size:100% 100%;
}
/*
#container {
	background-attachment: fixed,	fixed;
	background-image: url('../img/bg.jpg');
	background-position: top left,	center center;
	background-size: auto,	cover;
}
//*/
.container {
	width: 100% !important;
	padding: 0px !important;
}


@media (min-width: 500px){

	.container {
		min-width: 100% !important;
	}

}

.test {
	background-color: red;
}

section {
	background-position: 50% 50%;
    background-repeat: no-repeat;
		background-size: cover;
		position: relative;
    word-wrap: break-word;
}
.cid-r6GJItlPW5 {
	padding-top: 60px;
	padding-bottom: 15px;
	background-color: #f9f9f9;
}
.features9 {
	padding-right: 5%;
	padding-left:5%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%);
}