/*
*
|  Page Name       : mbl_landing.css
|  Description     : mobile styles for landing page
|  Created by      : May Altamerano
|  Date Created    : June 06, 2019
|  Last Update by  : May Altamerano
|  Last update     : June 06, 2019
*
*/
@media screen and (max-width:800px){
  body{
    -webkit-overflow-scrolling: touch !important;
  }
  .-login-body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100% !important;
  }
  .h0, .h1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  height: 25%;
  flex: 1;
  }
  figcaption.g0-user1 {
    width: 100%;
    position: relative;
    top: -60px;
    z-index: 1;
    text-align: center;
    left: 30px;
  }
  .login-header {
    color: #ffffff;
    font-weight: normal;
    font-size: 26px !important;
    width: 100%;
    word-break:normal;
  }
  .g0, .g1 {
    padding: 0px;
    height: 20vh;
    margin: 0px;
    background-color: transparent !important;
  }
  .login-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .-h1 .h1{
    flex-direction: row-reverse;
  }
  figcaption.g1-user1{
    width: 100%;
    position: relative;
    top: -60px;
    z-index: 1;
    left: -40px;
  }
  .login-header-parent{
    font-size: 26px !important;
  }
}
