/*


*/
.navbar-brand img {
  width: 12rem;
}

/* Hero page section */
.home-body {
  position: relative;
  z-index: 10;
  padding: 3rem 10%;
}
.home-body h1 {
  font-size: 5rem;
  width: 72%;
  padding-block-start: 5rem;
  padding-block-end: 0.7rem;
  color: #fff;
}
.home-body h1 span {
  color: rgb(51, 163, 255);
}
.home-body p {
  padding-block-end: 2rem;
  width: 45%;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.home-body .btn {
  background-color: #fff;
  border-radius: 0;
  padding: 10px 15px;
  color: rgb(0, 140, 255);
}
.home-body .btn:hover {
  background-color: rgb(51, 163, 255);
  color: #fff;
}
.card-img {
  height: 15rem !important;
}
.y-ch-us {
  width: 100%;
}
.y-ch-us li {
  font-size: 1.3rem;
}

main {
  width: 100%;
  height: 100%;
  position: relative;
  padding-block-end: 4rem;
}
.cal::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.home {
  background-image: url("../images/background-21.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cal {
  background-image: url("../img/vaccination-formpage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
form {
  position: relative;
  z-index: 3;
  background-color: rgb(178, 220, 255);
  width: min(80%, 30rem);
  height: 100%;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: display 1.2s ease-in-out;
}
.form-group > * {
  display: block;
  margin-block-start: 5px;
}
input,
select {
  width: 100%;
  border-radius: 5px;
  border: 0;
  padding: 5px 10px;
}

button {
  border: 1px solid rgb(0, 140, 255);
  padding: 0.5em;
  background-color: rgb(0, 140, 255);
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
  color: rgb(235, 246, 255);
  margin-block: 1rem;
}
button:hover {
  background-color: rgb(103, 186, 255);
  color: #fff;
}

.container2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.form-container form {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.form-container input {
  background: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.form-container input:focus {
  outline: none;
}

button {
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid rgb(0, 140, 255);
  background: rgb(0, 140, 255);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

button.ghost {
  background: transparent;
  border-color: #fff;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.card-img-top {
  height: 12rem;
}
.submit:hover {
  background-color: rgb(104, 185, 252);
}
.msg {
  position: relative;
  z-index: 2;
  opacity: 0;
  font-weight: 500;
  font-size: 1.2rem;
  color: rgb(58, 167, 255);
  background-color: white;
  width: min(80%, 30rem);
  border-radius: 2rem 0;
  padding: 1.5rem 2rem;
  transition: opacity 0.6s ease-in-out;
}

/* Sign in & Sign Out */
