html {
  position: relative;
  min-height: 100%;
}
body {
    margin-bottom: 60px;
    color: #555;
    background: url("/Logos/login_fondo2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}


body > .container {
  padding: 10px 15px 10px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}

label {
    margin-bottom: .2rem;
	font-weight: 500;
}

.login-menu {
    margin-bottom: 3rem;
    background-color: #787878;
    -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
    box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}

.login-formulario {
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #2B2946;
    opacity: 0.9;
}

.link-celeste {
    color: #00B2A9;
    font-size: 13px;
    border-bottom: solid 3px;
    border-bottom-color: #00B2A9;
    font-family: berthold_akzidenz_grotesk_bRg !important;
}

.link-blanco {
    color: #FFFFFF;
    font-size: 13px;
    font-family: berthold_akzidenz_grotesk_bRg !important;
    /*font-family: 'Arial Rounded MT';*/
}

.texto-celeste {
    color: #00B2A9;
    font-size: 0.9rem;
    font-family: berthold_akzidenz_grotesk_bRg !important;
}

.texto-blanco {
    color: #FFFFFF;
    font-size: 0.9rem;
    font-family: berthold_akzidenz_grotesk_bRg !important;
}

.boton-submit {
    width: 280px !important;
    height: 39px;
    color: #FFFFFF;
    font-size: 13px;
    font-family: berthold_akzidenz_grotesk_bRg !important;
    background-color: #00629B;
    border-radius: 0.55rem !important;
}

.texto-error {
    color: #00B2A9;
    font-size: 13px;
    font-family: 'Arial Rounded MT';
}

/* Nav links */
.nav-link {
  position: relative;
  padding: 1rem;
  font-weight: 500;
  color: #cdddeb;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: transparent;
}

/* Active state gets a caret at the bottom */
.nav-link.active {
  color: #fff;
}
.nav-link.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -.3rem;
  vertical-align: middle;
  content: "";
  border-right: .3rem solid transparent;
  border-bottom: .3rem solid;
  border-left: .3rem solid transparent;
}


/* Footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.btn-celeste {
    color: #fff;
    background-color: #54BADB;
    border-color: #54BADB;
}

    .btn-celeste:hover {
        color: #fff;
        background-color: #26B1D8;
        border-color: #26B1D8;
    }


.btn-rojo {
    color: #fff;
    background-color: #E03628;
    border-color: #E03628;
}

    .btn-rojo:hover {
        color: #fff;
        background-color: #E03628;
        border-color: #E03628;
    }

.textoDesconectado {
    background-color: #FFFFFF;
    border-left: 5px solid #54BADB !important;
    height: 50px;
    padding-top: 12px;
    margin-left: 20px;
    margin-bottom: 25px;
    border: 1px solid #CCCCCC;
}

.bordeLogin {
    border: 7px solid #AAAAAA;
}

.cajaTextoLogin {
    border-radius: 0.55rem !important;
    font-family: berthold_akzidenz_grotesk_bRg !important;
}