
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);body {
  background: #f9f9f9;
  font-family: "roboto", sans-serif;
}

.main-content {
  padding: 50px 0;
}
.form-group {
	margin-bottom: 1.5rem;
	font-size: 15px;
}
.form-control {
	font-size: 15px;
}
.wizard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin: 0 auto;
  min-height: 500px;
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.wizard-menu {
  width: 200px;
  background-size: cover;
  background-position: center;
}

.wizard-menu .nav.nav-tabs {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wizard-menu .nav.nav-tabs li {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  height: 100px;
  position: relative;
}

.wizard-menu .nav.nav-tabs li.active {
  background: #2E69F3;
}

.wizard-menu .nav.nav-tabs li.active:after {
  content: "";
  position: absolute;
  right: -40px;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #2E69F3;
}

.wizard-menu .nav.nav-tabs li a {
  width: 100%;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 15px 30px;
  position: relative;
  font-size: 18px;
}

.wizard-menu .nav.nav-tabs li a span {
  font-size: 58px;
  opacity: 0.2;
  position: absolute;
  top: calc(50% - 40px);
  right: 15px;
  font-weight: bold;
}

.tab-content {
  width: calc(100% - 30px);
  padding: 30px 30px 30px 30px;
  position: relative;
  font-size: large;
}

.tab-content .bottom-action {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 30px);
}

.btn {
  border-radius: 1px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #2E69F3;
}

.btn-primary:hover {
  background: #1658f2;
}
#radioGroup .wrap {
  display: inline-block;
}
#radioGroup label {
  display: block;
  text-align: center;
  margin: 0 0.2em;
}
#radioGroup input[type="radio"] {
  display: block;
  margin: 0.5em auto;
}
