body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-image: url(./assets/image/features.png);
  /* background-size: 1360px, 600px; */
  background-size: 100% 100vh !important;
  background-repeat: no-repeat !important;
}
.card2 {
  height: 410px;
  width: 96%;
  border: none;
  background: transparent;
  border-radius: 8px;
  transition: all 0.5s;
}
.btn {
  height: 35px;
  width: 100%;
  background-color: #015800;
  font-weight: 500;
  color: #ffffff;
  border: none;
  font-size: 15px;
}
.card {
  margin-top: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:rgba(0, 0, 0, 0.3) !important ;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card2:hover {
  transform: scale(1.1);
}
.login{
    color: white;
    font-size: 20px;
    font-weight: 600;
}
span{
    color: white;
    font-size: 15px;
    font-weight: 600;
}