@import url("fonts/fonts.css");
a {
  color: inherit;
  text-decoration: none;
}
a.dark {
  color: #695e9c !important;
}
a.light {
  color: rgb(220, 220, 235) !important;
}

a:hover.dark {
  color: rgb(190, 190, 215) !important;
}
a:hover.light {
  color: rgb(190, 190, 215) !important;
}

html {
  font-family: "OpenSansSelfHostet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html, body {
  overflow-x: hidden;
}

@media (max-width: 786px) {
  html {
    font-size: 9px !important;
  }
}
body {
  overflow: hidden;
  font-family: "Heebo", "Poppins", sans-serif;
  color: #3f3f3f;
  margin: 0;
}

h1 {
  margin: 0;
  font-size: 3rem;
  padding: 0.3rem 0.7rem;
  background-color: #bcbcbc;
}

.content {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logincon {
  width: max-content;
  height: max-content;
  border: 1.5px solid #bcbcbc;
  border-radius: 15px;
}

.logincon :first-child {
  border-top-left-radius: 13.5px;
  border-top-right-radius: 13.5px;
}

.logincon > :last-child {
  border-bottom-left-radius: 13.5px;
  border-bottom-right-radius: 13.5px;
}

.formcon {
  padding: 15px;
  font-size: 1.3rem;
}

button {
  padding: 0.6rem;
  background-color: #0075f3;
  border: none;
  border-radius: 1rem;
  font-size: inherit;
  color: rgb(255, 255, 255);
}

input {
  width: 100%;
  font-size: inherit;
  margin-bottom: 0.6rem;
  margin-top: 0.3rem;
  height: 1.5em;
}

.message {
  color: rgb(172, 0, 0);
  border-radius: 0.7rem;
  border: 3px solid rgb(172, 0, 0);
  font-weight: 600;
  padding: 0.4rem;
}

/*# sourceMappingURL=login.css.map */
