/* TEXTO GLOBAL */

body,
p,
span,
div,
label,
small,
strong,
li,
td,
th,
a,
button,
input,
textarea,
select,
h1,h2,h3,h4,h5,h6{
    color:#ffffff !important;
}

/* PLACEHOLDERS */

input::placeholder,
textarea::placeholder{
    color:#ffffffcc !important;
}

/* LINKS */

a{
    color:#ffffff !important;
}

a:hover{
    color:#ffffff !important;
}

/* SUBTEXTOS */

.subtitle,
.description,
.text-muted,
.muted{
    color:#f5f5f5 !important;
}
