﻿.panel-heading{
background-image: url(/images/background5.png);
border: 0;

background-position: center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

.panel{
border-style: none;
	border-color: inherit;
	border-width: 0;
	background: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.panel-body{

border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('/images/background-white-100.png') center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.panel-white{

border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('/images/background-white-100.png') center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}