@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.logo {
  width: 150px;
  height: 130.65px;
  margin: 0 auto;
}
.logo svg {
  width: 100%;
  height: 100%;
}
.logo svg.logo_frontback .back, .logo svg.logo_frontback_rotated .back {
  fill: url(#Gradient1);
  fill: black;
}
.logo svg.logo_frontback .front, .logo svg.logo_frontback_rotated .front {
  fill: white;
}
.logo svg.logo_circulo .cls-1 {
  fill: white;
}
.logo svg.logo_circulo .cls-2 {
  fill: transparent;
}
.logo svg.logo_circulo .cls-3 {
  fill: red;
  fill: url(#proud);
}
.logo svg.logo_camadas .cls-1 {
  fill: black;
}
.logo svg.logo_camadas .cls-2 {
  fill: white;
}
.logo svg.logo_camadas .cls-3 {
  fill: transparent;
}
.logo svg.logo_camadas .cls-4 {
  fill: black;
}
.logo svg.logo_camadas .cls-5 {
  fill: black;
  fill: url(#proud);
}
.logo svg.logo_camadas .cls-6 {
  fill: white;
}
.logo svg.logo_camadas_rotated .cls-1 {
  fill: black;
}
.logo svg.logo_camadas_rotated .cls-2 {
  fill: white;
}
.logo svg.logo_camadas_rotated .cls-3 {
  fill: #fff;
}
.logo svg.logo_camadas_rotated .cls-4 {
  fill: black;
}
.logo svg.logo_camadas_rotated .cls-5 {
  fill: white;
}
.logo svg.logo_camadas_rotated .cls-6 {
  fill: black;
  fill: url(#proud);
}

@font-face {
  font-family: "WisdomScript";
  src: url("/css/webfonts/WisdomScript.eot");
  src: url("/css/webfonts/WisdomScript.eot?#iefix") format("embedded-opentype"), url("/css/webfonts/WisdomScript.woff") format("woff"), url("/css/webfonts/WisdomScript.ttf") format("truetype"), url("/css/webfonts/WisdomScript.svg#WisdomScript") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("/css/webfonts/BebasNeue-webfont.eot");
  src: url("/css/webfonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/css/webfonts/BebasNeue-webfont.woff") format("woff"), url("/css/webfonts/BebasNeue-webfont.ttf") format("truetype"), url("/css/webfonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.headings, h6, h5, h4, h3, h2, h1 {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
  font-style: italic;
  color: #497990;
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

h2 {
  font-size: 18px;
  margin-bottom: 9px;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 0.9em;
  margin-bottom: 0.45em;
}

p, li {
  font-family: "Bebas", sans-serif;
  font-weight: 400;
}
p.bigger, li.bigger {
  font-size: 1.2em;
}

body, html {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  display: grid;
  place-items: center;
  background: #FCEFDD repeating-linear-gradient(45deg, #FCEFDD 0px, #FCEFDD 1px, #F3EAD6 1px, #F3EAD6 5px);
}

.grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  gap: 50px;
}

form input {
  margin-top: 14px;
  border: solid 1px black;
  border-radius: 10px;
  width: 200px;
  padding: 0 10px;
  line-height: 2;
}
form button {
  line-height: 2;
  padding: 0 15px;
  border: solid 1px black;
  border-radius: 10px;
  background-color: #EFEFEF;
  font-family: "Bebas";
  cursor: pointer;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: auto auto;
    grid-template-rows: auto;
  }
  .grid div:last-child {
    display: flex;
    place-items: center;
  }
}

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