.login-background{
    background: url(../images/loginbackground.png) no-repeat;
    background-size: cover;
}
.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Set the height to the viewport height */
  }

  .center-foegt-image{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; /* Set the height to the viewport height */
  }
  
  .center-login {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 100vh; /* Set the height to the viewport height */
    padding-top: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    
  }
  .bg-secondary {
    background-color: #D9D9D9 !important;
}
  

.center-image {
    animation: fadeInAnimation ease 5s ;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.auth-content{
    margin-top : 50%;
}
.card-img-overlay{
    top :auto !important;
}

.containt p {
    font-size: 18px;
    font-weight: bold;
    /* padding: 10px 0; */
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*input.form-control {*/
/*    padding: 1.5rem;*/
/*    border: 1px solid;*/
/*    border-radius: 20px;*/
/*    font-size: 1.8rem;*/
/*}*/
/*h1.mb-5 {*/
/*    font-size: 4rem;*/
/*}*/
/*.w-100.rounded.bs-tertiary-color-rgb.border-none {*/
/*    padding: 1.2rem;*/
/*    font-size: 2rem;*/
/*    border-radius: 50px;*/
/*}*/

/*h1.heading{*/
/*    font-size:3rem;*/
/*}*/

/*p.title{*/
/*    font-size:2rem;*/
/*}*/
/*a.text-decoration-none.text-secondary {*/
/*    font-size: 2rem;*/
/*}*/
/*label {*/
/*    font-size: 2rem;*/
/*}*/
/*input.form-control.mx-2 {*/
/*    font-size: 5rem;*/
/*    text-align: center;*/
/*}*/
ul.navbar-nav.mr-auto {
    width: 100%;
}

li.nav-item {
    width: 25%;
    text-align: center;
    padding:0 20px;
}

.navbar-nav {
    display: flex;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
a.text-decoration-none.text-dark span {
    padding: 5px 2px;
     background: #192138;
    border: 1px solid #192138;
    border-radius: 50%;
    margin-right: 10px;
}

.form-check.form-switch {
    font-size: 20px;
}

.form-check-input:checked {
    background-color: #EF8A00;
    border-color: #EF8A00;
}
.form-switch .form-check-input{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input{
    background-color : #383840;    
}
.nav-tabs li.nav-item {
    padding:0;
    width: 50%;
}
.nav-link {
    width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #EF8A00;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border-bottom: 3px solid #60666A;
        font-weight: bolder;
    font-size: 20px;
    color:black;
}
p.faq-tag.mx-2.text-white {
    background: #EF8A00;
    border-radius: 20px;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .70em !important;
    color: #dc3545;
}
a.px-3.text-decoration-none.text-dark.active.category {
    font-weight: bold;
}
div#desc img {
    width: 100% !important;
    height: auto;
}

figure {
    width: 100% !important;
}