* {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0 auto;
	padding: 0;
}

label {
	color: #fff;
}

ul li {
	list-style: none;
}

body {
	background: url("../img/rocky-small.jpg");
	background-size: cover;
}

.wrap {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	min-height: 50vh;
}

.form-container {
	width: 70%;
}


h2 {
	font-size: 45px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

form {
	background: rgba(0,0,0,.4);
	padding: 25px;
	border-radius: 25px;
}

.car-selection {
	text-align: center;
	margin-bottom: 30px;
}

.car-selection p {
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}

.car-selection ul {
	display: flex;
	justify-content: center;
}
.car-selection ul li {
	margin: 0 12px
}

.car-selection ul li label {
	font-weight: 600;
	margin-left: 10px;
	font-size: 20px;
}

.info input{
	display: block;
	width: calc(105% - 24px);
	color: #000;
}

.info input[type="text"]{
	padding: 10px;
	margin-bottom: 10px;
}

select {
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}
/*
input[type="radio"]{
	zoom: 130%;
}
*/
input[type="submit"]{
	width: 100%;
	border-radius: 0;
	border: 0;
	padding: 15px;
	margin-top: 20px;
	font-size: 20px;
	text-transform: uppercase;
	background: #039be5;
	color: #fff;
	cursor: pointer;
	transition: all 300ms ease-in-out;
font-weight: bold;
}

input[type="submit"]:hover {
	background: #0b71ce;

}
.b-day-wrap {
	display: flex;
}

.b-day-wrap select:nth-child(2){
	margin-left: 10px;
	margin-right: 10px;
}

.myCheckbox input {
  position: relative;
  z-index: -9999;
}

.myCheckbox span {
  width: 20px;
  height: 20px;
  display: block;
  background: white;
}

.myCheckbox input:checked + span {
  background: black;
}
/*
textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
*/
textarea {
  width: 100%; height: 100%;
}
