body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div#header {
	padding: 20px 70px;
}

img.logo {
	width: 15%;
	float: left;
}

img.logo-success {
	width: 3%;
	text-align: center;
}

div#body {
	padding: 0px 70px;
}

.sectionA {
	padding-top: 10px;
}

.formA {
	background-color: #e1e1e1;
	padding: 40px;
}

h2.service-termination {
	font-size: 20px;
	font-weight: bold;
	float: right;
}

h2.headline {
	font-size: 20px;
	font-weight: bold;
	color: #61149f;
}

h2.sectionA {
	font-size: 18px;
	font-weight: bold;
	color: #61149f;
}

.nationality, .voiceplan {
	width: 100%;
	padding: 10px;
}

.select-form {
	width: 100%;
	padding: 10px;
	border-color: #222222;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.serviceprovider {
	width: 60%;
	padding: 10px;
}

.banklocation, .currency {
	width: 100%;
	padding: 10px;
}

input#cancellationdate {
	width: 40%;
}

input.termination-reason {
	width: 50%;
}

input.new-address {
	width: 100%;
}

.button {
	padding-top: 20px;
}

.reset {
	background-color: #000000;
	border: none;
	color: white;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.submit {
	background-color: #8a29b4;
	border: none;
	color: white;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.spinner {
	display: none;
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.spinner-content {
  	background-color: #fefefe;
  	margin: 15% auto; /* 15% from the top and centered */
  	padding: 20px;
  	text-align: center;
  	border: 1px solid #888;
  	width: 40%; /* Could be more or less, depending on screen size */
}

img.loading {
	width: 20%;
}

.thankyou {
	padding: 50px 0;
}

p.lead {
	padding: 0px 180px;
}

@media only screen and (max-width: 768px) {
	div#header {
		padding: 15px 15px;
	}

	img.logo {
		width: 25%;
		float: left; 
	}

	img.logo-success {
		width: 5%;
		text-align: center;
	}

	h2.service-termination {
		font-size: 15px;
		font-weight: bold;
		float: right;
	}

	div#body {
		padding: 0px 15px;
	}

	.formA {
		background-color: #e1e1e1;
		padding: 20px;
	}

	input#cancellationdate {
		width: 70%;
	}

	.serviceprovider {
		width: 80%;
		padding: 10px;
	}

	.spinner-content {
	  margin: 35% auto; /* 15% from the top and centered */
	  width: 90%; /* Could be more or less, depending on screen size */
	}

	img.loading {
		width: 50%;
	}

	p.lead {
		padding: 0px 5px;
	}

}
