/* Background */
body{background-image: url(../img/fondo_dos.jpg); background-attachment: fixed; background-position: top center;}

.red{color: red; font-weight: bold;}


/* Test */
.btn-primary{background-color: #D19117; border-color: #D19117;}
.btn-link{color: #fff;}
/* .card{background-image: url(/img/fondo_dos.jpg); background-size: cover;} */


.con_login .justify-content-center{padding-top: 10vw;color: white;}
.con_login .col-md-6{align-self: center;}
.con_login p span{color:#f0b746!important;}
.con_login p span a{color:#f0b746!important;text-decoration:underline;}
.con_login .card-header{color:#f0b746}

.con_login .card{    background: rgba(0,0,0,0.3);
    border: 2px solid #00639c;
    border-radius: 16px;
    box-shadow: 0px 0px 10px #00639c;}
