.pop_lo {
  font-size: initial;
  
}

.login-error a {
  display: none;
}

.wraprelembre.wrapfield {
  padding: 15px 0;
}
  
.login-error {
  text-align: center;
  font-size: 14px;
}  


.wrapfield {
    gap: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}


#newlogin {
    font-family: "Quicksand", Sans-serif;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.form_fnd_claro input.botpadverde {
font-family: "Quicksand", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-radius: 10px 10px 10px 10px;
  padding: 13px 0px 13px 0px !important;
  background: #1DD694 !important;
  width: 100%;
  margin-top: 10px;
  border: none;
  color: #26005E;
  font-weight: 600;
  cursor: pointer;
  
}

.form_fnd_claro input.botpadverde:hover {
    background: #F2295B !important;
    color: #fff;
} 

#toggle_password {
    position: absolute;
    right: 12px;
    border: none;
    top: 41.5px;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0;
}

.pop_lo label[for="elementor-login-remember-me"] {
 
  font-size: initial;
  width: 100%;
  padding: 0 0 0 50px;
}
input#elementor-login-remember-me {
  margin: -4px 0 0 -50px;
}



.pop_lo input[type="text"], .pop_lo input[type="email"], .pop_lo input[type="password"], .pop_lo input[type="tel"] {
  padding: 15px 20px;
}

.pop_lo input[type="text"]:focus, .pop_lo input[type="email"]:focus, .pop_lo input[type="password"]:focus, .pop_lo input[type="tel"]:focus {
 outline: 0 !important;
border: none;
background: #620BDC !important;
color: #fff !important;
-webkit-box-shadow: 0px 0px 0px 7px rgba(98,11,220,0.16) !important;
-moz-box-shadow: 0px 0px 0px 7px rgba(98,11,220,0.16) !important;
box-shadow: 0px 0px 0px 7px rgba(98,11,220,0.16) !important;

}

.pop_lo input[type="text"]::placeholder, .pop_lo input[type="email"]::placeholder, .pop_lo input[type="tel"]::placeholder {
  color: #C093FF !important;
}

/* Esconde o checkbox original */
.wraprelembre input[type="checkbox"] {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}

/* Estilo da label (container do switch) */
.wraprelembre label {
position: relative;
padding-left: 47px !important;

cursor: pointer;
display: inline-flex;
align-items: center;
font-size: 13px !important;
line-height: 1em !important;
user-select: none;
color: #26005E !important;
}

/* Visual do switch */
.wraprelembre label::before {
content: "";
position: absolute;
left: 0;
top: 6px;
transform: translateY(-50%);
width: 40px;
height: 26px;
background-color: #cfc7db;
border-radius: 20px;
transition: background-color 0.3s;
}

/* Botão deslizante */
.wraprelembre label::after {
content: "";
position: absolute;
left: 5px;
top: 6px;
transform: translateY(-50%);
width: 16px;
height: 16px;
background-color: white;
border-radius: 50%;
transition: transform 0.3s;
}

/* Quando o input está checked, estiliza o ::before e ::after da label */
.wraprelembre label:has(input:checked)::before {
background: #620BDC ;
}

.wraprelembre label:has(input:checked)::after {
transform: translateY(-50%) translateX(13px) ;
}
