body{
    background-image: url(../img/fondo3.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-size: cover;

    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    max-width: 500px;
    margin: 0 5% 20px 5% !important;
}

#email, #contrasena{
    text-align: center !important;
}

.texto-footer{
    margin-top: 1rem;
}

#extension{
    margin-top: 1rem !important;
}

#footer-norepudio{
    background-image: none !important;
}
@media (max-width: 1000px) {
  #fondo-interno{
    padding-bottom: 4.5rem !important;
  }

  #footer-norepudio{
      background-image: none !important;
      position: absolute !important;
      bottom: 0 !important;
      width: 100% !important;
      height: 12% !important;
  }

  #divMovil{
    height: 40% !important;
  }
}

#footer-norepudio::before{
    background-image: none !important;
}

.imagen-norepudio{
    max-width: 12%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

.text-footer{
    margin-bottom: .4rem !important;
    font-size: .8rem !important;
}

.header-repudio{
    background-color: #2e4863 !important;
}

#img-header {
    max-width: 7%;
    margin-left: 10rem;
}

#fondo-interno{
    max-height: 100%;
    margin-top: 8%;
    margin-bottom: 3rem;
    background-size: 70%;
    background-image: url('../imagenes/fondo-interno.png');
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

#fondoBody{
    background-color: #fff !important;
    background-image: none !important;
}

.texto{
    text-align: left !important;
    margin-left: 10%;
}

.titulo-doc{
    text-align: left;
    margin-top: 17%;
    color: #17a2b8 !important;
    font-size: 1.2rem;
}

.nombre-doc{
    text-align: left;
    font-size: 1.2rem;
}

#principal {
    min-height: 100vh;
    border-radius: 0;
    margin-bottom: -90px !important;
}

.footerTrans{
    height: 100px !important;
    position: relative;
    background: #2e4863;
    overflow: hidden;
    color: white;
    line-height: 14.5px;
    bottom: 0;
    background-image: url('../imagenes/footer-correspondencia.jpg');
}
.footerTrans::before {
    display: block;
    position: relative;
    color: white;
    max-height: 110px !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    line-height: 14.5px;
    background-image: url('../imagenes/footer-correspondencia.jpg');
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
}
#segundo{
    text-align: center;
}
#logo{
    width: 80%;
    margin-top: 2% !important;
    margin-bottom: 3% !important;
}

#form1 {
    text-align: center;
    margin: auto;
    max-width: 450px;
}

#form2 {
    text-align: center;
    margin: auto;
    max-width: 450px;
}

#submit{
    background-color: #e7ad46;
    border-color: #e7ad46;
    padding: 10px;
}

label{
    color: black;
    font-weight: 700;
}

.labeltitulo{
    font-weight: 700;
}

.alineado{
    margin-bottom: 16px;
}

.container h2{
    color: #FFF;
}

table{
    text-align: center;
}

#bienvenido{
    text-align: center;

}

#bienvenido p{
    opacity: .7;
    color: #FFF;
}

.jumbotron {
    background-color: transparent !important;
}

.nombre-documento{
    max-width: 100%;
}

#footerTable{
    width: 100%;
    height: 90%;
    font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  #logo{
    max-width: 248px;
    }
    #footer{
        position: relative;
    }
}

@media only screen and (max-width: 1700px) {
  .nombre-documento{
    max-width: 40% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .nombre-documento{
    max-width: 35% !important;
  }
}

.errors {
  color: #F00;
}

textarea { resize: vertical; }
