.logo_image {
    width: 135px;
    height: 49px;
  }
  .title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 16px;
    color: #091e42;
    padding-top: 15px;
  }
  .title_desc {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #999999;
  }
  .form_label {
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #091e42;
  }
  .otp_button {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #3253eb;
    border-radius: 10px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #ffffff;
  }
  .left_text {
    font-family: Inter;
    font-size: 23.44px;
    font-weight: 400;
    line-height: 28.36px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    padding: 10px;
  }
  .container_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
  }
  /* tab responsive */
 @media (min-width: 540px) and (max-width: 1024px) {
  .container_box {
    display: flex;
    justify-content: center;  
    align-items: center;
    max-height: 100vh;
    margin-top: 150px;
    width: 100% !important;
  }
  .box1{
    width: 100% !important;
  }
  .left_text {
    font-family: Inter;
    font-size: 23.44px;
    font-weight: 400;
    line-height: 28.36px;
    color: #091e42;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    padding: 10px;
  }
 }

 /* mobile responsive */
@media (min-width: 300px) and (max-width: 760px) {
  .container_box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    /* margin-top: 80px; */
    width: 100% !important;
  }
  .box1 {
    width: 100% !important;
  }
  .left_text {
    font-family: Inter;
    font-size: 17.44px;
    font-weight: 400;
    line-height: 28.36px;
    color: #091e42;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    padding: 10px;
  }
}