.form-control::placeholder {
    color: white;
}

.form-control {
    color: white;
    background: #636363B2;
}

.form-control:focus {
    border: 1px solid;
    border-color: #ED1860;
    color: black;
    background: white;
    outline: unset;
    box-shadow: unset;
}

.text-right {
    color: white;   
}

input:disabled, select:disabled {
    color: rgb(88, 88, 88);
}