/* ------------------------------------------------------ */
/* ############### 1. GOOGLE FONTS IMPORT ############### */
/* ------------------------------------------------------ */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");*/




@-ms-viewport {
  width: device-width; }

a {
  color: #1b84e7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #115da4;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }



    
/* --------------------------------------- */
/* ############### SIGN IN ############### */
/* --------------------------------------- */
.signin-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  @media (min-width: 576px) {
    .signin-wrapper {
      padding: 30px; } }

.signin-box {
  width: 400px;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 20px; }
  @media (min-width: 480px) {
    .signin-box {
      padding: 40px; } }
  .signin-box .slim-logo {
    margin-right: 0;
    margin-bottom: 40px; }
  .signin-box.signup {
    width: 500px; }
    .signin-box.signup .btn-signin {
      margin-bottom: 20px; }

.signin-title-primary {
  font-weight: 300;
  color: #212529; }

.signin-title-secondary {
  font-weight: 300;
  margin-bottom: 50px; }

.btn-signin {
  font-weight: 500;
  /*font-size: 13px;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
  border: 0;
  min-height: 40px;
  /*background-image: linear-gradient(to right, #1b84e7 0%, #6f42c1 100%);
  background-repeat: repeat-x; */

}

.signin-left,
.signin-right {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px; }
  @media (min-width: 768px) {
    .signin-left,
    .signin-right {
      width: 50%; } }
  .signin-left .signin-box,
  .signin-right .signin-box {
    border: 0;
    padding: 0; }

.signin-left .signin-box {
  background-color: transparent; }

.signin-right {
  background-color: #fff; }

.signup-separator {
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .signup-separator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dee2e6; }
  .signup-separator span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 5; }

.btn-facebook {
  background-color: #4267B2;
  color: #fff; }

.btn-twitter {
  background-color: #1DA1F2;
  color: #fff; }

.mg-b-50 {
  margin-bottom: 50px; }

.mg-b-0 {
  margin-bottom: 0px; }

.pd-x-25 {
  padding-left: 25px;
  padding-right: 25px; }

.tx-12 {
  font-size: 12px; }

/*.footer-login{
  margin-top: auto;
}*/

.footer-login {
  border-top: 1px solid #ced4da;
  background-color: #e3e7eb;
  /*margin-top: 30px;*/
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px 0; 
}
  @media (min-width: 992px) {
    .footer-login {
      /*margin-top: 50px;*/
      padding: 0; 
    }
    .footer-login .container-fluid {
      padding-left: 25px;
      padding-right: 25px;

      }

  }
  .footer-login .container,
  .footer-login .container-fluid {
    font-size: 13px;
    text-align: center;
    
    
     }

    .footer-login .container p,
    .footer-login .container-fluid p {
      margin-bottom: 0; }
      .footer-login .container p:last-child,
      .footer-login .container-fluid p:last-child {
        margin-top: 5px; }
  @media (min-width: 992px) {
    
  }

    @media (min-width: 768px) {
      .footer-login .container,
      .footer-login .container-fluid {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        
        
        } 
    }
 

 /****************************

Mostrar Contraseña login

*****************************/


.pass_show_login{position: relative} 

.pass_show_login .ptxt_login { 

position: absolute; 

/*top: 25%;*/
top: 1px; 

right: 1px; 

z-index: 9; 

color: #0099e5; 

/*margin-top: -10px;*/ 

cursor: pointer; 

transition: .3s ease all;
/*background: #ececec;*/
background: #FFF;
padding: 7.5px;

} 

.pass_show_login .ptxt_login:hover{color: #0089ce;} 

/****************************

FIN Mostrar Contraseña Login

*****************************/
