body {
    color: black;
    background-color: white;
}

footer {
    background-color: #323232;
    color: white;
}

::-webkit-input-placeholder {
    color: #77978b !important;
}
:-moz-placeholder {
    color: #77978b !important;
}
::-moz-placeholder {
    color: #77978b !important;
}
:-ms-input-placeholder {
    color: #77978b !important;
}

.active-step {
    color: #ed6c34;
}