html , body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.login-body {
  background: url(../images/login-body.png);
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: cover;
  background-size: 100%;
}
.rectangle-parent {
  background-color: #fff;
  max-width: 768px;
  width: 100%;
  height: 469px;
  border-radius: 32px;
  border: 1px solid var(--Light-Border-Border-Secondary, rgba(2, 6, 12, 0.15));
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  box-shadow: 0px 8px 24px 0px rgba(2, 6, 12, 0.1);
}
 
.login-box {
  display: flex;
 height: 100%;
}
.l-left {
  background: #ffdbee url(../images/log-left-image.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.l-left , .l-right {
  width:50%;
  position: relative;
}
.own-the-swiggy {
  flex: 1;
  position: relative;
  letter-spacing: -0.3px;
  line-height: 19px;
  font-weight: 600;
  mix-blend-mode: normal;
  color: rgb(2 6 12 / 45%);
  padding-left: 10px;
}
.header-inner {
  padding: 30px;
  text-align: left;
}
.manage-your-sales {
  align-self: stretch;
  line-height: 24px;
  font-weight: 800;
  position: relative;
    letter-spacing: -0.3px;
    font-size: 20px;
    color: #000;
    margin-bottom: 7px;
}
.login-to-your {
  width: 169px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color:rgba(2, 6, 12, 0.45);
  display: inline-block;
}
.login-fields {
  text-align: left;
}
.login-form {
  padding: 60px 30px;
}
.text-labels2 {
  border-radius: 12px;
background: var(--Light-Generic-Primary, #F15700);
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
width: 328px;
height: 52px;
padding: 0px 32px;
color: #fff;
text-align: center;
font-family: 'BasisGrotesqueArabicPro-Regular', Arial, sans-serif;;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
letter-spacing: -0.3px;
cursor: pointer;
border: 0;
}
.text-labels2:hover {
  background-color: #ff701a;
}
.login-form .form-control{
  color: #02060C;
  border-radius: 16px;
border: var(--font-letter-spacing-spaced, 1.5px) solid var(--Light-Text-Low-Emphasis, rgba(2, 6, 12, 0.45));
background: var(--Light-Background-Primary, #FFF);
height: 56px;
font-family: 'BasisGrotesqueArabicPro-Regular', Arial, sans-serif;;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 19px; /* 118.75% */
letter-spacing: -0.3px;
padding: 0 15px;
width: 100%;
font-weight: 600;
}
.form-control.error {
  border-color: #fa3c5a;
}
.login-fields {
  margin-bottom: 30px;
}
.login-form .mb-3 {
  margin-bottom: 30px;
}
.forgot-password {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
}
.forgot-password a {
  color: var(--Light-Button-Text-Secondary, #F15700);
font-feature-settings: 'liga' off, 'clig' off;
/* V1/Button/BT2 - Bold */
font-family: var(--font-Gilroy);;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
letter-spacing: -0.3px;
text-decoration: none;
}
.forgot-password a:hover{
  text-decoration: underline;
}