body {
  background: #e7e7e7;
}
header#header-container {
  background: #003C71;
}
div.container-header {
  background: #003C71;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #CCC;
}
div.container-header .images {
  float: left;
  width: 90%;
  padding: 15px;
}
div.container-header .images a img {
  width: 16%;
}
div.container-header .help {
  float: right;
  width: 10%;
  padding-top: 35px;
}
div.container-header .help a i {
  color: #E7E7E7;
}
div.container-header .help a:hover i {
  color: yellow;
}
div.fond-color {
  background: #003C71;
  height: 300px;
  margin-bottom: -290px;
  z-index: -100;
}
div.box-login {
  background: #fff;
  border: 1px solid #CCC;
  margin-top: 0;
  font-family:raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 120px;
  border-radius: 2em 2em 2em;
}
h5 {
  padding-bottom: 0;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  text-transform: none;
  color: #CCC;
  box-sizing: border-box;
  font-size: 23px;
}
.box-login .input-field label, i {
  color: #9e9e9e !important;
}
.box-login .input-field label.active, i.active {
  color: #003C71 !important;
}
.box-login button {
  margin-top: 20px;
}
.box-login .register {
  margin-top: 12px
}
.box-login a {
  color: #003c71;
  font-weight: bold;
}
.box-login a:hover {
  color: #1D97C1;
  font-weight: bold;
}
.box-login .g-recaptcha {
    margin-left: auto;
    margin-right: auto;
}
label#servicebundle_gestion_alias-error, label#servicebundle_gestion_contrasena-error {
  color: #000;
  font-weight: bold;
}
.box-login .declaracion {
  text-align: center;
  font-size: 9px;
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.box-login .tienescuenta {
  margin-top: 15px;
  font-size: 13px;
}
.box-login .informacion {
  margin-top: 15px;
  font-size: 15px;
}
.box-login .enlaces {
  width: 100%;
  margin-top: 15px;
}
.box-login .enlaces .registros {
  float: left;
  text-align: left;
  font-size: 12px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.box-login .enlaces .olvida {
  float: right;
  text-align: right;
  font-size: 12px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.box-login .captcha {
  text-align: center;
  padding-left: auto;
  padding-right: auto;
}
.notification {
  border: 1px solid #540000;
  background: #ff6060;
  color: #540000;
  padding: 10px;
  font-size: 12px;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  margin-top: -120px;
  border-radius: 1em 1em 1em;
  text-align: center;
  font-weight: bold;
}
.exito {
  border: 1px solid #042800;
  background: #4caa56;
  color: #042800;
  padding: 10px;
  font-size: 12px;
  font-family: raleway,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
  margin-top: -120px;
  border-radius: 1em 1em 1em;
  text-align: center;
  font-weight: bold;
}
