html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p,
h1,
h2,
span,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.font_color1 {
  color: #0163ad;
}
.font_color2 {
  color: #ea0006;
}
.bg_color1 {
  background: #0163ad;
}
.bg_color2 {
  background: #ea0006;
}
.container {
  max-width: 600px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex2 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.landingPage {
  background-image: url("/Assets/Background.png");
  width: 100%;
  /* height: 55rem; */
  background-position: top;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.headerBox {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.heartImge {
  position: absolute;
  right: -100px;
  top: -100px;
}

.imgYesBank {
  width: 456px;
  height: 203px;
}
.logoYes {
  margin-top: 20px;
}
.land_page_text {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 40px auto;
}
.colorBox {
  margin: 0 auto;
  max-width: 80%;
  height: 60px;
  border-radius: 16px;
}
.loginBtn {
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
  color: #fff;
  padding: 8px 40px;
  border-radius: 20px;
}
.heartImgeBottom {
  position: absolute;
  left: -40px;
  bottom: -40px;
}
.inputBox {
  outline: none;
  border: none;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 0 5px;
}
.inputBox::placeholder {
  color: #fff;
}



/* 
 */

 
.specialBtn {
  text-decoration: none;
  border: none;
  color: white;
  background: none;
}