
/*Navbar*/
.navbar{
    background: #89C23F;
    padding: 5px 5px;
    /*border-bottom: 1px solid #eeeeee;*/
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px 19px;
    font-size: 19px;
    position: relative;
    color: #042255;
    /*background: #036CEF;*/
}
.navbar-expand-sm .navbar-nav .nav-link:hover {
    /*background: white;*/
    color: white;
 }
 .dropdown-menu{
     background-color:#89C23F ;
 }
 .navbar-expand-sm .navbar-nav .nav-link.active {
    color: white;
    /*background: white;*/
 }
 .navbar-toggler {
    background-color: white;
    border: none;
    padding: 10px 6px;
    outline: none; 
}
.header a {
    text-decoration: none;
    font-weight: 500;
    padding: 16px 19px;
    font-size: 23px;
    color: white;
   /*background: white;*/
}

/*Buy Airtime Form*/
.buyairtime-container{
   background:  #2c963f;
   border: 5px solid #f18114;
   border-radius: 30px;
   color: white;
}

.myAirtime-container{
    background:  #2596be;
   border: 5px solid #89C23F;
   border-radius: 30px;
   color: white;
}

.Tupay-container{
    background:  #2e2e76;
   border: 5px solid #eab70e;
   border-radius: 30px;
   color: #eab70e;
}
.Hallopay-container{
    background:  #92278f;
   border: 5px solid #93dcf8;
   border-radius: 30px;
   color: White;
}

 /*Form Buttons*/
.submitBairtime{
    background-color: #89C23F;
    font-family: sans-serif;
    text-align: center;
    width: 50%;
    margin: 10px 0px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 1.1em;
    color: white;
    border-radius: 10px;
    border: 2px solid #FFFFFF ;

    cursor: pointer;
    outline: none;           
}

.submitBairtime:hover {
    background-color: #159F4A;
}
.submitBairtime:active {
    background:  #ED1B24;
    color: white;
}


