@charset "utf-8";
/* CSS Document */
 
* {
  margin: 0;
  padding: 0;
}

  .divContainer {
    height: 100vh;
    width: 100vw;
    background-image: url("imagens/fundo2.png");
    background-size: 1920px 950px;
  }
.centralizar{
	margin: 0 auto;
}	
	

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #1B8DCD;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 80%;
  padding: 10px;
  outline: none;
  border: 2px solid #1B8DCD;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 16px;	
}

.input-field:focus {
  border: 2px solid #9BD2F1;
}

/* Set a style for the submit button */
.btn {
  background-color: #1B8DCD;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
  color: white;
  font-size: 18px;	
  border: none;
  cursor: pointer;
  width: 150px;
  height: 40px;
  border-radius: 5px;	
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

.esqueceuSenha{
	color: #1B8DCD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration: none;
}

.verSenha{
	text-align: right;	
	color:  #1B8DCD;
	margin: 0;
	cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
	
.divLogin{
	width: 400px;
	height: 100%;
	text-align: center;
	background-color: #EFEFEF;
	padding: 20px;
	border-radius: 10px;
	opacity: 0.9;
}
	
.font1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color:  #1B8DCD;
}

.font2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color:  #FF0000;
}