.bg-secondary {
    background-color: #222222;
}

.text-white {
    color: white !important;
}
.text-blue {
    color: #009e3f !important;
}
.text-black {
    color: #000000 !important;
}
input {
    display: inline-block !important;
    color: #0c0c0c;
}
#copytext {
    width: 40% !important;
}

.mastfoot {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}