html {
  height: 100%;
  background: #f5f5f5 !important;
}
body {
  background: #f5f5f5 !important;
}

.header {
  border: none;
}

.header .logo {
  text-align: center;
}

.header .logo img {
  width: auto;
  max-width: 250px;
}

.wrap {
  border: none;
  border-radius: 32px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.button {
  width: 100%;
  background: #3498db;
  padding: 0.75rem;
  border-radius: 32px;
}

h2 {
  color: #2d3138;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  text-align: center;
}

h3 {
  color: #646b79;
  font-weight: 500;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.is-hidden {
  display: none !important;
}

#cancelAutoLogin {
  text-decoration: underline;
  cursor: pointer;
  color: #db3735;
  margin: -10px 0 30px 0;
}
