.mainContent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

section .btn-volver {
  padding-left: 0;
  padding-right: 0;
}
section .section-right {
  text-align: center;
}
section .section-right h1 {
  margin-bottom: 20px;
  color: #F7A71A;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
}
section .section-right .btn-n2 {
  margin-top: 10px;
}
section .section-right .btn-n2:not(:last-child) {
  margin-bottom: 30px;
}
section .section-right .lnk-primary {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
section .section-left {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}
section .section-left h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 1440px) {
  section:before {
    width: calc(50% - 125px);
    right: calc(50% + 125px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section:before {
    width: calc(50% - 8px);
    right: calc(50% + 8px);
  }
}
@media (min-width: 1024px) {
  section {
    position: relative;
  }
  section:before {
    content: "";
    height: 100%;
    background-image: url("../../../../images/dc_modulos/admin/loginFront/bgr.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  section .container {
    position: relative;
  }
  section .btn-volver {
    border-color: transparent;
    background-color: transparent;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
  }
  section .btn-volver:focus, section .btn-volver:hover {
    color: #FFFFFF;
  }
  section .btn-volver:focus span, section .btn-volver:hover span {
    text-decoration: underline;
  }
  section .row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  section .section-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  section .section-right .section-right-cont {
    width: 448px;
    margin-left: auto;
    margin-right: auto;
  }
  section .section-right picture {
    margin-bottom: 70px;
  }
  section .section-left {
    min-height: calc(var(--viewportHeight) - 61px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  section .section-left .section-left-cont {
    width: 382px;
  }
  section .section-left h2 {
    font-size: 68px;
    line-height: 72px;
  }
}
@media (max-width: 1023px) {
  section {
    padding-top: 20px;
  }
  section .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  section .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  section .btn-volver {
    border-color: transparent;
    background-color: transparent;
    color: #212429;
  }
  section .btn-volver:focus, section .btn-volver:hover {
    color: #212429;
  }
  section .btn-volver:focus span, section .btn-volver:hover span {
    text-decoration: underline;
  }
  section .section-right {
    margin-top: 40px;
  }
  section .section-right picture {
    margin-bottom: 40px;
  }
  section .section-left {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 90px;
    background-image: url("../../../../images/dc_modulos/admin/loginFront/bgr.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  section .section-left picture {
    display: none;
  }
  section .section-left h2 {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  section .section-right .btn-n2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

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