
.login {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.lenguajes a {
    color: black;  
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    background-color: black;
    }


@font-face {
    font-family: FoundersGrotesk;
    src: url("../fonts/FoundersGrotesk-Light.otf");
    font-weight: 300;
    font-style: normal
}


@font-face {
    font-family: FoundersGrotesk;
    src: url("../fonts/FoundersGrotesk-Medium.otf");
    font-weight: 700;
    font-style: normal
}


@font-face {
    font-family: FoundersGrotesk;
    src: url("../fonts/FoundersGrotesk-Regular.otf");
    font-weight: 400;
    font-style: normal
}

.h2, h2 {
    font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: FoundersGrotesk, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: FoundersGrotesk, sans-serif;
}


#tablaScroll {
  width: 100%;
  min-height: 100%;
  max-height: 500px;
  overflow: auto;
}


b, strong {
    font-weight: 700;
}

footer {
    font-size: 18px;
    line-height : 22px;
    color: #000;
}

input[type="checkbox"] {

}

.form-inline {
  display: inline-block;
  margin-bottom: 0; /* I added this after I posted my reply */
  vertical-align: middle; /* Fixes any weird issues in Firefox and IE */
}

tfoot {
    background-color: #c7ebf1;
    font-weight: 700;
}
