*, *:before, *:after {
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	background: #c1bdba;
	font-family: 'Raleway', sans-serif;
}
a {
	text-decoration: none;
	color: radial-gradient(circle, hsla(197, 64%, 38%, 1) 0%, hsla(279, 50%, 54%, 1) 100%);
	transition: 0.5s ease;
}
a:hover {
	color: #614bdd;
}
.form {
	background: #ffffff;
	padding: 40px;
	max-width: 600px;
	margin: 40px auto;
	border: solid 1px #e8e8e8;
	border-radius: 6px;
	box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.tab-group {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.tab-group:after {
	content: "";
	display: table;
	clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none !important;
  padding: 15px;
  background: rgba(160, 179, 176, .25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.tab-group li a:hover {
	background: #614bdd;
	color: #fff;
}
.tab-group .active a {
	background: radial-gradient(circle, hsla(197, 64%, 38%, 1) 0%, hsla(279, 50%, 54%, 1) 100%);
	color: #fff;
}
.tab-content > div:not(:first-child) {
	display: none;
}
#wpo-mainbody h1 {
	text-align: center;
	color: #2a3179;
	font-weight: 300;
	margin: 0 0 40px;
}
label {
	position: absolute;
	left: 50%;
	color: #a0b3b0;
	transition: all 0.25s ease;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 22px;
    transform: translate(-50%, 0);
	width: 100%;
    text-align: center;
    font-weight: normal !important;
}
label .req {
	margin: 2px;
	color: radial-gradient(circle, hsla(197, 64%, 38%, 1) 0%, hsla(279, 50%, 54%, 1) 100%);
} 
label.active {
	transform: translate(-50%, 40px);
	left: 50%;
	font-size: 14px;
}
label.active .req {
	opacity: 0;
}
label.highlight {
	color: #a0b3b0;
}
#wpo-mainbody input, textarea {
	font-size: 22px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: none;
	background-image: none;
	border: 1px solid #a0b3b0;
	color: #555;
	border-radius: 0;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
	text-align: center;
	letter-spacing: 2rem;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
 -webkit-appearance: none; 
 margin: 0; 
}

#wpo-mainbody input:focus, textarea:focus {
	outline: 0;
	border-color: radial-gradient(circle, hsla(197, 64%, 38%, 1) 0%, hsla(279, 50%, 54%, 1) 100%);
}
textarea {
	border: 2px solid #a0b3b0;
	resize: vertical;
}
.field-wrap {
	position: relative;
	margin-bottom: 40px;
}
.top-row:after {
	content: "";
	display: table;
	clear: both;
}
.top-row > div {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.top-row > div:last-child {
	margin: 0;
}
.button {
	border: 0;
	outline: none;
	border-radius: 0;
	padding: 15px 0;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: radial-gradient(circle, hsla(197, 64%, 38%, 1) 0%, hsla(279, 50%, 54%, 1) 100%);
	color: #fff;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
.button:hover, .button:focus {
	background: #614bdd;
}
.button-block {
	display: block;
	width: 100%;
}
.forgot {
	margin-top: -20px;
	text-align: right;
}



.field-wrap input, textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #555;
    border-radius: 0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
    letter-spacing: 2rem;
}


.tab-group li a {
    display: block;
    text-decoration: none !important;
    padding: 15px;
    background: rgba(160, 179, 176, .25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.tab-content h1{
  text-align:center;
}


