@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
.login-image {
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/bg.jpg') !important;
  background-position: center !important;
  background-size: cover !important;
}


.box {
  border-radius: 0px;
  background: #fff;
  /*box-shadow: -5px -5px 13px #f0f0f8, 5px 5px 13px #f0f0f8 !important;*/
  padding: 2rem 1rem !important;
}







.bg-cyan {
  background-color: #1ba1e2!important;
  color: white !important;
}
.bg-green {
  background-color: #60a917!important;
  color: white !important;
}
.bg-orange {
  background-color: #fa6800!important;
  color: white !important;
}
.bg-red {
  background-color: #ce352c !important;
  color: white !important;
}
.bg-grey-white {
  background-color: #f5f5f5 !important;
  /*color: white !important;*/
}
.bg-lime {
  background-color: #A4C400 !important;
  color: white !important;
}



 



