html,body{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;

  min-height: 100%;
  min-width: 100%;
  display: table;
}

.Site {
    -js-display: flex;
  display: flex;
  min-height: 100vh;
  flex-direction: column;

}

.Site-content {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1;
/*    margin-top: 5%;*/
  flex: 1;
     display: table-row-group;
}


div.row.content{
    margin-top: 5%;
    height: 95%;
}
header{
   height : 45px;
/*    width: 100vw;*/
    margin-bottom: 20px;
}
header img{
/*   height : 95px;*/
    margin-left: 5vw;
}
header img.sep{
      margin-top: 10px;
    height: 75px;
    width: 350px;
}
.labeltec{
/*margin-top: 30;*/
color: darkgrey;
    font-weight: 700;
    font-size: 17pt;
    margin-left: 10px;
    display: inline-block;
}
.btn-default.principal{
    background: #172154;
    color: white;
    font-size: 14pt;
}
.principal{
    color: #172154;
}
.iniciar{
    color: #00b83b;
    font-weight: 500;
}
.registrar{
    color: #010203;
}


a.registrar:hover{
    color: #ff2742;
    text-decoration: none;
}
button.recuper,#registrar.principal{
    margin-left: 150px;
}

.carousel-indicators{
    margin-bottom: -15px;
}
footer{
 display: table-footer-group;
}
footer,footer img{

    height: 75px;
    text-align: center;
  
}
a.info:hover{
    text-decoration: none;
}
.helpMenu{
    float: right;
}
/*
#resultado {
    background-color: #fff;
    border: none;
}
*/
/*
#curp_input{
    background-color: red;
    color: white;
    font-weight: bold;
}
*/




