*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
	color: #97ADD3;
}

form {
	margin: 0 auto 100px;
	max-width: 800px;
	background: #EAEFF6 url(https://cloud.githubusercontent.com/assets/1489880/17080566/b2b26fa4-5102-11e6-8385-18ad7bc9a521.jpg);
}

h1 {
	text-align: center;
}

fieldset {
	border: none;
	line-height: 1.4em;
	word-spacing: 5px;
}
legend {
	top: 20px;
	font-weight: 700;
}

label {
	display: inline-block;
	width: calc(330px - 20px);
	margin-right: 20px;
	text-align: right;
	cursor: pointer;
}

#b_fname,
#b_lname,
#b_address1,
#b_address2,
#b_city,
#b_country,
#s_fname,
#s_lname,
#s_address1,
#s_address2,
#s_city,
#s_country {
	border: 1px solid #97ADD3;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,.0);
	color: #3593F2;
	display: inline-block;
}

#b_fname,
#b_lname,
#b_address1,
#b_address2,
#b_city,
#b_country,
#s_fname,
#s_lname,
#s_address1,
#s_address2,
#s_city,
#s_country {
	width: 300px;
	font-size: 1.2rem;
	outline: none;
}

input[type="checkbox"] {
	/*display: none;*/
  margin-bottom: .9rem;
  width: 1rem;
  height: 1rem;
}

input[type="checkbox"] +  span {
	/*cursor: pointer;*/
	/*width: 20px;*/
	/*height: 20px;*/
	/*vertical-align: middle;*/
	/*content: '';*/
	/*font-family: 'FontAwesome';*/
}

input[type="checkbox"]:checked +  span::after {
	/*content: '\f00c';*/
	/*position: relative;*/
	/*top: -8px;*/
	/*left: -6px;*/
}

select {
	-webkit-appearance: none;
	border: 1px solid #97ADD3;
	padding: 5px;
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	background-color: rgba(255,255,255,.0);
	color: #3593F2;
}

#b_fname,
#b_lname,
#b_address1,
#b_address2,
#b_city,
#b_country,
#s_fname,
#s_lname,
#s_address1,
#s_address2,
#s_city,
#s_country {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus,
select:focus {
	outline: 2px solid #3593F2;
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
   color: #E1E1E1;
}

select:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
   color: #E1E1E1;
}

select::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
   color: #E1E1E1;
}

select:-ms-input-placeholder,
input:-ms-input-placeholder {
   color: #E1E1E1;
}

#navigation {
  margin-top: 2em;
  list-style: none;
  text-align: center;
  padding-left: 0;
}

#navigation a {
  display: inline-block;
  padding: 20px 180px;
  text-decoration: none;
  font-family: sans-serif;
  color: #000;
}

#navigation a:hover,
#navigation a:focus {
  background:
    linear-gradient(
      to bottom right,
      rgba(139,125,239, 0.65), rgba(59,153,239, .65)
    );
}

button {
  display: block;
  margin: 1rem auto;
}
