.tea {
  max-width: 1300px;
  margin: 0px;
}

/* ipad pro */
@media only screen and (width: 1366px) and  (height: 1024px) {
    /* .form_data{
    overflow: auto;
    height: 82vh !important;
    }
    .form_menu{
        height: unset !important;
    }
     */
}
@media only screen and (width: 1024px) and  (height: 1366px) {
    /* .form_data{
    overflow: auto;
    height: 61vh !important;
    }
    .form_menu{
        height: unset !important;
    } */
}

/* ipad*/
@media only screen and (width: 768px) and  (height: 1024px) {
    /* .form_data{
    overflow: auto;
    height: 81vh !important;
    } */
}
@media only screen and (width: 1024px) and  (height: 768px) {
    /* .form_data{
    overflow: auto;
    height: 92vh !important;
    } */
}

/* @media only screen and (max-height: 1000px) {
  .box_login {
    width: 500px !important;
  } */
}

@media only screen and (min-height: 780px) {
  .box_login {
    width: 500px !important;
  }
}


@media only screen and (max-height: 780px) {
  .logo_sign_in {
    height: 20% !important;
    margin-bottom: 0px !important;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .box_login {
    width: 500px !important;
  }

  .l_logo {
    width: 100px !important;
  }
  .l_name {
    line-height: 15px;
    /* display: flex;
    justify-content: center; */
  }
  .l_name_h {
    font-size: 18px !important;
    font-weight: 700;
    color: #663004;
  }

  /* .l_name_div {
    position: absolute;
    margin-top: 19px !important;
  } */

  .l_name_div span {
    font-size: 13px !important;
    color: #663004;
  }

  .please_login {
    padding-bottom: 1rem !important;
    font-size: 11px !important;
  }
  .please_login span {
    font-weight: 700;
    color: #663004;
  }

  .l_form {
    padding-top: 5px !important;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 7px;
  }

  .a_login {
    color: #492303 !important;
    text-decoration: underline;
    font-size: 11px;
  }

  .logo_singin {
    width: 60px;
  }

  .container-fluid {
    height: 90vh !important;
  }
}


.menu_mobile {
    display: none;
  }

@media only screen and (max-width: 1000px) {
    
  .menu_web {
    display: none !important;
  }
  .menu_mobile {
    display: block !important;
  }
}
