.right-img {
  object-fit: cover;
  object-position: left;
  width: 124%;
  transform: scaleX(-1);
}
.vv100 {
  height: 100%;
  width: 100%;
}
.fss16 {
  font-size:16px;
}
.pr77 {
  padding-right:7px;
}
.span-register {
  color: #B61272;
}
.span-register:hover {
  color: #E22F81;
}
.remember_me-error {
  position: absolute;
  margin-top: 20px;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.mw-form {
  max-width: 450px;
}
.eye-icon {
    z-index: 100;
    position: relative;
    cursor: pointer;
    top: -25px;
    right: 15px;
}
#ip_password-error {
  position: absolute;
}
#ip_reg_password_change-error {
  position: absolute;
}
#ip_reg_password_confirmation_change-error {
  position: absolute;
}
#ip_reg_password-error {
  position: absolute;
}
#ip_reg_phone-error {
  position: absolute;
}
#ip_reg_password_confirmation-error {
  position: absolute;
}
#accept_account-error {
  position: absolute;
  margin-top: 50px;
}
form label {
  color: var(--neutral-dark, #111);

/* h6-18/semibold */
font-family: Raleway;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 144.444% */
}

.form-label label.error {
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.error {
  font-weight: 600 !important;
  font-size: 1rem !important;
}
.candidate-title {
  color: var(--neutral-dark, #111);

/* h5-24/semibold */
font-family: Raleway;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 125% */
max-width: 300px;
}

@media (max-width: 500px) {
  .div-init {
    width: 100%;
    height: 100vh;
  }
}
@media (max-width: 800px) {
  .div-img {
    display: none !important;
  }
  .div-init {
    width: 100% !important;
  }
}

.btn-reg-whatsapp{
  background-color: white !important;
  border-radius: 4px !important;
  border: 1px solid #dadce0 !important;
  color:#3c4043 !important;
  padding: 5px 10px !important;
  font-size: 14px !important;  
  font-family: "Google Sans", arial, sans-serif !important;
  letter-spacing: 0.25px !important;
}
.whatsapp-icon {
  width: 20px; /* Ajusta el tamaño según tus necesidades */
  height: 20px; /* Ajusta el tamaño según tus necesidades */
  margin-right: 8px; /* Espacio entre el ícono y el texto */
  display: inline-block;
}

#ux_register_form_candidate .btn-reg-whatsapp:hover{
  background-color: #f3fff3 !important;
}

#ux_register_form_candidate .btn-reg-whatsapp:active{
  background-color: #eafeec !important;
}