body{
    background-color: white;
    margin: 0;
  }
  
  @media only screen and (min-width: 800px) {
    body{
      background-image: url(https://i.imgur.com/FvWncnE.png);
      background-repeat: repeat;
      background-position: center;
    }  
  }
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; }
  
  .mdc-typography--body2 {
    line-height: 1.8; }
  
  .introText {
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    color: dimgray; }
  
  .loginContainer {
    max-width: 350px;
    text-align: center;
    padding: 32px; 
    background-color: white;
    border-radius: 7px;
  }
  
  .mdc-text-field {
    width: 100%;
    margin-bottom: 16px; }
  
  .actionContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px; }
  
  .getHelp {
    margin-right: 16px;
    color: gray; }
  
  .checkboxLabel {
    color: dimgray;
    font-size: 90%; }
  
  .mdc-text-field__icon.revealPassword {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    pointer-events: all; }