.link_icon-arrow23{
  text-decoration: none;
  color: inherit;
}

.admin_panel-1{
  align-items: center;
  margin: 100px 0px 53px 0px;
  max-width: 350px;
}

.forgot_password_sections{
  flex-direction: column;
  width: 100%;
}

.forgot_password_sections h3{
  color: #d6d6d6;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

.forgot_password_sections P{
  color: #CECECE; 
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #7a7a7a;
}

/* SVG VOLTAR */
/* SVG VOLTAR */

.forgot_password_sections b{
  width: 100%;
}
.forgot_password_sections b .svg_back{
  color: #fff;
  position: absolute;
  display: flex;
  width: 25px;
  margin-top: -5px;
  margin-left: -10px;
}

/* SVG VOLTAR */
/* SVG VOLTAR */

/* #################### SEÇÃO PRINCIPAL SEÇÃO PRINCIPAL #################### */
/* #################### SEÇÃO PRINCIPAL SEÇÃO PRINCIPAL #################### */

.admin_painel_here_login-2{
  background-color: #111;
  padding: 30px 40px;
  width: 100%;
  flex-direction: column;
  border: 2px solid #191919;
  border-radius: 10px;
}

.align_icon_user {
  width: 65px;
  height: 65px;
  padding: 0px;
  border: 3px solid #0CDA19;
  border-radius: 100%;
}

.admin_user_here-4{
  padding-bottom: 50px;
}

.admin_user_here-cdt{
  padding-bottom: 30px;
}


.forgot_password_sections span{
  color: #0CDA19;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
}


/* BOTÃO CONTINUAR BOTÃO CONTINUAR */
/* BOTÃO CONTINUAR BOTÃO CONTINUAR */
.admin_button_toenter-3{
  border: 1px solid #308500;
  background-color: #308500;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  max-height: 45px; 
  text-align: center;
  line-height: 24px;
}

.admin_button_toenter-3:hover{
  background-color: #286d01;
}

.admin_button_toenter-3 span.loading-valid {
  color: #fff;
}

.admin_button_toenter-3 span.loading{
  opacity: 0;
  pointer-events: none;
  display: none;
  width: 100%;
  margin-top: -5px;
  justify-content: center;
  align-items: center;
}
/* BOTÃO CONTINUAR BOTÃO CONTINUAR */
/* BOTÃO CONTINUAR BOTÃO CONTINUAR */

.admin_button_toenter-cdt{
  width: 340px;
  max-width: 90%;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 25px 11px;
  margin-top: 40px;
}

.form-group-3 .align_icons_eyes{
  position: absolute;
  right: 30px;
  /* border: 1px solid red; */
  color: gray;
  margin-top: 3px;
  align-items: center;
  display: flex;
}

.align_icons_eyes .toggle_password{
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  cursor: pointer;
}

.align_icons_eyes .icon_eye_off{
  position: absolute;
  /* top: 0px; */
  left: 0px;
  opacity: 0;
  pointer-events: none;
}

.align_icons_eyes.visible .icon_eye_off{
  opacity: 1;
  pointer-events: all;
}

.align_icons_eyes.visible .icon_eye{
  opacity: 0;
  pointer-events: none;
}

.icon-arrow {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  /* transition: all 0.3s ease; */
}
.icon-arrow svg {
  position: relative;
  left: 0%;
  pointer-events: none;
  transition: left 0.3s ease;
}
.icon-arrow svg:nth-child(1) {
  position: absolute;
  left: -100%;
}
.link_icon-arrow23:hover svg:nth-child(1) {
  left: 10%;
}
.link_icon-arrow23:hover svg:nth-child(2) {
  left: 100%;
}
.icon-arrow:hover {
  color:#286d01;
}

/* SEÇÃO CÓDIGO DE VERIFICAÇÃO #################### */

.form-control-37:not(:placeholder-shown), .form-control-37:focus {
  /* border: 1px solid #; */
  color: #cfcfcf;
}

.form-control-37 {
  display: block;
  width: 100%;
  min-width: 0px;
  height: 50px;
  padding: 6px 12px;
  margin-right: 8px;
  background-color: #0b0b0b;
  background-clip: padding-box;
  border: 1px solid #363636;
  border-radius: 4px;
  color: #495057;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, color .15s ease-in-out;
}

.align_input_code-37 {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

/* .form-control-37 .in-one ~ .in-two ~ .in-three ~ .in-for ~ .in-five ~ .in-six{
  
} */


.button_send_again22 a {
  color: #308500;
  cursor: pointer;
}

.button_send_again22 a:hover{
  color: #286d01;
}

/* SEÇÃO CÓDIGO DE VERIFICAÇÃO #################### */

/* #################### SEÇÃO PRINCIPAL SEÇÃO PRINCIPAL #################### */
/* #################### SEÇÃO PRINCIPAL SEÇÃO PRINCIPAL #################### */



/* #################### ESTILOS MODELO 3 #################### */
/* #################### ESTILOS MODELO 3 #################### */

.form-group-3 {
  margin: 0px;
  position: relative;
  width: 100%;
  height: 46px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 1px #000000b3;
  background-color: #0B0B0B;
  border: 1px solid #363636;
  transition: all 0.5 ease;
}

.form-group-3 svg{
  position: absolute;
  width: 36px;
  height: 18px;
  padding-right: 12px;
  border-right: 2px solid #242424;
}

/* ESTILO DA MENSAGEM */
.form-group-3 span{
  display: block;
  position: relative;
  margin-top:6px;
  margin-left: 5px;
  font-size:14px;
  min-height: 14px;
  line-height: inherit;
  margin-bottom: 10px;
  pointer-events: none;
  opacity: 0;
  width: 100%;
}
/* ESTILOS DA INPUT, DA TEXTAREA E DO SELECT */
.forgot_password_sections .form-group-3 input, 
.forgot_password_sections .form-group-3 textarea, 
.forgot_password_sections .form-group-3 select{
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
  padding: 0px 18px 0px 42px;
  border: none;
  left: 0px;
  overflow: hidden;
  font-size: 16px;
  color: #cfcfcf;
  font-family: inherit;
  background-color: #0b0b0b !important;
}

.form-group-1, .form-group-2, .form-group-3{
  width: 100% !important;
}


.form-group-3 input::placeholder, .form-group-3 textarea::placeholder, .form-group-3 select::placeholder{
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
/* ESTILOS DA TEXTAREA */
.form-group-3 textarea{
  height: 96px;
  resize: none;
  font-family: inherit;
}
/* ESTILO DA LABEL */
.forgot_password_sections .form-group-3 label.label_form{
  position: relative;
  width: 100%;
  display: flex;
  color: #818181;
  font-size: 16px;
  font-weight: 500;
  background-color: #0B0B0B;
  z-index: 1;
  padding-left: 40px;

}

/* ESTILO DA LABEL PRE-FIXADA*/
/* .form-group-3 .label_prefixed{
  color: red;
  top:-30px;
  left:2px;
  transform: scale(0.85);
} */
/* EM CASO DE INPUT INVÁLIDA */
/* .forgot_password_sections .form-group-3 input,
.forgot_password_sections .form-group-3 input:placeholder-shown {
  border-color: #191919;
}

.forgot_password_sections .form-group-3 input::placeholder,
.forgot_password_sections .form-group-3 input:placeholder-shown::placeholder{
  color: transparent;
  transition: color 0.3s ease;
}

.forgot_password_sections .form-group-3 input:focus::placeholder,
.forgot_password_sections .form-group-3 input:not(:placeholder-shown)::placeholder{
  color: #818181;
} */
/* Cor de fundo do autocomplete */
.forgot_password_sections .form-group-3 input:-webkit-autofill,
.forgot_password_sections .form-group-3 input:focus:-webkit-autofill,
.forgot_password_sections .align_input_code-37 .form-control-37 input:-webkit-autofill,
.forgot_password_sections .align_input_code-37 .form-control-37 input:focus:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 30px #0b0b0b inset;
   -webkit-text-fill-color: #cfcfcf;
}

.forgot_password_sections .form-group-3 input:focus,
.forgot_password_sections .form-group-3 input:not(:placeholder-shown){
  background-color: #0b0b0b;
}

.forgot_password_sections .form-group-3.valid,
.forgot_password_sections .form-group-3.valid:focus{
  border-color: #15d661;
}

.forgot_password_sections .form-group-3.valid ~ label{
  color: #15d661;
}

.forgot_password_sections .form-group-3.invalid,
.forgot_password_sections .form-group-3.invalid:focus{
  border-color: #dd3341;
}

.forgot_password_sections .form-group-3.invalid ~ label{
  color: #dd3341;
}

.forgot_password_sections .form-group-3 ~ label {
  cursor: text;
  position: absolute;
  padding: 0px;
  top: unset;
  left: 20px;
  bottom: 13px;
  transform-origin: bottom left;
  transition: all 0.3s ease;
}

.forgot_password_sections .form-group-3 input:focus ~ label,
.forgot_password_sections .form-group-3 input:not(:placeholder-shown) ~ label{
  width: max-content;
  max-width: calc(100% - (2*15px));
  padding: 0px 8px;
  left: 9px;
  bottom: 13px;
  background-color: #111;
  transform: scale(.75) translateY(-39px);
} */
/* ESTILOS DA MENSAGEM INVÁLIDA */
.forgot_password_sections .form-group-3 > .invalid ~ span{
  pointer-events: all;
  opacity: 1;
  color: var(--invalid_color);
}
/* ESTILOS INPUT E LABEL READONLY */
.forgot_password_sections .form-group-3 input:read-only, .form-group-3 input:disabled{
  background-color: #0b0b0b;
  border: 1px solid #c6c6c6;
  color:#656565;
  border-radius: 3px;
}

.forgot_password_sections .form-group-3 input[type="password"]{
  padding-right: 50px;
}

/* #################### ESTILOS MODELO 3 #################### */
/* #################### ESTILOS MODELO 3 #################### */



@media (max-width: 360px) {
  .admin_painel_here_login-2{
    padding: 20px 30px;
  }
  .forgot_password_sections h3{
    font-size: 16px;
  }

  .forgot_password_sections p{
    font-size: 13px;
  }

  .link_icon-arrow23{
    font-size: 14px;
  }
  

  /* SVG VOLTAR */
  /* SVG VOLTAR */

  .forgot_password_sections a{
    width: 100%;
  }
  .forgot_password_sections a .svg_back{
    color: #fff;
    position: relative;
    display: flex;
    width: 30px;
    justify-content: flex-start;
  }

  /* SVG VOLTAR */
  /* SVG VOLTAR */
  
}

#alert_forgot_password{
  border: 1px solid #d93025;
  color: #d93025;
  background-color: hsl(4, 71%, 50%, 0.15);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: normal;
  margin-top: 5px;
  display: none;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 20px;
}
