/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 80px;
}

.jumbotron   {
  background-image: url('../images/contribute-to-favorite-charity.jpg');
  background-size: cover;
}

.jumbotron div {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  width: 50%;
  margin-top: 42px;
  margin-bottom: 42px;
}
.jumbotron h1 {
  font-size: 1.8em;
  color: #fff;
}

.form-head {
	color: #191919;
	font-weight: normal;
	font-weight: 400;
	margin: 0;
	text-align: center;    
	font-size: 1.8em;
}

.error-message {
	padding: 7px 10px;
	background: #fff1f2;
	border: #ffd5da 1px solid;
	color: #d6001c;
	border-radius: 4px;
	margin: 30px 0px 10px 0px;
}
.error-msg {
	color: #d6001c;
}

.success-message {
	padding: 7px 10px;
	background: #cae0c4;
	border: #c3d0b5 1px solid;
	color: #027506;
	border-radius: 4px;
	margin: 30px 0px 10px 0px;
}

.demo-table {
	background: #ffffff;
	border-spacing: initial;
	margin: 15px auto;
	word-break: break-word;
	table-layout: auto;
	line-height: 1.8em;
	color: #333;
	border-radius: 4px;
	padding: 20px 40px;
	width: 380px;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.demo-table .label {
	color: #888888;
}

.demo-table .field-column {
	padding: 15px 0px;
}

.demo-input-box {
	padding: 13px;
	border: #CCC 1px solid;
	border-radius: 4px;
	width: 100%;
}

.btnRegister {
	padding: 13px;
	background-color: #5d9cec;
	color: #f5f7fa;
	cursor: pointer;
	border-radius: 4px;
	width: 100%;
	border: #5791da 1px solid;
	font-size: 1.1em;
}

.response-text {
	max-width: 380px;
	font-size: 1.5em;
	text-align: center;
	background: #fff3de;
	padding: 42px;
	border-radius: 3px;
	border: #f5e9d4 1px solid;
	font-family: arial;
	line-height: 34px;
	margin: 15px auto;
}

.terms {
	margin-bottom: 5px;
}
.warn {
  color: #f00;
}
