.ts-login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif; 
}

.ts-login-caixaLogin {
  width: 340px;
}

.ts-login-texto_acesso {
  font-weight: 300;
  font-size: 16px;
  color: #000000 ;
  margin-bottom: 10%;
  margin-top: 30%;
  line-height: 16px;
}
.ts-login-texto_campos {
  color: #504F50 !important;
  font-weight: 80;
  font-size: 12px;
  line-height: 16px;
}

.ts-login-form {
  display: flex;
  flex-direction: column;
}

.ts-login-form-group {
  margin-bottom: 25px;
  position: relative;
}

.ts-login-label {
  position: absolute;
  top: -10px;
  left: 5px;
  background: #fff;
  padding: 0 5px;
  font-size: 0.8em;
  color: #000;
  z-index: 1;
}

.ts-login-inputs_login {
  padding: 10px 35px 10px 10px; 
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.ts-login-password-preview {
  position: relative;
}

.ts-login-password-preview-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1em; 
  color: #40505B;
}

.ts-login-password-preview-toggle::before {
  content: "\F417"; 
  border-bottom: none; 
}

.ts-login-botao {
  min-width: 100px;
  background-color: #2c3e50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif; 
}

.ts-login-botao:hover {
  background-color: #34495e;
}

.ts-login-texto_senha {
  align-self: flex-end;
  color: #333C59 !important;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 6%;
}

.ts-login-solicitar_senha {
  margin-top: 20px;
  text-align: center;
}

.ts-login-texto_solicitar {
  color:#A3A6A9 !important;
  font-size: 16px;
  font-weight: 500;
}

.ts-login-botao_solicitar {
  background-color: #ecf0f1;
  color: #2c3e50;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  font-family: Arial, Helvetica, sans-serif; 
}

.ts-login-botao_solicitar:hover {
  background-color: #bdc3c7;
}

.ts-login-imagem_logo {
  position: fixed; 
  bottom: 50px; 
  left: 50%; 
  transform: translateX(-50%); 
  display: flex;
  justify-content: center;
  width: 100%; 
  height: auto;
  padding: 10px 0; 
}

.ts-login-imagem_brand {
  position: fixed; 
  top: 1px; 
  left: 50%; 
  transform: translateX(-50%); 
  display: flex;
  justify-content: center;
  width: 100%; 
  height: auto;
  padding: 5px 0; 
}


.ts-login-caixa_campos {
  display: flex;
  flex-direction: column;
}

.ts-login-botao_solicitar_voltar {
  height: 50px;
  width: 100px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  background: #F1F2F3 !important;
  color: #333C59;
  font-weight: bold;
  box-shadow: none;
  margin-left: 4%;
}
.ts-login-botao_solicitar_voltar:hover {
  background: #d5d6d6 !important;
}

.ts-login-divBotao {
  margin-top: 8%;
  display: flex;
  justify-content: center;
}

.ts-login-texto_erro {
  font-weight:600; 
  color:#CC3300;
  font-style:italic;
  margin-top:2%;
}
