#registration {
  width: 70%;
  height: auto;
  max-width: 700px;
  text-align: center;
  z-index: 600;
  padding: 20px;
  background: #fff;
  border-radius: 13px 2px;
  margin: 80px auto;
  position: relative;
  min-height: 300px;
}
.steps {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.container .row.cols .cell {
    margin-top: 15px;
}
#char_upload {
    width: 138px;
}
fieldset {
  border: none;
  position: absolute;
  left: -540px;
  width: 84%;
  padding: 10px 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  opacity: 0;
}

fieldset.current {
    left: 50px;
    opacity: 1;
}

fieldset input,
fieldset select {
    border-left: 10px solid transparent;
}
fieldset input.error,
fieldset select.error {
    border-left-color: #F00;
}
fieldset.next {
    left: 540px;
}

fieldset .block label {
    display: block;
}
.container {
    z-index: 600;
}

#section-tabs {
  font-size: 1em;
  height: 50px;
  position: relative;
  margin-top: -41px;
  padding: 0;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}

#section-tabs li {
    color: #888;
    cursor: not-allowed;
    border-left: 1px solid #aaa;
    text-decoration: none;
    padding: 0 6px;
    float: left;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    background: #bababa;
    position: relative;
}

#section-tabs li.one {
    z-index: 999;
}
#section-tabs li.two {
    z-index: 998;
}
#section-tabs li.three {
    z-index: 997;
}
#section-tabs li span {
    color: #777;
}
#section-tabs li.active {
    color: #444;
    cursor: pointer;
}
#section-tabs li:after,
#section-tabs li:before {
    content: "";
    display: block;
    margin-left: 0;
    position: absolute;
    right: -40px;
    top: 0;
    border: 20px solid transparent;
    border-left: 20px solid #aaaaaa;
}
#section-tabs li:after {
    right: -36px;
    border-left-color: #bababa;
}
#section-tabs li.current {
    opacity: 1;
    color: #222;
    background: #99884c;
    border-left: none;
}
#section-tabs li.done {
    color: #337733;
    opacity: 1;
    background: #28a54f;
    border-left: none;
}
#section-tabs li.current span {
    color: #222;
}
#section-tabs li.done span {
    color: #225522;
}
#section-tabs li.done:before {
    border-left-color: #384a39;
}
#section-tabs li.done:after {
    border-left-color: #28a54f;
}

#section-tabs li.current:before {
    border-left-color: #69581c;
}
#section-tabs li.current:after {
    border-left-color: #99884c;
}
#section-tabs li:before {
    border-color: transparent;
}
#section-tabs li.three:after {
    right: -40px;
}
.container .buttons {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
#registration .container .row {
    background-color: transparent;
    margin: auto;
}
.container .steps label {
    color: #542;
    text-align: left;
}
.container .steps input,
.container .steps select {
    background-color: #542;
    padding: 2px 4px;
    margin: auto;
    font-size: 20px;
    height: 35px;
    border-radius: 4px;
}
.container .steps input[type="file"] {
    line-height: 22px;
}
.container .steps input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}
.container .steps .subLabel {
    font-size: 67%;
    color: #542;
    margin-top: 19px;
}
#char_name {
    width: 97%;
}
.btn {
  border: none;
  padding: 8px;
  background: #2cbab2;
  cursor: pointer;
  z-index: 650;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #fff;
  position: relative;
  right: 20px;
  font-family: 'Merriweather Sans', sans-serif;
}
.btn.hidden {
    visibility: hidden;
    z-index: -1;
}
.btn.left {
    right: auto;
    left: -20px;
}
.btn:hover {
     background: darken(#2cbab2, 6%);
}

span.required {
    font-size: 80%;
    color: #BB3300;
    float: right;
    margin-top: 4px;
    padding: 2px 6px;
}

span.error {
    background-color: #FF0000;
    color: #FFF;
}

span.ok {
    background-color: #00AA00;
    color: #FFF;
}
