
/* bootstrap.min.css */
/*.btn-primary {
    background-color: #FC7F66;
    border-color: #FC7F66;
}*/

/*.nav-link .active {
    color: #ff0101;
}*/

/* -----------------------------------------------------------------------------------*/
/* 12 11 2022 - register.php - */
.form-check-input-nochecked {
    /*background-color: red;*/
    border-color: rgb(211, 31, 31);
    border-width: medium;
}

/* -----------------------------------------------------------------------------------*/
/* 15 11 2022 - login.php - */
a.one:link {color:#a39d9d;}
a.one:visited {color:#a39d9d;}
a.one:hover {color:#ece8d7;}

a.two:link {color:#ffffff;}
a.two:visited {color:#ffffff;}
a.two:hover {color:#8acca3;}

a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
  }

/* -----------------------------------------------------------------------------------*/
/* */
.valid-test-identification-step1
{
    border: 2px solid red;
}

/* -----------------------------------------------------------------------------------*/
.selrealtor-error
{
  border: 1px solid #e6514e !important;
}

.realtorref-error
{
  border: 1px solid #e6514e !important;
}
/* -----------------------------------------------------------------------------------*/
/* TEST STRIPE */
.btn.btn-pay {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background-image: linear-gradient(to right, #10B1B1 0%, #79CBCA 51%, #77A1D3 100%);
  border: none;
  transition: 0.5s;
  background-size: 200% auto;

}

.btn.btn.btn-pay:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}



.btn.btn-pay:hover .fas.fa-arrow-right {
  transform: translate(15px);
  transition: transform 0.2s ease-in;
}
