﻿body {
    background-color: #28292c !important;
}

.bg-color {
    background-color: #202124 !important;
    border-bottom: 2px solid #fff;
}

.custom-card {
    background-color: #202124;
}

.custom-inputs {
    background-color: #202124 !important;
    border: 2px solid #00f3a575 !important;
    color: #fff !important; 
}
.custom-inputs::placeholder {
    color: #fff !important;
}
    input::placeholder {
        color: #fff !important;
    }

label{
    color: #fff;
}

.custom-btn{
    background-color: #fff;
    transition: all .3s;
}

.custom-btn:hover {
    background-color: #00f3a575;
    color: #fff;
}

.addon {
    background-color: #00f3a575;
}

.addon i{
    color: #000;
}
