@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;800&family=Quicksand:wght@300;400;500;600&family=Secular+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Quicksand", sans-serif;
}
#blur_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#signin_container {
  width: 40%;
  height: 100%;
  background: url("https://in.sugarcosmetics.com/Login_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#signin_container > div:first-child {
  margin: 8px 8px 0px 8px;
  fill: #fff;
}
#title {
  padding: 15px 0px 20px 0px;
  width: 94%;
  margin: auto;
  font-weight: 600;
  color: #fff;
}
#title > h1 {
  font-size: 24px;
}
#data_container {
  width: 94%;
  margin: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
}
#data_collector {
  width: 94%;
  margin: auto;
}
#data_collector > h3 {
  padding: 20px 0px;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}
#data_collector > h3 > img {
  width: 30px;
  margin-right: 10px;
}
#data_collector > label {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
#data_collector > label > input {
  margin: 0px 8px;
  padding: 7px 0px 6px 0px;
  border: none;
  outline: none;
  border-bottom: 1px dashed #333;
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
#otp_reqBtn {
  border: none;
  font-size: 13px;
  width: 24%;
  height: 40px;
  color: #ffffff;
  background-color: #9b9b9b;
  cursor: pointer;
}
#data_collector > p {
  margin: 20px 0px;
  color: #ff066e;
}
#line {
  width: 94%;
  height: 0.5px;
  background-color: #a8a8a8;
  margin: auto;
  margin-bottom: 40px;
}
#otp_veryfier {
  width: 94%;
  margin: auto;
}
#otp_veryfier > p {
  padding: 10px 0px;
  font-size: 14px;
}
#otp_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  width: 30%;
}
#otp_box > input {
  background-color: #a8a8a8;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  outline: none;
  margin-top: 10px;
}
#otp_btn {
  margin-top: 20px;
}
#verify_btn {
  font-size: 14px;
  width: 35%;
  height: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
  background-color: #ff066e8e;
  color: #fff;
  border: none;
  cursor: pointer;
}
#data_container > div:last-child {
  width: 94%;
  margin: auto;
  padding: 10px;
  display: flex;
  align-items: center;
}
#data_container > div:last-child > input {
  width: 20px;
  height: 20px;
}
#data_container > div:last-child > input[type="checkbox"] {
  accent-color: #ff066e;
}
#data_container > div:last-child span {
  margin-left: 10px;
}
