.card{
    background-color: rgba(0,0,0,0.5);
}
.card-header h3{
    color:#fff;
    text-align:left;
    text-transform: none;
}
.justify-content-center a{
    color:#fff;
    text-transform: none;
}
.input-group-text{
    background-color: #2c2620;
    border-color: #2c2620;
    color:#fff;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
    background-color:#fff;
    text-align:left;
}
.form-group::after, .form-group::before{
    border: 1px solid #a52a2a00 !important;
}
.login_btn{
    background: #2c2620 !important;
    color: #fff;
    width:100px !important;
}
.login_btn:hover{
    background: #fff !important;
    color: #2c2620;
}
.remember{
    margin-bottom:10px;
    color:#fff;
    text-transform: none;
}
.remember input{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}
.form-group{
    height:35px !important;
}
.card-header h3{
    margin-bottom: 0rem;
}