@media (max-width: 720px) {
  .imagen_header {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #BodyLogin {
    margin-top: 300px;
  }
}

body,
html {
  height: 100%;
}

.body {
  /*background-color:#23282d;*/
  color: #fff200;
  font-family: "Amiko", Sans-serif;
  font-size: 17px;
  font-weight: 200;

  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #54595f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.btn-primary {
  margin-bottom: 10px;
  color: #54595f;
  background-color: #fff200;
  border-color: #fff200;
}

.btn-primary:hover {
  color: #54595f;
  background-color: rgba(255, 242, 0, 0.82);
  border-color: #fff200;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #54595f;
  background-color: rgba(255, 242, 0, 0.82);
  border-color: #fff200;
}

#div_logo_index {
  width: 100%;
}

#div_logo_index img {
  width: 100%;
}
.fixed {
  position: fixed;
  top: 0;
}
.fondo-gris {
  background-color: #23282d;
  color: #fff200;

  font-size: 17px;
}

.fondo-amarillo {
  background-color: #f4d400;

  color: #54595f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.letra_amarilla {
  color: #fff200;
}

.descripcion_archivo {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #54595f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

#header {
  height: 75px;
  font-size: 20px;
}

#imagenes_header {
}

.imagen_header {
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

.visor_pdf {
  height: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.visor_pdf embed {
  height: 100%;
  width: 100%;
}

.visor_pdf object {
  height: 100%;
  width: 100%;
}

#footer {
  height: 100px;
}

#BodyLogin {
  margin-top: 150px;
}

a {
  cursor: pointer;
}
.my-custom-scrollbar {
  position: relative;
  height: 500px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}
.password-icon {
	float: right;
	position: relative;
	margin: -25px 10px 0 0;
	cursor: pointer;
}
