body, html { 
  margin:0; 
  padding:0; 
  height:100%; 
} 
#login_ h1, #login_ h2, #login_ h3, #login_ h4, #login_ h5, #login_ h6, #login_ label {
	color: #919294;
}
#login_ label{font-weight: 500;margin-bottom: 0;font-size: 14px;}
/* backgrounds */
.dia { 
	/*background-image: url('../img/dia.png'); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: white;*/
}

.tarde { 
/*	background-image: url('../img/tarde.png'); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: white;*/
}
.noche { 
	/*background-image: url('../img/noche.png');
	background-position: center center;
	background-repeat: no-repeat;*/
/*	background-attachment: fixed;*/
	/*background-size: cover;
	background-color: white;*/
}

#login_sistema{
/*  padding-top: 3%;*/
  min-height:100%; 
  position:relative; 
}
#contenedor_login{
 /* padding-bottom:160px; */
}

.login_inicio{
	margin-top: 300px;
}
/* estilo de forma login*/
#cardLogin{
	width: 100%;
    margin: 0 auto;
}
.card{
	border: 1.6px solid rgb(0, 0, 0) !important;
    border-radius: 0.45rem !important;
}
.subtitulo_logo{
	width: 140px;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
    padding-top: 2px;
    padding-bottom: 8px;
}

.links_gris a, .link_gris:visited{
	color:#949598;
	font-size: 14px;
}
.links_gris a:hover{
	color:#ff5f5f;
	text-decoration:underline;
}
/* colores botones*/
.btn_color_blanco{
	background: white;
	color:black;
}
.btn_color_rojo, .btn_color_rojo:active, .btn_color_rojo:visited{
	background:#ff5f5f;
	color:white;
	font-size: 15px !important;
}
.btn_color_rojo:hover{
	color: #fff;
    background: #d9bb7e;
}


.input-group-addon{
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#login_sistema .form-control, #login_sistema .input-group-addon {
	border: transparent !important;
	background-color: #eaecef !important;
}
.input_icon{
	font-size: 26px !important;
	color: #cfd3d8;
}
img.logo_plane {
	height: 65px;
}
h1.titulo_gestionar {
	font-size: 43px;
	color:#d8ba7c !important;
}
img.imagen_ciudad {
	width: 110%;
	float:inline-start;
}
.push_top100px{
	padding-top: 75px;
}

.titulo_24{
	padding-bottom: 40px;
}
.form_tamano{
	width: 90%;
    margin: 0 auto;
}

#footer-zona{
  height: 100%;
  min-height: 130px;
  background:#333333; 
  width:100%; 
  bottom:0; 
  left:0; 
  color:#fff;
  padding-bottom: 10px;
}
#footer-zona a{
	color:#fff;
}
.footer-icon i{
	padding-top: 30px;
	padding-bottom: 7px;
	font-size: 33px;
	color:#d9ba7c;
}


@media (min-width: 1700px) and (max-width: 70000px){
  #footer-zona{
   height: 130px; 
  background:#333333; 
  width:100%; 
  bottom:0; 
  left:0; 
  position: absolute;

  }
}

@media (max-width: 992px){
	img.imagen_ciudad {
    width: 100%;
    float: right;
	}
	.push_top100px {
    padding-top: 30px;
}
}

.alert-danger, .alert-error {
    color: #E9EDEF !important;
    background-color: rgba(231, 76, 60, 0.88) !important;
    border-color: rgba(231, 76, 60, 0.88) !important;
}
.alert{
	border-radius: 0rem !important;
	margin-bottom: -2rem !important;
}