@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
* {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

html,
body {
  width: 100%;
}

body {
  font-family: Montserrat;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.credentials {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100wh;
  height: 100vh;
  background-color: #777;
}
.credentials iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.credentials-cookie {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100wh;
  height: 100vh;
  background-color: #fff;
  align-items: center;
  align-content: center;
}
.credentials-cookie .note {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.credentials-cookie .note .linkto {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 15px;
}
.credentials-cookie .note .linkto button {
  background-color: #000;
  width: 250px;
  height: 60px;
  color: white;
  cursor: pointer;
}
.credentials-cookie .note p {
  color: #777;
  font-family: Montserrat;
  font-size: 12px;
  padding: 2px;
  margin: 0 15px;
}
.credentials-cookie .note p a, .credentials-cookie .note p a:hover {
  text-decoration: none;
  color: #000;
}/*# sourceMappingURL=main.css.map */