body {
background-image: url("imagens/fundo_do_login.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-size: 20px;
font-family: Arial, sans-serif;
text-decoration: none;
}
a {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;	
color: #666666;
}
#div-central {
width: 330px;
height: 500px;
background-color: rgba(255, 255, 255, 0.5); /* fundo branco transparente */
border-radius: 20px; /* bordas arredondadas */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
font-family: Arial, sans-serif;
}
#div-logo {
width: 300px;
height: 200px;
margin: 0 auto;
font-size: 14px; /* tamanho da fonte */
font-family: Arial, sans-serif; /* família da fonte */
color: #000000; /* tamanho da fonte */
}
.input-group {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666666;
  border-color: #CECECE;
  padding: 10px;
  width: 230px;
  margin: 0 auto;
}

.input-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0; /* nova propriedade */
}

.input-icon img {
  height: 24px;
  width: 24px;
}

.estilo_formulario {
  background-color: transparent;
  border: none;
  font-size: 16px;
  outline: none;
  font-size: 20px;
  font-family: Arial, sans-serif;
  color: #000000;
  text-align: center;
  width: 100%;
}

.estilo_formulario::placeholder {
  color: #333333;
}
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18;
}

.switch input[type="checkbox"] {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 16px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #6DDAFB;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
#input[type="password"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
}
@font-face {
src: url(fonts/Rubik-Italic.ttf);
font-family: 'Rubik-Italic';    
font-weight: normal;
} 
.txt1{
font-family:"Rubik-Italic";   
font-size: 18px;
color: #333333;
}
.txt1 a {
	text-decoration: underline;
	color: #333333;
}
.txt1 a:hover {
	text-decoration: underline;	
	color: #333333;
}
.div_foto {
    padding: 20px; /* Adicione o valor de padding desejado */
  }
  .custom-div {
width: 250px;
margin-left: 10px;
font-family: Arial, sans-serif;
font-size: 10px;
color: #EAEAEA;
padding: 10px;
}
.activePage {
background-color: #FFF000;
font-weight: bold;
}
.estilo_texto {
font-family: Arial, calibri, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
visibility: inherit;
}
.estilo_texto a {
text-decoration: underline;
color: #333333;
}
.estilo_texto a:hover {
text-decoration: underline;	
color: #333333;
}
