body {
	font-family: adriane;
	background-image: url('../../../public/img/login/bg.jpg');
	background-repeat: no-repeat;
	background-color: #32354e;
	background-position: top;
	font-size: 12px;
	color: #666;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #353856;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #353856;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #353856;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #353856;
}


.tkadrianeRegular {
  font-family: "adriane";
  font-weight:400;
}
.tkadrianeBold {
  font-family: "adriane";
  font-weight:700;
}
.tkadrianeItalic {
  font-family: "adriane";
  font-weight:400;
  font-style:italic;
}
.textYellow	{
	color: #ffd464;
}
.textRed{
	color: #bc2630;
}
.cinzaClaro	{
	color: #9e9e9e;
}
.centralizaLogin {
  margin-right: auto;
  margin-left: auto;
  max-width:576px;

}
#barraLogin{
	background-color: #fef2d2;
	width: 70%;
	margin: auto;
	border-radius: 20px;
	padding-bottom: 30px;

}
.inputLogin{
	background-color: #fef2d2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bab8bc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 85%;
	color: #353856;
}
#barraLogin .btn{
	font-size: 24px;
	color: #caaa61;
	background-color: #353856;
	width: 85%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
