body {
    background-color: rgb(0, 0, 0) !important;
    color: #f70776 !important;
}

.card {
    background-color: rgb(255, 255, 255) !important;
}

.card-body {
    color: #f70776 !important;
}

.form-control,
.form-control:focus {
    color: #f70776 !important;
    border-color: #f70776 !important;
    background-color: #f9f9f9 !important;
}

.form-control::placeholder {
    color: #f70776 !important;
    opacity: 0.7 !important;
}

label {
    color: #f70776 !important;
}

.btn.login,
.btn-primary.login,
.btn-close.login {
    background-color: #f70776 !important;
    border-color: #f70776 !important;
    color: #fff !important;
}

.btn.login:hover,
.btn.login:focus {
    background-color: #c5065e !important;
    border-color: #c5065e !important;
}

a,
a:visited,
a:active {
    color: #f70776 !important;
    text-decoration: underline;
}

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

.invalid-feedback {
    color: #f70776 !important;
}