body {
  background:#fff;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.formlabel {
    margin: 0 0 0 0;
    padding: 5px 0 2px 0;
}

.frmbg {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.red {
  color:red;
}


.navbgmain {
    background: #2e79cf !important;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.navbgmain a.nav-link {
    color: #fff;
}

.footerbg{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.copyright-text{
    text-align: center;
    font-size:10px;
}