@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;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, 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;
  background-color: #FFF;
}

blockquote, q {
  quotes: none;
}

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

* {
  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;
}

body, html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
}
header svg {
  height: 150px;
}

main {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
  display: flex;
  justify-content: center;
  place-items: center;
}
main form {
  background-color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 20px;
  max-width: 30%;
  min-width: 350px;
  padding: 30px 30px 30px 30px;
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
}
main form h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1c3d6e;
}

footer {
  flex-shrink: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 10px 20px;
}
footer p {
  margin: 0;
  padding: 0;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

body {
  min-height: 100%;
  background-color: #1c3d6e;
}

p.recover_link {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85em;
}
p.recover_link a {
  text-decoration: underline;
  color: inherit;
  color: #1c3d6e;
}

svg {
  fill: #FFF;
}

p.reseted {
  margin-top: 20px;
  text-align: center;
}

.lg-grid {
  display: grid;
  width: 60%;
  margin: 0 auto;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  height: 100%;
  flex-direction: column;
}
.lg-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg-grid > div:first-child {
  background-color: #1c3d6e;
  /*background: repeating-linear-gradient(
  	  45deg,
  	  $cor_fundo ,
  	  $cor_fundo 40px,
  	  hsl(216, 59, 25) 40px,
  	  hsl(216, 59, 25) 80px
  	);*/
  height: 100%;
}
.lg-grid > div:first-child svg {
  height: 150px;
}
.lg-grid > div:first-child div {
  margin-top: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
  color: #FFF;
  font-weight: 700;
}
.form-wrapper {
  max-width: 30%;
  min-width: 350px;
  padding: 30px;
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
}
.form-wrapper h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1c3d6e;
}

form input[type=checkbox], form button {
  margin-top: 20px;
}
form button {
  width: 100%;
  background-color: #1c3d6e;
  border: solid 1px #1c3d6e;
  color: #FFF;
  font-size: 13px;
  height: 46px;
  line-height: 45px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 0;
  color: #FFF;
  cursor: pointer;
}
form input[type=checkbox] ~ label {
  font-size: 13px;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}

.form-label {
  position: absolute;
  left: 10px;
  top: 14px;
  color: #777;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

label {
  color: #777;
}

.focused .form-label {
  transform: translateY(-70%);
  font-size: 0.75em;
}

.form-input {
  height: 46px;
  position: relative;
  padding: 23px 0px 5px 10px;
  width: 100%;
  outline: 0;
  border: 0;
  transition: box-shadow 150ms ease-out;
  font-size: 14px;
  border: solid 1px #c4c4c4;
}
.form-input:focus {
  box-shadow: 0 2px 0 0 #1c3d6e;
}

.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

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