.pagination {
  margin: 0;
}

ul {
  margin-bottom: 0;
}

.replace-action {
  cursor: pointer;
}

.replace-action:hover {
  text-decoration: underline;
}

.login-page .form-holder .info {
  background: #1b3a5e;
}

.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

.btn-primary {
  background: #3c67b1;
  border-color: #3c67b1;
}

.input-cambio {
  border: 1px solid #ccc;
  padding: 10px 0;
}

.btn-cancel {
  padding: 10px 16px;
}

.soport-icon {
  background-image: url("../img/soporte-icon-01.svg");
  background-repeat: no-repeat;
  text-indent: -9999999px;
  display: block;

  height: 50px;
  background-position: center center;
}
.cont-img img {
  min-width: 400px;
  margin: 0;
  padding: 0;
}

#whats {
  color: white;

  display: inline-block !important;
}

@media (max-width: 512px) {
  .login-page .info {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .info-content {
    margin-bottom: 3em;
  }
  .cont-img img {
    min-width: 312px;
    margin: 0;
    padding: 0;
  }
}

header {
  padding-top: 30px;
  color: #3c67b1;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

label {
  color: #313131;
}

img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-top: 10px;
  max-width: 400px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}

footer {
  height: 20px;
  background: #335794;
}

.separacion {
  height: 2px;
  background: #335794;
}
/* 
.form {
  padding: 15px !important;
} */

.description {
  position: absolute;
  bottom: -25px;
  left: 0;
  /*font-size: small;*/
  color: #737373;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #929292;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.4;
}

.step.active {
  opacity: 1;
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.5s ease;
}

.fade-enter-from {
  transform: translateX(-20px);
  opacity: 0;
}

.fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

#button-brief:hover {
  background-color: ghostwhite;
}

.input2 {
  position: relative;
}
.eye {
  position: absolute;
  margin: 0.8rem -1.5rem;
  font-size: 20px;
  line-height: 1rem;
}
#hidel {
  display: none;
}
