body{
font-family: Open Sans, sans-serif, Roboto;
	/*background-color: #05babb!important;*/
}
.bg-grey{ 
	background-color: #ff8400!important;
	height: auto;
	background-image: url(/img/bg-login-left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*background-blend-mode: lighten;*/
}

.btn-xl{
	background-color: #fff;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	color: #ff8400;
	font-weight: bold;
	text-transform: uppercase;

}
.btn-xl:hover{
	background-color: #ccc;
	width: 100%;
	color: #ff8400;
	font-weight: bold;
	text-transform: uppercase;

}

h3{
	color: white;
	padding-bottom: 15px;
	border-bottom: 1px solid white;
}

label, .text-title{
	color: #00157d;
}

strong, h4{
	color: #f3f3f3;
}

.spanLabel{
	background-color: #ff8400;
	padding: 3px;
	color: white;
	border-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul > li{			
	list-style-type: none;			
	/*background-color: #00157d;*/
	/*background-color: #fff;*/
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;

}
li > i{
	color: #00157d;			
}

ul{
	-webkit-padding-start: 0px!important;
}

@media (max-width: 600px) {
  .img-resp {
	max-height: 50px;

  }
}
@media (min-width: 601px) {
  .img-resp {
	max-height: 75px;			
  }
}

.required {
	color: #a94442;
}

.spanVentajas{
	/*background-color: rgba(255,255,255,0.1);*/
    padding: 5px;
    margin: 5px;
	color: white;
    border: 1px solid white;
    display: block;
}

