@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400');

body{
  background-color: #F8F8F6;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  cursor: pointer;  
}



@media (max-width: 450px)
{ 
  form {
  	margin: 0;
  }
   label{
      display: block;
      width: 100% !important;
      font-weight: bold;
      font-size: 1.0em !important;
      
    }


  .input-container{
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #create-account-view{
    height: 100%;
    box-sizing: border-box;

    #button-contianer{
      margin-top: 5%;
      box-sizing: border-box;
    }
  }


  input[type="text"], input[type="password"]{
    width: 100% !important;
    max-width: 10000px !important;
    font-size: 1.0em !important;

  }
  .access-container .input-container .form-component{
  	margin-top: 30px !important;
  }


  .access-container{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  #button-container{
    text-align: center;
    border-top: none !important;
    padding-top: 0px !important;
  }

  #commit-reset-password {
    width: 100% !important;
    text-align: center !important;

  }
}