body {
	background: url(../img/bg-hacker.gif) repeat center center;
	color: #f4f4f4;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}

.content-wrapper {
	background: rgba(40, 92, 37, 0.7);
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}

img.circle {
	max-width: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

h1 {
	text-transform: uppercase;
}
h2.fs-title {
	font-size: 22px;
	color: #22cb29;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left;
}
h2.steps {
	font-size: 16px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}
small {
	background: #5c1b1b;
}

p.notice {
	color: #d72626;
	background: #eaed36;
	font-weight: 700;
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

#msform fieldset {
	background: #00000085;
	color: #fff;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
	padding: 1rem;
}

.form-card {
	text-align: left;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

/* #msform input,
#msform textarea {
	padding: 8px 15px 8px 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2c3e50;
	background-color: #eceff1;
	font-size: 16px;
	letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #22cb29;
	outline-width: 0;
} */

#msform .action-button {
	width: 100px;
	background: #22cb29;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px 10px 5px;
	float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
	background-color: #0a0a0a;
}

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	background-color: #000000;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
}

#progressbar .active {
	color: #22cb29;
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f085";
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f013";
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f005";
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: #ff4242;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}

#progressbar li:after {
	content: "";
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #22cb29;
}
