[name="nome_usuario"], [name="password"] {
    text-transform: none;
    font-size: 12px;
}

[type="password"]::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	float: left;
	transition: .5s;
	margin-right: 5px;
}

.fale-conosco {
	border-radius: 999em;
	font-size: 13px;
}

.fale-conosco i {
	padding-right: 5px;
}

.box-fale-conosco {
	width: 300px;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	height: 230px;
	margin: 0 15px 20px 0;
	box-shadow: 0.1px 0.1px 5px #7f8385;
	border-radius: 10px;
	display: none;
	text-transform: uppercase;
}

.box-fale-conosco div h1 {
	font-size: 16px;
	padding-top: 15px;
	width: 100%;
	padding-left: 10px;
}

.box-fale-conosco div i {
	position: absolute;
	top: 12px;
	right: 10px;
	cursor: pointer;
}

.box-fale-conosco p {
	font-size: 11px;
	padding: 0 10px;
}

.box-fale-conosco p a {
	color: #000;
}

.box-fale-conosco p a:hover {
	color: #535455;
	text-decoration: underline;
}

.box-fale-conosco h2 {
	font-size: 14px;
	padding: 0 10px;
}