<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://www.pikolinos.com/on/demandware.static/-/Library-Sites-GrupoPikolinos/default/plugins/TelephoneInputValidator/css/intlTelInput.css);.form-group {
  position: relative; }
  .form-group .form-control-label {
    margin: 0 0 15px; }
  .form-group.required .form-control-label::before {
    content: "*";
    color: #c00; }
  .form-group .form-control {
    font-size: 12px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    background-color: transparent; }
    .form-group .form-control::-webkit-input-placeholder {
      color: #939393 !important; }
    .form-group .form-control::-moz-placeholder {
      color: #939393 !important; }
    .form-group .form-control:-ms-input-placeholder {
      color: #939393 !important; }
    .form-group .form-control::-ms-input-placeholder {
      color: #939393 !important; }
    .form-group .form-control::placeholder {
      color: #939393 !important; }
    .form-group .form-control:focus {
      border: 1px solid #000;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .form-group .form-control.is-invalid {
      border: 1px solid #d81e05; }
      .form-group .form-control.is-invalid:focus {
        border: 1px solid #000; }
  .form-group .alertIcon {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: auto;
    top: auto;
    margin: 13px 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-position: 0 -61px; }
  .form-group .alertIconLogin {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: auto;
    top: auto;
    margin: 10px 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-position: 0 -61px; }
  .form-group .showPasswordEye {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 35px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -51px -200px; }
  .form-group .hidePasswordEye {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 35px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -229px -174px; }
  .form-group .showPasswordCheck {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 28px;
    top: 36px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -25px -73px; }
  .form-group .showPasswordEyeRecovery {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 35px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -50px -200px; }
  .form-group .hidePasswordEyeRecovery {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 35px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -229px -174px; }
  .form-group .showPasswordCheckRecovery {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 29px;
    top: 36px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -25px -73px; }
  .form-group .showPasswordEyeRecoveryConfirm {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 3px;
    top: 107px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -50px -200px; }
  .form-group .hidePasswordEyeRecoveryConfirm {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 3px;
    top: 107px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -229px -174px; }
  .form-group .showPasswordCheckRecoveryConfirm {
    background-image: url("../../images/common/iconos.svg");
    background-size: calc(100 * 10%);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 29px;
    top: 107px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-position: -25px -74px; }

.custom_select {
  border-style: solid;
  border-radius: 0;
  height: 32px;
  width: 100%;
  font-size: 12px;
  color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../images/common/ico_down.svg") no-repeat calc(100% - 8px) center;
  background-size: 15px; }
  .custom_select:hover {
    cursor: pointer; }
  .custom_select:focus {
    background-image: url("../images/common/ico_up.svg"); }
  .custom_select.transparent {
    background-color: transparent; }
  .custom_select.is-invalid {
    border-color: #d81e05;
    background-image: url("../images/common/ico_up.svg"); }
  .custom_select:disabled {
    cursor: not-allowed;
    color: #848281; }
  .custom_select.not-label {
    color: #848281 !important; }
  .custom_select option {
    color: #848281 !important; }

.form-control-label.no-empty + .custom_select,
.form-control-label.fixed-label + .custom_select {
  color: #848281; }

.footer-info .html-slot-container,
.footer-item .html-slot-container {
  width: 80%; }
  .footer-info .html-slot-container .subscription-footer,
  .footer-item .html-slot-container .subscription-footer {
    padding-right: 15px;
    padding-left: 15px; }
    .footer-info .html-slot-container .subscription-footer .sf-title,
    .footer-info .html-slot-container .subscription-footer .sf-pre-text,
    .footer-info .html-slot-container .subscription-footer .sf-post-text,
    .footer-item .html-slot-container .subscription-footer .sf-title,
    .footer-item .html-slot-container .subscription-footer .sf-pre-text,
    .footer-item .html-slot-container .subscription-footer .sf-post-text {
      color: #fff;
      margin-bottom: 0; }
    .footer-info .html-slot-container .subscription-footer .sf-title,
    .footer-item .html-slot-container .subscription-footer .sf-title {
      font-weight: bold; }
    .footer-info .html-slot-container .subscription-footer .sf-post-text,
    .footer-item .html-slot-container .subscription-footer .sf-post-text {
      margin-top: 5px; }
    .footer-info .html-slot-container .subscription-footer .sf-container,
    .footer-item .html-slot-container .subscription-footer .sf-container {
      position: relative; }
    .footer-info .html-slot-container .subscription-footer #sf-email,
    .footer-item .html-slot-container .subscription-footer #sf-email {
      border: 1px solid #ced4da;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      font-size: 0.7rem; }
    .footer-info .html-slot-container .subscription-footer #sf-button,
    .footer-item .html-slot-container .subscription-footer #sf-button {
      background-color: transparent;
      color: #d81e05;
      position: absolute;
      right: 10px;
      top: 6px; }

@media screen and (min-width: 768px) {
  .set-password .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 720px;
    margin: 0 auto; } }

/* Para que la linea del input ocupe el total del formulario como el resto de elementos */
.iti {
  width: 100%; }

.login-banner.hero {
  padding: 0 3%;
  height: auto; }
  .login-banner.hero .page-title {
    margin: 30px 0;
    top: initial;
    font-size: 20px;
    color: #d81e05;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0;
    font-family: "mukta-bold", sans-serif; }
  .login-banner.hero::after {
    display: none; }
  .login-banner.hero.forgotten .page-title {
    margin: 20px 40px;
    font-size: 24px;
    line-height: 120%; }

.reset-password-notification {
  margin: 0 -3% 20px;
  padding: 5%;
  text-align: center;
  background-color: #dfdfde; }
  .reset-password-notification h4 {
    font-size: 18px;
    font-family: "mukta-bold", sans-serif; }
  .reset-password-notification p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px; }
    .reset-password-notification p span {
      font-size: 14px;
      line-height: 20px; }

.set-password .form-group .container-form-control {
  margin-bottom: 15px; }
  .set-password .form-group .container-form-control.newPasswordContanier {
    position: relative; }

.set-password .form-group .form-control {
  background-color: transparent; }

.set-password .form-group .btn-container-submit {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-family: "mukta-bold", sans-serif; }

.login-page .alert-danger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  border: none;
  border-radius: 0;
  background-color: #dfdfde;
  color: #353332;
  height: 150px; }
  .login-page .alert-danger h5 {
    margin-bottom: 0;
    font-size: 22px;
    font-family: "mukta-bold", sans-serif; }
  .login-page .alert-danger p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
    font-family: "mukta-regular", sans-serif; }

.login-page .card {
  border: none; }
  .login-page .card .card-body {
    padding: 0 3%;
    margin: 0; }
  .login-page .card .tab-pane {
    color: #353332; }
    .login-page .card .tab-pane &gt; h2 {
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0;
      text-align: center;
      color: #353332;
      margin: 20px 0;
      font-family: "mukta-bold", sans-serif; }
    .login-page .card .tab-pane &gt; p {
      margin: 20px auto 30px;
      max-width: 600px;
      text-align: center;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0;
      color: #353332; }
      .login-page .card .tab-pane &gt; p:not(:first-of-type) {
        margin-top: -10px; }
    .login-page .card .tab-pane &gt; form {
      max-width: 600px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .login-page .card .tab-pane &gt; form label,
      .login-page .card .tab-pane &gt; form p,
      .login-page .card .tab-pane &gt; form span {
        font-size: 14px;
        color: #353332;
        line-height: 100%;
        letter-spacing: 0; }
      .login-page .card .tab-pane &gt; form .group-name-lastname {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 15px; }
      .login-page .card .tab-pane &gt; form .clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .login-page .card .tab-pane &gt; form .clearfix &gt; * {
          width: 100%; }
          .login-page .card .tab-pane &gt; form .clearfix &gt; *:first-child {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          .login-page .card .tab-pane &gt; form .clearfix &gt; *:nth-child(2) {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
            .login-page .card .tab-pane &gt; form .clearfix &gt; *:nth-child(2) a {
              display: block;
              font-size: 12px;
              padding-right: 20px;
              margin-bottom: 10px; }
      .login-page .card .tab-pane &gt; form .custom-control {
        margin-top: 15px;
        margin-bottom: 0; }
        .login-page .card .tab-pane &gt; form .custom-control .custom-control-label::before {
          color: #706765;
          background: white;
          border: 1px solid #bfbfbf;
          border-radius: 0;
          top: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .login-page .card .tab-pane &gt; form .custom-control .custom-control-label:hover {
          cursor: pointer; }
        .login-page .card .tab-pane &gt; form .custom-control .custom-control-input {
          z-index: 1;
          width: 100%; }
          .login-page .card .tab-pane &gt; form .custom-control .custom-control-input:checked ~ .custom-control-label::after {
            content: '';
            position: absolute;
            width: 2.3ex;
            height: 1.5ex;
            background: transparent;
            top: 0.2ex;
            left: -3.5ex;
            border: 3px solid #d81e05;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          .login-page .card .tab-pane &gt; form .custom-control .custom-control-input:hover {
            cursor: pointer; }
      .login-page .card .tab-pane &gt; form &gt; button.btn-submit {
        min-width: 225px;
        height: 35px;
        margin: 30px 0;
        font-size: 14px;
        background-color: #939393;
        color: #fff;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-family: "mukta-regular", sans-serif; }
        .login-page .card .tab-pane &gt; form &gt; button.btn-submit:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .login-page .card .tab-pane &gt; form &gt; button.btn-submit:hover {
          background-color: #363332;
          border: 1px solid #363332; }
      .login-page .card .tab-pane &gt; form .privacy-policy &gt; p {
        margin: 10px; }
        .login-page .card .tab-pane &gt; form .privacy-policy &gt; p &gt; a {
          text-decoration: underline;
          color: #d81e05; }
      .login-page .card .tab-pane &gt; form .forgot-password {
        margin: 10px 0;
        text-align: center; }
        .login-page .card .tab-pane &gt; form .forgot-password a {
          font-size: 14px;
          color: #d81e05;
          line-height: 100%;
          letter-spacing: 0; }
      .login-page .card .tab-pane &gt; form .passwordConstraints {
        margin: 10px 0;
        color: #939393; }
    .login-page .card .tab-pane .login-oauth p {
      margin: 0;
      text-align: center;
      font-size: 14px; }
    .login-page .card .tab-pane .login-oauth .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 25px 0; }
      .login-page .card .tab-pane .login-oauth .form-group a {
        position: relative;
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 14px;
        width: 225px;
        height: 25px;
        border-radius: 0; }
        .login-page .card .tab-pane .login-oauth .form-group a.oauth-facebook {
          background-color: #435c96;
          color: #fff;
          border: 1px solid #435c96; }
          .login-page .card .tab-pane .login-oauth .form-group a.oauth-facebook i {
            background-image: url("../images/social/fb_icon.svg");
            background-size: 20px 20px;
            position: absolute;
            top: 2px;
            left: 5px;
            width: 20px;
            height: 20px; }
        .login-page .card .tab-pane .login-oauth .form-group a.oauth-google {
          background-color: #fff;
          color: rgba(0, 0, 0, 0.54);
          border: 1px solid rgba(0, 0, 0, 0.54);
          font-family: "mukta-semi-bold", sans-serif; }
          .login-page .card .tab-pane .login-oauth .form-group a.oauth-google i {
            background-image: url("../images/social/btn_google_light_normal.svg");
            background-size: 40px 40px;
            background-position: -10px;
            position: absolute;
            top: 2px;
            left: 5px;
            width: 20px;
            height: 20px; }

.login-info {
  margin-top: 20px;
  color: #353332;
  padding: 0 3%; }
  .login-info &gt; h3 {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    letter-spacing: 0.5;
    text-align: center;
    font-family: "mukta-bold", sans-serif; }
  .login-info .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 50px 0 80px;
    padding: 10px 0; }
    .login-info .advantages .advantage {
      width: 100%;
      margin-bottom: 10px;
      min-width: 266px;
      max-width: 280px;
      padding: 10px; }
      .login-info .advantages .advantage &gt; h4 {
        position: relative;
        line-height: 20px;
        letter-spacing: 0.5px;
        font-size: 16px;
        padding-left: 30px;
        font-family: "mukta-bold", sans-serif; }
        .login-info .advantages .advantage &gt; h4::before {
          position: absolute;
          left: 0;
          top: 2px;
          width: 25px;
          height: 25px;
          content: '';
          background-image: url("../images/common/iconos.svg");
          background-size: calc(100 * 10%);
          background-repeat: no-repeat;
          display: block; }
      .login-info .advantages .advantage#tracking &gt; h4::before {
        background-position: -228px -177px; }
      .login-info .advantages .advantage#refunds &gt; h4::before {
        background-position: 2px -202px; }
      .login-info .advantages .advantage#promotions &gt; h4::before {
        background-position: -23px -201px; }
      .login-info .advantages .advantage#purchases &gt; h4::before {
        background-position: -125px 2px; }
      .login-info .advantages .advantage &gt; p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        font-family: "mukta-light", sans-serif; }

.reset-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  color: #353332;
  padding: 20px 10px; }
  .reset-content .header {
    padding: 0;
    border: none; }
    .reset-content .header &gt; h2 {
      margin: 0 30px;
      font-size: 16px;
      width: 100%;
      text-align: center;
      line-height: 1.1;
      font-family: "mukta-bold", sans-serif; }
  .reset-content .body {
    padding: 0; }
    .reset-content .body .request-password-body &gt; p {
      font-size: 16px;
      line-height: 140%;
      text-align: center;
      margin: 0; }
      .reset-content .body .request-password-body &gt; p:last-of-type {
        margin-bottom: 20px; }
    .reset-content .body .request-password-body .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .reset-content .body .request-password-body .form-group .form-control-label {
        width: 100%;
        text-align: left;
        display: block; }
      .reset-content .body .request-password-body .form-group input.form-control {
        background-color: transparent;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .reset-content .body .request-password-body .form-group .invalid-feedback {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .reset-content .body .request-password-body .form-group .send-email-btn {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        width: 100%;
        margin-top: 15px;
        min-width: 230px; }
        .reset-content .body .request-password-body .form-group .send-email-btn #submitEmailButton {
          padding: 8px 30px;
          font-size: 14px;
          line-height: 120%;
          background-color: #939393;
          color: #fff;
          border: none;
          border-radius: 0;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
          font-family: "mukta-bold", sans-serif; }
          .reset-content .body .request-password-body .form-group .send-email-btn #submitEmailButton:focus {
            -webkit-box-shadow: none;
                    box-shadow: none; }
          .reset-content .body .request-password-body .form-group .send-email-btn #submitEmailButton:hover {
            background-color: #363332;
            color: #fff; }
  .reset-content #backToLogin {
    color: #d81e05;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    margin: 15px auto 0;
    text-decoration: underline;
    border: none; }

@media screen and (min-width: 768px) {
  .login-banner.hero .page-title {
    font-size: 32px; }
  .login-banner.hero.forgotten .page-title {
    font-size: 32px; }
  .recover-password-notification h4 {
    font-size: 22px; }
  .login-page {
    margin-top: 40px; }
    .login-page .card .tab-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .login-page .card .tab-content .tab-pane {
        padding: 0 5%;
        width: 50%; }
        .login-page .card .tab-content .tab-pane:first-of-type {
          border-bottom: none;
          border-right: 1px solid #000;
          margin-bottom: 0; }
        .login-page .card .tab-content .tab-pane &gt; h2 {
          margin: 0 0 30px;
          font-size: 28px;
          color: #353332; }
        .login-page .card .tab-content .tab-pane &gt; p {
          font-size: 18px; }
        .login-page .card .tab-content .tab-pane .login-oauth .form-group a {
          height: 30px;
          line-height: 19px; }
          .login-page .card .tab-content .tab-pane .login-oauth .form-group a.oauth-facebook i,
          .login-page .card .tab-content .tab-pane .login-oauth .form-group a.oauth-google i {
            top: 4px; }
        .login-page .card .tab-content .tab-pane &gt; form &gt; button.btn-submit {
          margin: 20px auto; }
        .login-page .card .tab-content .tab-pane &gt; form .group-name-lastname,
        .login-page .card .tab-content .tab-pane &gt; form .group-email,
        .login-page .card .tab-content .tab-pane &gt; form .group-password {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          gap: 15px; }
          .login-page .card .tab-content .tab-pane &gt; form .group-name-lastname .form-group,
          .login-page .card .tab-content .tab-pane &gt; form .group-email .form-group,
          .login-page .card .tab-content .tab-pane &gt; form .group-password .form-group {
            width: 295px;
            max-width: 300px; }
  .set-password .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto; }
    .set-password .form-group .btn-container-submit {
      width: 20%; }
  .set-password .container-form-control {
    width: calc(40% - 20px);
    margin-right: 20px; }
    .set-password .container-form-control.newPasswordContanier {
      position: relative; }
  .reset-content {
    padding: 30px; }
    .reset-content .header &gt; h2 {
      font-size: 24px;
      line-height: 100%;
      letter-spacing: 0;
      font-weight: 700;
      margin: 0 30px 30px 0; }
    .reset-content .body {
      padding: 0; }
      .reset-content .body .request-password-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        .reset-content .body .request-password-body &gt; p {
          font-size: 12px; }
        .reset-content .body .request-password-body .form-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .reset-content .body .request-password-body .form-group input.form-control {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          .reset-content .body .request-password-body .form-group .invalid-feedback {
            -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                    order: 4; }
          .reset-content .body .request-password-body .form-group .send-email-btn {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
            min-width: 140px;
            margin: 30px 100px; }
            .reset-content .body .request-password-body .form-group .send-email-btn #submitEmailButton {
              min-width: 200px; }
  .set-password .btn {
    font-size: 14px; } }

@media screen and (min-width: 992px) {
  .reset-content {
    margin-bottom: 40px; }
    .reset-content &gt; * {
      margin-left: auto;
      margin-right: auto;
      max-width: 90%; }
    .reset-content .body {
      padding: 0; }
      .reset-content .body .request-password-body &gt; p {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0; }
        .reset-content .body .request-password-body &gt; p:last-of-type {
          margin-bottom: 30px;
          max-width: 720px; }
      .reset-content .body .request-password-body .form-group {
        max-width: 720px;
        margin: 0 auto; }
    .reset-content #backToLogin {
      margin-top: 30px; }
  .set-password .btn {
    font-size: 16px; } }

/*# sourceMappingURL=login.css.map*/</pre></body></html>