.bbp-no-topic{
	min-height: 600px;
	padding-top: 40px;
}
.bbp-no-topic > div > p{
	color: #333;
	text-align: center;
	padding:0 10px;
	margin:0 0 10px;
}
.bbp-no-topic .not-logged-in-img-wrap{
	width: 500px;
	margin:0 auto;
	margin-top: 30px;
}
.bbp-no-topic .not-logged-in-img-wrap img{
	width: 100%;
	height: auto;
}
#bbpress-forums .bbp-form select.form-control{
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}
@media(max-width: 550px){
	.bbp-no-topic{
		padding-top: 20px;
		min-height: 0;
		padding-bottom: 60px;
	}
	.bbp-no-topic .not-logged-in-img-wrap{
		width: 80%;
		margin-top: 30px;
	}
}