* {
  padding: 0;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}
.main_container {
  height: 100vh;
  width: 100vw;
  /* background-color: aliceblue; */
  overflow-x: hidden;
}
.main {
  height: 95vh;
  width: 100%;
  /* background-color: aquamarine; */
  display: flex;

  /* align-items: center; */
}
/* -------------Left Hero Section-------------  */
.left_hero {
  width: 55%;
  background-color: #0c1014;
  padding: 20px;
}
.logo {
  height: 80px;
  width: 50px;
  margin-left: 45px;
  margin-top: 43px;
}
.text_div {
  height: 20%;
  width: 95%;
  font-size: 38px;
  text-align: center;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  color: rgb(242, 244, 246);
  padding-top: 20px;
  font-weight: 450;
  line-height: 1.8;
  padding: 20px 40px 0px 40px;
  margin-right: 30px;
  /* background-color: rgb(80, 80, 68); */
}

.gradient-text {
  background: linear-gradient(90deg, #ff5a3c, #ff2d75, #c92fd8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}
.card_iamge {
  height: 51%;
  width: 100%;
  background-image: url("../images/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  /* background-color: #c92fd8; */
  background-position: center;
}
/* =-----------right hero seciton ---------- */

.right_hero {
  width: 45%;
  background-color: #1f1f22;
  border: 2px solid #494d53;
}

.right_hero form {
  height: 100%;
  width: 100%;
  /* background-color: #ff2d75; */
  box-sizing: border-box;
  padding: 50px;
  padding-top: 100px;
  /* margin: 50px; */
  /* display: flex;
  justify-content: space-around;
  flex-direction: column; */
}

.input_box {
  position: relative;
  width: 100%;
  height: 60px;
  display: block;
  background-color: #1f1f22;
  /* background-color: #2929b4; */

  border: 1px solid #50545b;

  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #9fa4ab;
  box-sizing: border-box;
  /* padding-top: -30px; */
  outline: none;
  /* text-align: center; */
}

.input_box input {
  width: 105%;
  padding: 18px 15px 20px 15px;
  /* padding-top: 50px; */
  /* border: 2px solid #ccc; */

  height: 60px;
  border-radius: 20px;
  /* border-radius: 5px; */
  outline: none;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  background-color: transparent;
  /* color: wheat; */
  color: #f2f4f6;
  border: none;
  margin-top: -80px;
  margin-left: -10px;

  /* margin-bottom: 30px; */
  /* align-items: center; */
}

.input_box label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9fa4ab;
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease;
  /* z-index: index top; */
  /* background: white; */
  /* padding: 0 5px;*/
}

/* Focus hone par label upar chali jayegi */
.input_box input:focus + label,
.input_box input:not(:placeholder-shown) + label {
  top: 20%;
  font-size: 16px;
  color: #9fa4ab;
}
.meta {
}
.meta svg {
  height: 10px;
}

/* Focus border */
/* .input_box input:focus {
  border-color: #ff2d75;
} */

.login_input {
  display: block;
  width: 100%;
  /* height: 65px; */
  /* background-color: #1f1f22; */
  border: 1px solid #50545b;
  margin-top: 15px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #9fa4ab;
  box-sizing: border-box;
  padding: 25px 10px 15px 12px;
  outline: none;
}
.login_input:hover {
  border: 1px solid #aaafb5;
}
.login_input:focus {
  border: 1px solid #aaafb5;
}

.insta_form_text {
  color: #f2f4e9;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
}

.btn {
  margin-top: 20px;
  height: 45px;
  width: 100%;
  background-color: #5b5658;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: wheat;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  border: none;
  cursor: pointer;
}

.login_btn {
  margin-top: 20px;
  background-color: #0064e0;
}
.forget_btn {
  background-color: #1f1f22;
  color: #f2e7bf;
}
.forget_btn:hover,
.login_with_FB:hover,
create_new_acnt:hover {
  background-color: #363639;
}
.login_with_FB {
  gap: 5px;
  background-color: #28292c;
  color: #b2b8be;
}
.fb_icon {
  color: #0064e0;
}
.create_new_acnt {
  background-color: #1f1f22;
  color: #5db2fe;
  border: 1px solid #5db2fe;
}
.meta {
  align-self: center;
  height: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  /* background-color: #5db2fe; */
  margin-top: 20px;
}
.meta svg {
  height: 15px;
}
.footer {
  height: 15vh;
  width: 100%;
  border-top: 0.5px solid #494d53;
  background-color: #0c1014;
  padding-bottom: 20px;
}
.foot_links {
  width: auto;
  display: flex;
  display: flex;
  justify-content: center;
  /* background-color: #ff5a3c;  */
  gap: 10px;
  padding: 20px;
}
.foot_links a,
.copy_right a {
  text-decoration: none;
  color: #a8a8a8;
  font-size: 13px;
}

.copy_right {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
  /* background-color: #9fa4ab; */
}
.lang {
  display: none;
}

@media (max-width: 1400px) {
  .left_hero {
    /* background-color: #169c88; */
    width: 50%;
  }
  .right_hero {
    width: 50%;
  }

  .text_div {
    width: 80%;
    font-size: 35px;
    flex-wrap: wrap;
    padding: 20px 80px 0px 80px;
  }
  .brk {
    display: none;
  }
}

@media (max-width: 1200px) {
  .left_hero {
    /* background-color: #0064e0; */
  }
  .text_div {
    font-size: 32px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .left_hero {
    /* background-color: #7db7ae; */
    width: 50%;
  }
  .text_div {
    font-size: 30px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1050px) {
  .left_hero {
    height: 20vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    flex-direction: column;
  }
  .logo {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text_div,
  .card_iamge {
    display: none;
  }
  .main {
    flex-direction: column;
  }
  .right_hero {
    width: 100%;
    /* padding-right: 150px; */
  }
  .right_hero form {
    /* background-color: #0064e0; */
    padding: 100px 150px;
  }

  .footer {
    height: 20vh;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #bdc6d0;
    padding-top: 50px;
  }
  .foot_links {
    width: 90%;
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  .main {
    height: 100vh;
  }
  .input_box label {
    font-size: 15px;
  }
  .input_box input:focus + label,
  .input_box input:not(:placeholder-shown) + label {
    font-size: 12px;
    color: #9fa4ab;
  }
  .left_hero {
    height: 10%;
    background-color: #1c2a33;
    border: none;
    outline: none;
    margin-bottom: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #0064e0; */
    position: relative;
    padding-top: 100px;
  }
  .right_hero {
    height: 90%;
  }
  .right_hero form {
    background-color: #1c2a33;
    padding: 20px 20px;
    border: none;
    outline: none;
    margin-top: 0;
    box-shadow: none;
    font-size: 12px;
  }
  .login_input {
    background-color: #1b2830;
  }
  .forget_btn,
  .forget_btn:hover,
  .forget_btn:active {
    background-color: #1c2a33;
  }
  .lang {
    display: block;
    position: absolute;
    top: 15px;
    color: #859099;
    margin-left: -20px;
  }
  .insta_form_text,
  .login_with_FB {
    display: none;
  }

  .create_new_acnt {
    margin-top: 80px;
  }

  .footer {
    display: none;
  }
}
@media (max-width: 576px) {
  .right_hero form {
    /* background-color: #0064e0; */
  }
}
