body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img.image-20-icon {
  width: 70%;
  margin-bottom: -30%;
  /* align-self: stretch; */
  border-radius: 20px;
  box-shadow: 24px 80px 80px 0px rgba(0, 0, 0, 0.25);

}

.main{
  display: flex;
  /* width: 1440px; */
  align-items: center;
  flex-shrink: 0;
  /* height: 100vh; Full viewport height */
  width: 100%;   /* Full width */
  overflow: hidden; /* Prevent scrolling */
  margin: 0px;
  padding: 0px;
  align-items: flex-start;

}

.lottie{
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: center;
  gap: -176px;
  }

.lottie1 {
    width: 160px;
    height: 160px;
    margin-bottom: -20%;
}

.lottie2 {
  width: 400px;
}
.left-part{
  display: flex;
width: 36%;
flex-direction: column;
align-items: center;
flex-shrink: 0;
padding: 60px 0px;
background: #F8FBFB;
}

.right-part{
  display: flex;
  flex-direction: column;
  width: 64%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: flex;
  margin-top: 2%;
}

form{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 44%

}

.input{
  display: flex;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #ececec;
  cursor: pointer;

}

.input:focus, .input:active {
  outline: none; /* Remove default outline */
  border-radius: 4px;
  border: 2px solid #BE7CFF;
  box-shadow: 0px 24px 41px 0px rgba(192, 192, 192, 0.42);
  transition: all 0.1s ease-in;

}

.submit {
  border-radius: 44px;
background: linear-gradient(91deg, #F5C773 -2.32%, #960075 103.14%);
box-shadow: 24px 24px 41px 0px rgba(205, 115, 116, 0.70);
display: flex;
width: 54px;
height: 54px;
padding: 12px 16px;
justify-content: center;
align-items: center;
color: white;
border: none;
outline: hidden;
cursor: pointer;
}

input[type="submit"]:active{
  color: rgb(238, 238, 238);
  background: linear-gradient(219deg, #F5C773 21.86%, #960075 77.03%);
  box-shadow: -24px 24px 41px 0px rgba(205, 115, 116, 0.70);
  transition: all 0.3s ease-in-out;

}


h2,h3{
  color: #000;
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
align-items: center;
flex-direction: column;
}



#google-signin-btn{
  margin-top: 12%;
  display: flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: 12px 12px 24px 0px rgba(36, 34, 34, 0.05), -5px -6px 12px 0px #FFF;
}

#google-signin-btn:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #F1F1F1;
  background: #FFF;
  box-shadow: none;
  cursor: pointer;
}