.card {
    background-color: #323335;
    border: 1px solid #155d7e;
    border-radius: 12px;
}

.card-header {
    background-color: #155d7e;
    border-radius: 12px 12px 0 0 !important;
    border-bottom: none;
}

.card-header h6 {
    color: #fff;
}

.form-control {
    background-color: #404040;
    border: 1px solid #404040;
    border-radius: 24px;
    color: #fff;
    height: 42px;
}

.form-control:focus {
    background-color: #404040;
    border-color: #155d7e;
    color: #fff;
    box-shadow: none;
}

.form-control:disabled {
    background-color: #333;
}

label {
    color: #fff;
}