.bg{
	background: url('../../assets/img/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
}
.container {
	max-width: 600px;
	padding:20px;
}

.bg-round{
	padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.lh-condensed { line-height: 1.25; }
.btn-color-blue{
	border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
	background-color: #1f5071;
}

.text-small-label{
	font-size:0.75rem;
}

.text-grey-base{
	color: #7a7a7a;
}

.text-grey-bold{
	color: #636363;
}

.pd-0-base{
	padding-right: 0px;
	padding-left: 0px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

#statusContato{
	margin: 0 auto;
	text-align: center;
}