.recupsen {
    font-family: "Quicksand" !important;
    gap: 15px;
    display: flex;
    flex-direction: column;
    
}

.pop_lo label {
    flex-basis: 100% !important;  
    text-align: center !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
}


.msgenviosucesso {
    font-family: "Quicksand" !important;
    text-align: center;
}


.pop_lo {
    font-size: initial
    
}
.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: #fff;
  font-weight: 600;
  
}

.botpadverde:hover {
    background: #FC5723 !important;
    color: #fff;
} 

.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;
}



.elementor-remember-me input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}



.elementor-remember-me label {
  position: relative;
  width: 100%;
  
  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 */
.elementor-remember-me 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 */
.elementor-remember-me 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 */
.elementor-remember-me label:has(input:checked)::before {
  background: #620BDC ;
}

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