@import url('https://fonts.googleapis.com/css?family=Kanit&display=swap');

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  /*
	background: url(https://static.vecteezy.com/ti/vetor-gratis/p3/6469271-abstrato-fundo-branco-com-textura-de-meio-tom-gratis-vetor.jpg);
  */
  /*background: url("../image/PanoDeFundo-Scala.jpeg");*/


  background-size: cover;
  background-repeat: no-repeat;
  
}

/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
}
*/
/*
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  - bordas do input pode ser : Cheia, top, bottom, left, right...	
  border: 1px solid green;			//Neste caso, BORDA CHEIA na cor verde...
  -webkit-text-fill-color: white;					//Cor do Texto dentro do Input...
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;	//Sombra do Input, sem uso...
  transition: background-color 5000s ease-in-out 0s;//Cor de Fundo do input...obs. 9999s será transparente...
}
*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid white;
  -webkit-text-fill-color: white;
  transition: background-color 9999s ease-in-out 0s;
}

.main-login {
  height: 100%;
  width: 330px;
  /*background-color: rgb(84 102 126 / 59%);*/
  /*background-color: yellow;*/
  background-color: rgba(0, 0, 0, 0.4);
  /*backdrop-filter: blur(15px);*/
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  /*padding: 91px 50px;*/
 padding: 91px 0;

  float: right;
}
.main-login * {
  font-family: "Kanit", sans-serif;
  color: #ffffff;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
 
}
.login_corpo {
/* padding: top x bottom , right xleft*/
	padding: 0 50px;
  height: 90%;
/*background-color:orange;*/
}


.login_itens {
  /* padding: top x bottom , right xleft*/
  height: 100%;
/*background-color:yellow;*/
}

.login_itens h3 {
  /*color:red;*/
  font-size: 40px;
  text-align: center;
  padding-bottom: 10px;
}


.login_itens label {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
/*background-color:green;*/

}
.xxlogin_itens input {
  height: 40px;
  width: 100%;
  /*ORIGINAL - LOGIN: background-color: rgba(255, 255, 255, 0%);*/
  background-color: rgba(0, 0, 0, 0.5);
  /*background-color: blue;*/

  /*border-radius: 3px;*/
  padding: 0 1px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px solid;
}

.divloginicon{
	height: 40px;
	width: 100%;
	margin-top: 8px;

}
.logininput{
	height: 40px;
	width: 90%;
	float:left;
	padding: 0 1px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: 300;
	border-bottom: 1px solid white;
	/*background-color: aqua;*/
	/*background-color: rgba(0, 0, 0, 0.5);*/
	background-color: transparent;

}
.loginicon{
	height: 40px;
	width: 9%;
	float:left;

	border-bottom: 1px solid;

	background: url("../image/logicon.png") no-repeat center;
	background-size: 15px;
}
.divsenhaicon{
	height: 40px;
	width: 100%;
	margin-top: 8px;

}
.senhainput{
	height: 40px;
	width: 90%;
	padding: 0 1px;
	padding-left: 8px;
	float:left;
	font-size: 12px;
	font-weight: 300;
	border-bottom: 1px solid white;
	/*background-color: aqua;*/
	/*background-color: rgba(0, 0, 0, 0.5);*/
	background-color: transparent;
}
.senhaicon{
	height: 40px;
	width: 9%;
	float:left;

	border-bottom: 1px solid;
	background: url("../image/eyeicon-white-transp-32x32.png") no-repeat center;
	background-size: 18px;
	cursor: pointer;
}

::placeholder {
  color: #e1e1e1;
}


button {
  margin-top: 30px;
  width: 100%;
  /*ORIGINAL: background-color: #162b51;*/
  /*background-color: yellow;*/
  background-color: #000000;
/*104,101,93*/
  color: #fff;
  padding: 13px 0;
  font-size: 16px;
  cursor: pointer;
}

#login_alerta{
	padding-top: 8px;
	border: 1px solid gray;

	/*color: black !important;*/
	background-color:#fff;
	text-align: center;
	margin: auto;
}

#login_alerta h6{
	color: orange !important;
}
.login_rights{
  text-align: center;
}
.main-login span{
  font-size: 11px;

  color: #fff;
/*position: absolute;*/
/*    margin-left: -18px;*/
}

@media only screen and (max-width: 600px) {
  body {
    background:url(../image/01.png);
  }

