html {
  overflow-y: scroll;
  height: 100%;
}

body {
  background: #43484d;
  font-family: "Titillium Web", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
}

a {
  text-decoration: none;
  color: #437DFF;
  transition: 0.5s ease;
}
a:hover {
  color: #2a6bff;
}

.form {
  background: rgba(19, 35, 47, 0.9);
  padding: 30px 30px 30px 30px;
  max-width: 500px;
  margin: 30px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.parrafo {
  background: rgba(19, 35, 47, 0.9);
  padding: 30px 30px 30px 30px;
  max-width: 1024px;
  margin: 30px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  text-align: justify;
}

.parrafo2 {
  text-align: justify;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 18px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.tab-group li a:hover {
  background: #2a6bff;
  color: #ffffff;
}
.tab-group .active a {
  background: #437DFF;
  color: #000000;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

p {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 20px;
}

label {
  position: absolute;
  transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  pointer-events: none;
  font-size: 20px;
}
label .req {
  margin: 2px;
  color: #437DFF;
}

label.active {
  transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input,
textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: #437DFF;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #437DFF;
  color: #000000;
  transition: all 0.5s ease;
}
.button:hover, .button:focus {
  background: #2a6bff;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: left;
}

.input-group-append {
  margin-top: 5px;
  align-items: left;
}

.passw {
  border-color: #437DFF;
  color: #437DFF;
}

.pie-pagina {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
}

.pie-pagina .grupo-1 {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
  padding: 10px 10px;
}

header {
  /* We want the header to have a static height,
  it will always take up just as much space as it needs.  */
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
  padding: 0.3px 0.3rem;
}

.main-content {
  /* By setting flex-grow to 1, the main content will take up
  all of the remaining space on the page.
  The other elements have flex-grow: 0 and won't contest the free space. */
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
}

footer {
  /* Like the header, the footer will have a static height - it shouldn't grow or shrink.  */
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
  align-items: center;
  font-size: 10px;
  flex-flow: row-reverse wrap;
}

.content-header {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 10px 0.5rem;
}

.content-header figure {
  width: 100%;
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  justify-content: left;
  align-items: left;
}

.pie-pagina .grupo-1 .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: left;
}

.pie-pagina .grupo-1 .box figure img {
  width: 10px;
}

.pie-pagina .grupo-1 .box p {
  color: #43484d;
  margin-bottom: 1px;
}

@media screen and (max-width: 500px) {
  .pie-pagina .grupo-1 {
    width: 60%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
    padding: 15px 15px;
  }
  .content-header {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .pie-pagina .grupo-1 {
    width: 75%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 15px 15px;
  }
  .content-header {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .pie-pagina .grupo-1 {
    width: 95%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    padding: 15px 15px;
  }
  .content-header {
    width: 95%;
  }
}
@media (min-width: 1400px) {
  .pie-pagina .grupo-1 {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding: 10px 10px;
  }
  .content-header {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .pie-pagina .grupo-1 {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding: 10px 10px;
  }
  .content-header {
    width: 100%;
  }
}/*# sourceMappingURL=intranet2.css.map */