/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/************VARIABLES HIPOTECARIO*************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
section.panel-recoveruser {
  width: 61%;
  margin: 50px auto 40px; }
  section.panel-recoveruser .icono-info {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.panel-recoveruser .icono-info picture {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 46px;
      margin-right: 15px; }
      section.panel-recoveruser .icono-info picture img {
        width: 100%; }
    section.panel-recoveruser .icono-info p {
      font-size: 14px;
      line-height: 1.4em;
      text-align: justify; }
  section.panel-recoveruser .form-recover-user .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px auto 25px; }
    section.panel-recoveruser .form-recover-user .data .data-recoveruser {
      width: 40%; }
      section.panel-recoveruser .form-recover-user .data .data-recoveruser label {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 14px; }
      section.panel-recoveruser .form-recover-user .data .data-recoveruser input {
        text-align: center;
        padding: 8px 15px;
        border-radius: 4px;
        border: 1px solid #cecece;
        background-color: #f4f4f4;
        margin-top: 4px;
        width: 100%; }
        section.panel-recoveruser .form-recover-user .data .data-recoveruser input:focus {
          outline: 0; }
  section.panel-recoveruser .form-recover-user .errors-recoveruser {
    text-align: center;
    font-size: 15px;
    font-weight: bold; }
  section.panel-recoveruser .form-recover-user .btn-recoveruser {
    margin-top: 35px;
    font-size: 13px; }

section.confirm-panel article {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 35px auto 20px; }
  section.confirm-panel article picture {
    width: 120px; }
    section.confirm-panel article picture img {
      width: 100%; }
  section.confirm-panel article p {
    text-align: justify;
    margin: 20px auto;
    width: 70%;
    font-size: 15px; }
    section.confirm-panel article p:nth-child(3) {
      margin: 0; }

section.confirm-panel .linea-facil-content {
  width: 70%; }

@media (max-width: 990px) {
  section.panel-recoveruser {
    width: 95%; }
    section.panel-recoveruser .icono-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.panel-recoveruser .icono-info picture {
        margin-right: 0;
        margin-bottom: 15px; }
    section.panel-recoveruser .form-recover-user .data {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      section.panel-recoveruser .form-recover-user .data .data-recoveruser {
        width: 48%; }
  section.confirm-panel article p {
    width: 90%; }
  section.confirm-panel .linea-facil-content {
    width: 90%; } }
