.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;
}
.login_btn {
  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;
}
.signin {
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #091e42;
}
.toast-message {
  max-width: 320px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.toast-content {
  display: flex;
  align-items: center;
}

.toast-text {
  color: #000;
}

.toast-close {
  color: #3b82f6;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 30px;
}
.toast-red {
  color: #dc2626;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.94px;
  background: none;
  border: none;
  cursor: pointer;
}
.response_message_success,
.response_message_failure {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  color: #000000;
  padding-left: 10px;
}

/* 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: 330px;
    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: start;
    max-height: 100vh;
    /* margin-top: 250px; */
    width: 100% !important;
  }
  .box1 {
    width: 100% !important;
    height: 220px;
  }
  .left_text {
    font-family: Inter;
    font-size: 17.44px;
    font-weight: 400;
    line-height: 28.36px;
    color: #091e42;
    position: absolute;
    bottom: -18px;
    left: 0;
    margin: 10px;
    padding: 10px;
  }
}
