body{
  min-height:100vh;
  background-color:#f8fbff;
  background-image:url("../b1.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
.topbar{background:#ffffff1f;}
.logo-box{font-weight:800;color:#0d6efd;background:#fff;border-radius:.45rem;padding:.55rem .75rem;font-size:1.35rem}
.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f2428,#0d6efd);}
.auth-card{max-width:430px;width:100%;border:0;border-radius:1rem;box-shadow:0 20px 60px rgba(0,0,0,.18)}
.card-soft{border:0;border-radius:1rem;box-shadow:0 10px 35px rgba(20,30,50,.08)}
.section-title{font-weight:800;color:#0d6efd;font-size:1.15rem}
.table-rate button{min-width:78px}
.rate-box{border:1px solid #dee2e6;border-radius:.45rem;background:#fff;padding:.45rem .35rem;font-weight:700}
.rate-box small{display:block;color:#6c757d;font-weight:500}
.footer-text{font-size:.85rem;color:#6c757d}
.me-auto a {
	color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #777;
}
@media (max-width:768px){
  body{
    background-attachment:scroll;
    background-position:center top;
  }
}