/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} */

/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url("https://images.alphacoders.com/135/1350899.png") no-repeat;

  background-position: center;
  background-size: cover;
} */

.form-latest {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url("./images/health.jpg") no-repeat;

  background-position: center;
  background-size: cover;
}

.wrapper {
  width: 450px;
  background-color: #005CAA;
  color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.wrapper h1 {
  font-size: 36px;
  text-align: center;
}

.wrapper .input-box {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}

.input-box input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
  color: #fff;
}

.input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #fff;
  transform: translateY(-60%);
  font-size: 20px;
}

.wrapper .remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: -15px 0 15px;
}

.remember-forgot label input {
  accent-color: #fff;
  margin-right: 3px;
}

.remember-forgot a {
  color: #fff;
  text-decoration: none;
}

.remember-forgot a:hover {
  text-decoration: underline;
  color: #0CAE4A;
}

.wrapper .btn {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  transition: all 0.8s ease-out;
}

.wrapper .btn:hover {
  background-color: #0CAE4A;
  color: #fff;
}

.wrapper .register-link {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 15px;
}

.register-link p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.register-link p a:hover {
  text-decoration: underline;
  color: #0CAE4A;
}

/* custom css by sunil */

h4.left-latest {
  width: 49%;
  max-width: 100%;
  font-size: 16px;
}
h4.right-latest {
  width: 49%;
  max-width: 100%;
  font-size: 16px;
  text-align: right;
}

.col-md-5.col-xl-5.bgcolor-latest {
  margin-right: 0px;
  background: #0CAE4A;
  padding-right: 0px;
  opacity: 0.8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.col-md-4.col-xl-4.padding-letest {
  padding-left: 0px;
}
img.logo-form {
  display: block;
  margin: auto;
}
img.logo-form {
  padding-top: 110px;
  /* padding-bottom: 130px; */
}
p.Loginusing-latest {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.col-md-7.col-xl-7.padding-letest {
  padding-left: 0;
}