.registration.container{
  padding-bottom: 40px;
}
.registration label{
  font-family: 'GTWalsheim';
  font-size: 18px;
  font-weight: 400;
}
.registration label.bold{
  font-weight: 700;
}
.registration label.fine{
  font-size: 12px;
  font-weight: 400;
}
.registration .btn-back-wrapper{
  margin-top: 30px;
  margin-bottom: 30px;
}
.registration input{
  font-family: 'GTWalsheim';
}
.registration .form-group{
  margin-bottom: 25px;
}
.registration .form-group a{
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.registration em{
  font-size: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
}
.registration .checkbox label{
  font-size: 16px;
}
.registration .btn-default{
  background-color: #000;
  color: #FFF;
  font-weight: 700;  
}
.registration .radio, .registration .checkbox{
  padding-left: 30px;
}
.registration .radio input[type="radio"], .registration .checkbox input[type="checkbox"]{
  margin-left: -30px;
}

.registration .btn-back-wrapper a{
  text-decoration: none;
  color: #000;
}
.registration .btn-back-wrapper a span.icon-arrow-back{
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.registration .btn-back-wrapper .btn-back{
  font-weight: 700;
}
#error-msg{
  margin-bottom: 20px;
}
.errorBorder{
  font-size: 16px;
  color: #ff1616;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .registration label{
    font-size: 20px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}