.login-page, .bg_body, .register-page {
    background-image: url("../images/overlay.png"), url("../images/bg.jpg");
    background-repeat: repeat, no-repeat;
    background-size: auto auto, 100% 100%;
    letter-spacing: 1px;
  }
  h1, h2, h3 {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
  }

  
.card-title{
    background: radial-gradient(#f9f9f9, #fff);
    border-radius: 10px;
    margin: auto;
    padding: 5px 10px;
    border-top: 5px solid #dc3545;
    text-align: center;
}
.card-title a{
    color: #f00 !important;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 40px !important;
    letter-spacing: 3px;
    font-weight: bold;
}
  .login-logo a {
    color: #f00 !important;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 45px !important;
    letter-spacing: 7px;
  }

.login_ini{
    background: radial-gradient(#fa7b7bc0, #dc3545);
    background-color: rgba(0, 0, 0, 0);
}
.bg_footer{
    background: radial-gradient(#fa7b7bc0, #dc3545);
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}
.link_inicio{
    position: absolute;
    top: 10px;
    width: 90%;
    text-align: center;
    border-bottom: 2px solid #797676;
    margin: 0 5%;
}
.link_inicio a{
    float: left;
    width: 50%;
    padding: 5px;
}