html,
body {
  height: auto;
}
body{
  background-color: #1188cc;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px){
 
  h1{
    font-size: 1.5rem;
  }
  .header{
    margin-bottom: 2rem !important;
  }
   
}
.preheader{
  background-color: #FFFFFF;
}
.logotipo img{
  max-height: 70px;
}
.contactContainer p{
  line-height: 0.4rem;
}
.verde{
  color:#16eb17;
  font-size: 1.4rem;
}
.azul{
  color:#0198ff;
  font-size: 1.4rem;
}
.verde p{
  margin-bottom: 0rem;
}
.azul p{
  margin-bottom: 0rem;
}
.rounded{
    border-radius: .65rem !important;
}

/* Formulario de alta */
.form-newAccount {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  background-color: #5e91e2;
}
/* / Formulario de alta */

/* Formulario acceso  */
.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
  background-color: #5e91e2;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin i{
    font-size: 3.5rem;
}

/* / Formulario Alta */
.form-newAccount{
  margin-bottom: 100px;
}
.btn-primary{
    background-color:#375f93;
    border-color: #29466d;
}
.linkDark{
    color: #29466d;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #000000;
    color:#FFFFFF;
  }
.footer .row{
    background-color: #000000;
}