body{
	background-color: #bfbfbf;
}
.img-thumbnail{
	max-width:140px;
	margin: 5px;
}
.email-btn{
	width:235px;
	position: absolute;
	bottom:35px;
}
.left-sidebar{
	background-color: #3ebef6;
	height:inherit;
	position:relative;
	padding:25px;
	box-shadow: 10px 10px 5px grey;
}
.right-content{
	background-color: #f2f2f2;
	padding:25px;
	border-right:0px;
	border-radius:0px 15px 15px 0px;
	box-shadow: 10px 10px 5px grey;
}
.right-content-img{
	display:block;
	text-align: center;
}
.content{
	max-width:1120px;
	padding:40px 0;
}
.desc{
	color:#000;
}
.app-title{
	color:#000;
}

.app-logo{
	max-width:240px;
	border-radius:15px;
}