#templateBody {
    font-size: 14px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}

.white-bg{
	background: #ffffff;
	padding: 30px 0;
}
.subscribe-btn {
	color: #ffffff;
    border-radius: 5px;
    padding: 10px 4px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
	background-color: #5c6ac4;
}
.subscribe-btn:hover,
.subscribe-btn:focus{
	color: #ffffff;
	text-decoration: none;
	background-color: #5c6ac4;
}

@media (min-width: 768px){
	.subscribe-btn {
	    padding: 13px 20px;
	    font-size: 18px;
	}
	.white-bg{
		background: #ffffff;
		padding: 100px 0;
	}
}
@media (max-width: 767px){
	.text-xs-center{
		text-align:center;
	}
}