
html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  background-color: #f5f5f5;
}
a {
  text-decoration: none;
}
li a {
  text-decoration: underline;
  color: #0288d1;
}
.mdl-card {
  overflow: visible;
}
.grecaptcha-logo {
  background-color: white;
}
.mdl-grid {
  max-width: 1024px;
  margin: auto;
}
.mdl-button {
  text-align: right;
}
.mdl-layout__header-row {
  padding: 0;
}
.quickstart-user-details-container, .user-details-container {
  margin-top: 20px;
  line-height: 25px;
}
#quickstart-sign-in-status, #sign-in-status, #quickstart-tenant-id {
  font-weight: bold;
  float:right;
}
pre {
  overflow-x: scroll;
  line-height: 18px;
}
code {
  white-space: pre-wrap;
  word-break: break-all;
}

.pt-3-half {
  padding-top: 1.4rem;
  }
  
.close-icon {
  cursor: pointer;
  float: right; 
  width: 20px;
}
.gcip-heading {
  background: none;
  padding-left: 10px;
}
#verification-code-form {
  display:none;
}
#recaptcha-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
#verify-code-button, #cancel-verify-code-button {
  margin-left: 20px;
}
#sign-out-button {
  display: none;
}
#sign-in-card {
  z-index: 2;
}
#quickstart-tenant-card {
  min-height: 500px;
}
#quickstart-tenant-modal-title {
  margin: 0px;
  padding: 2px;
  text-align: center;
}
.aligncenter {
    text-align: center;
}
