body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  background-image: url("../images/IPSEN\ Agenda_BG\ 2\ copy.jpg");
  background-size: cover;
}
.form-wrapper {
  background-color: white;
  border-radius: 44px;
  padding: 1.45rem 2.075rem;
}
.form-wrapper .form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-wrapper label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-wrapper .form-group .form-control {
  border-color: #000001;
  border-radius: 15px;
}
.enter-btn {
  margin: auto;
  display: block;
  margin-top: 23px;
  background-color: #0970ba;
  color: #ffffff;
}
.card {
  border: none;
  border-radius: 44px;
  padding: 30px;
  max-width: 71%;
  background: white;
  color: #0000 0;
  text-align: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  margin: 10% auto;
}
.icon {
  font-size: 80px;
  color: #28a745;
}
.banner img {
  height: 100%;
  width: 100%;
}
nav {
  background-color: rgb(7 38 111) !important;
}
ul.navbar-nav.ms-auto {
  font-size: 28px;
}
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
.container-embed {
  width: 98%;
  margin: auto;
  overflow: hidden;
}
.mainBtn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.mainBtn:hover {
  background-color: #0056b3;
}
header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background-color: #000000;
  max-height: 100px;
}
header img {
  max-width: 100px;
  height: auto;
}
.sticky-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
}

.policy-banner {
  height: 100px;
  width: 2000px;
  color: yellow;
  background-color: blue;
  position: fixed;
  bottom: 0;
  left: 0;
}
.footer {
  height: 10px;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 6px;
  width: 100%;
  background: #F8F9FA;
}


@media (max-width: 768px) {
  .email-wrapper {
    width: 100%;
  }
  .card {
    max-width: 100%;
  }
}

