.text-primary {
    color: #FFC200 !important;
}

.bg-primary,
.btn-primary {
    background-color: #FFC200 !important;
    color: #fff !important;
}

.nav-link {
    color: #fff !important;
}

.btn-primary {
    outline: #FFC200 !important;
    border-color: #FFC200 !important;
    color: #000 !important;
}

.btn-info {
    outline: none !important;
    border-color: #067BEF !important;
    color: #fff !important;
    border: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
label,
input,
strong,
td,tr
small {
    font-family: 'Poppins','Tajawal', sans-serif;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}


.horizontal-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #FFC200 ;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.horizontal-line small {
    background:#fff;
    color: #FFC200;
    padding:0 10px;
}
.icon-container{
    margin-right: 6px
}
.btn-fb{
    background-color: #1877F2 !important;
    color: white!important;
}.btn-light{
    background-color: #fff !important;
    color: #222!important;
}

 .alert-success{
     background-color: #00C600 !important;
     color: white!important;
     border: none;
     -webkit-box-shadow: 6px 4px 18px -3px rgba(0,0,0,0.41);
     box-shadow: 6px 4px 18px -3px rgba(0,0,0,0.41);

 }
