/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
}

.navbar {
  padding: 0 1rem;
}

#login .card-header {
  background-image: url("/assets/default/images/panadvert-login-header.jpg");
  background-color:transparent !important;
  background-repeat: no-repeat;
  background-position: 40% top;
  height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
}

#login.card .card-header h2 {
  font-family: Impact, "georgia", "Noto Color Emoji";
  color: #f0f0f0;
  margin-top: 150px;
  text-shadow: 0.1em 0.1em 0.96em #000;
  letter-spacing: 1em;
  margin-left: 1.8em;
}

.card { 
	margin-top: 40px;
	border-radius: 1rem;
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-header {
	border-radius: 0 !important;
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
	background-color: #cf578f;
	color: white;
  background-color: #e7eff9;
  background-image: linear-gradient(315deg, #e7eff9 0%, #cfd6e6 74%);

  text-shadow: 0.01em 0.01em 3em #6a93cb;
}

#pricing-engine td.year {
  background-color: #eaecf4;
	font-weight: bold;
}

#pricing-engine td.month {
  background-color: #e8e8ef;
}

.chart-title {
  background-color: #cf578f;
  color: #fff;
	border-radius: 8px 8px 0 0;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.3em;
	padding: 0.6em 0;
	width: 90vw;
	margin:auto;
  text-shadow: 0.01em 0.01em 3em #6a93cb;
  background-color: #e7eff9;
  background-image: linear-gradient(315deg, #e7eff9 0%, #cfd6e6 74%);
}
