.card-text{
    text-align: justify;
}

.text-center{
    text-align: center;
}

.container-login {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.formato-cards {
            background-color: rgba(255, 255, 255, 0.8);
}

.formato-fuente {
    color: white;

}

.btn-color {
    background: #003B5C;
    color: white;
}

.btn-color:hover {
     background: #023f63e5;
    color: white;
  /* background-color: #17b2df;
  color: white; */
}
