

body{
    /* background-image: url('/images/Home_750cc_clasica.jpg'); */
   /*background-image: url('/img/bkgd-home.jpg');*/
   /*background-repeat: no-repeat;*/
   background-attachment: fixed;
   background-color: #ba5106;

} 

.texto-color{
   color:#FFFFCC;
}

.texto-alerta{
   color:rgb(189, 6, 6);
}

#cover {
   
   background-size: cover;
   height: 100%;
   text-align: center;
   display: flex;
   align-items: center;
   position: relative;
}

#cover-caption {
   width: 100%;
   position: relative;
   z-index: 1;
}

/* only used for background overlay not needed for centering */
form:before {
   content: '';
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   background-color: rgba(0,0,0,0.3);
   z-index: -1;
   border-radius: 10px;
}
