
/* Imagen de fondo */
body {
	background-image: url(../../../imagenes/bg-energia-01.jpg);
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}

.login-panel { margin-top: 15%; }

/* legend { padding: 10px 20px; margin-bottom: 0px; background-color: white; border-radius: 20px; margin-top: 30px; } */
legend {color: white; margin-bottom: 0px; }

legend.legend-margin-top { margin-top: 30px; }

.wizard > .content > .body label { color: white; font-weight: normal; }

.wizard > .actions { margin-top: 20px; }

.wizard > .steps > ul > li { width: 33%; }

.wizard > .content { padding: 20px; background: #2184be; }

.btn-naranja-oferta { background-color: orange; color: white; margin-bottom: 20px; margin-top: 20px;}

/* Control errores  */
.wizard > .content > .body label.error { margin-left: 0; }

.wizard > .content > .body { padding-bottom: 5%; }

/* .wizard > .steps { padding-left: 15%; } */
/* legend.legend-mas-padding { padding-top: 30px; } */

/* BOTON CALCULAR AHORRO */

div.bloque-boton-ahorro { padding: 25px; }

/* TARJETAS OFERTAS EMPRESAS */

.tarjeta-oferta-cliente { background-color: #fafafa; padding: 10px; padding-left: 20px; }

.btn-contratar-empresa { padding: 0PX 10PX; }

p.parrafo-ahorro-estimado-mensual { color: #000000; background-color: #5cb85c; padding-left: 10px; }

a.btn-blanco-nuevo-contrato { background-color: #ffffff; color: #000000; }

div.contenedor-archivos-adjuntos { padding: 10px 10px 10px 5px; background-color: #006aa9; margin-bottom: 5px; }

input[type=file] { padding: 0; }

.texto-color-naranja{ color: #F5A623; }

/* Adaptar colores a los que nos indican 

.panel-primary {
	border-color: #000046;
}    

.panel-primary>.panel-heading {
    background-color: #000046;
    border-color: #000046;	
}
*/
@media (min-width: 1200px) { 


}

@media (max-width: 767px) {

	.margen-movil-inferior { margin-bottom: 10px; }

	legend { font-size: 17px; }

	legend, legend.legend-margin-top { margin-top: 10px; }

	.btn-calcular-ahorro-empresas { font-size: 12px; }

	div.bloque-boton-ahorro { text-align: center; padding: 15px; }

}