html,
body{
  overflow-x: hidden;
}

html,
body,
main{
  width: 100%;
}

html,
body,
main,
.row {
  height: 100%;
}

.clear { clear: both; }
.mobile { display: none; }

.back_login {
  height: 100vh;
  background-image: url('../img/back_login.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.logo {
  margin-bottom: 40px;
}

.logo img {
  max-width: 200px;
}

@media (max-width: 768px) {
  .desktop { display: none; }
  .mobile { display: block; }

  .logo {
    margin-top: 40px;
  }
}

.cadastro h2 {
  color: #222325;
  font-size: 24px;
  font-weight: 700;
}

.cadastro h3 {
  padding-top: 20px;
  color: rgba(44, 43, 48, 0.70);
  font-size: 14px;
  font-weight: 500;
}

.cadastro p {
  color: #063;
  font-size: 16px;
  font-weight: 500;
}

.cadastro label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding-bottom: 10px;
}

.cadastro input {
  border-radius: 5px;
  border: 1px solid #AFAFAF;
  width: 100%;
  padding: 15px;
  padding-right: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.cadastro .btn-verde {
  border-radius: 5px;
  background: #063;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 10px;
  border: unset;
  transition: ease 0.7s;
}

.cadastro .btn-verde:hover,
.cadastro .btn-verde:focus,
.cadastro .btn-verde:active{
  background: #14332C;
  color: #FFF;
}
.cadastro .btn-verde.desativado {
  background: rgba(0, 102, 51, 0.60);
  color: #FFF;
}

.cadastro .link-forget {
  color: #063;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.cadastro .link-forget:hover,
.cadastro .link-forget:active,
.cadastro .link-forget:focus {
  color: #002914;
}

.dis_none {
  display: none;
}

.modal-resposta .modal-body {
  padding: 30px;
}

.modal-resposta h3 {
  color: #063;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
}

.modal-resposta p {
  color: #4F4F51;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
}

.modal-resposta .close {
  color: #063;
  font-size: 30px;
  border: unset;
  background: transparent;
  float: right;
  line-height: 1;
  margin-top: -15px;
}

.modal-resposta .btn-close-modal {
  color: #063;
  font-size: 14px;
  font-weight: 400;
  border: unset;
  background: transparent;
  margin: 20px auto 10px;
  display: block;
  text-decoration: unset;
  width: 100%;
  text-align: center;
}

.modal-resposta .btn-close-modal:hover,
.modal-resposta .btn-close-modal:active,
.modal-resposta .btn-close-modal:focus {
  color: #002914;
}


/*--------------------------------------------------------------
# VISUALIZAR SENHA
--------------------------------------------------------------*/
.password-wrapper {
  position: relative;
  width: 100%;
}

.password-wrapper input {
  width: 100%;
  padding-right: 30px; /* Adiciona espaço para o ícone */
}

.eye-icon {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
}

.form-signin p.link_forget {
  color: #414141;
  font-size: 13px;
  font-weight: 400;
}

.eye-icon i {
  color: #555; /* Cor do ícone */
}

.form-signin p.link_forget a {
  color: #011F5D;
  text-decoration: unset;
  padding: 15px;
  transition: all 0.5s;
}

/* TESTE DE RETIRADA DA FUNÇÃO DE VISUALIZAR SENHA NATIVA DOS NAVEGADORES*/ 
input[type="password"]::-ms-reveal { display: none; }


/* Alertas de resposta */
.btn-dismiss {
  border: unset;
  background: transparent !important;
  font-size: 24px;
}

/* Nova senha */
.box-dados {
  border-radius: 5px;
  border: 1px solid rgba(153, 255, 204, 0.40);
  background: rgba(153, 255, 204, 0.40);
  padding: 15px;
  margin-bottom: 20px;
}

.box-dados p {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.senha-box {
  border-radius: 6px;
  background: rgba(39, 174, 96, 0.20);
  padding: 10px;
  margin-bottom: 20px;
}

.senha-box p {
  color: #0A0D1F;
  font-size: 12px;
  font-weight: 700;
}

.formulario .container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0A0D1F;
  font-size: 10px;
  font-weight: 500;
}

/* Hide the browser's default radio button */
.formulario .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.formulario .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #27AE60;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.formulario .container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.formulario .container input:checked ~ .checkmark {
  background-color: #27AE60;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.formulario .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.formulario .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.formulario .container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* MENU NOVA SENHA  */
.menu-login {
  border-bottom: 1px solid #AFAFAF;
  background: #FFF;
}

.menu-login a {
  padding: 30px;
}

.menu-login a img {
  max-width: 250px;
}

.cadastro .titulo {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.cadastro .subtitulo {
  color: rgba(44, 43, 48, 0.70);
  font-size: 14px;
  font-weight: 500;
}


@media (max-width: 768px) {
  .menu-login a {
    padding: 15px;
  }

  .menu-login a img {
    max-width: 150px;
  }
}