
html,
  body {
    height: 100%;
    width: 100%;
  }

  body {
    font-family: 'Roboto', sans-serif;
  }

  body.fontLoaded {
    font-family: 'Roboto', sans-serif;
  }

  #app {
    background-color: #fafafa;
    min-height: 100%;
    min-width: 100%;
  }

  p,
  label {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
  }

  .home-priv p {
    color: white;
    font-size: 0.8em;
    line-height: 2em;
  }

  .codeinput {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 500;
    position: relative;
    cursor: text;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    
    .code {
      text-align: center;
      box-sizing: content-box;
      width: 100%;
      padding: 10px;
      color: #495057;
      border: 2px solid #d2d6da;
      border-radius: 5px;
      margin: 5px 5px;
      &:focus {
        outline: none;
      }
    }
  }