.member.home .registration-page main#main {
  background: url(https://app-ecloud-client-files.s3.ca-central-1.amazonaws.com/dashboard-images/Small-Business-Learning-Journey-Digital-Assets.jpg) center center / cover no-repeat #fff;
}
.member.home .registration-page .registration-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin: 40px auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  max-width: 800px;
}
form#registerform .row .col-md-6.col-md-offset-3.col-sm-8 {
  width: 100% !important;
  margin-left: 0 !important;
}
form#registerform label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
form#registerform input.form-control {
  padding: 12px;
  height: auto;
  min-height: 27px;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.333334;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #8C8C8C;
  border-radius: 4px;
}
form#registerform .form-group button#btn-login {
  width: 100%;
}
form#registerform .form-group a#btn-cancel {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 8px;
}
