.sidebar .row {
  margin-top: 20px;
}

#main .control-group {
  margin-bottom: 0;
}

.registration-form {
  margin-left: -40px;
}

.registration-welcome{
    text-align: justify;
    margin-left: 160px;
}

form {
  padding: 12px 0 0 0;
  font-size: 0.75em;
}

form[name="reset_password"] {
    margin-bottom: 0px !important;
}

label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #464749;
  cursor: pointer;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  font-size: 0.9rem;
  height: auto;
}

#self_trial_container .self-trial-field-border {
    border-radius: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    box-shadow: 0px 0px;
}

#self_trial_container {
    line-height: 10px;
}

.self-trial-label > p {
    color: #00b3ee;
}

input, button, select, textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#self_trial_container .btn.btn-primary {
  float: right;
  width: 155px;
}

.hero {
  padding: 0;
  margin-bottom: 20px;
}

.mod-help-block .controls .help-block {
    text-align: justify;
    width: 300px;
    line-height: 12px;
}

.note {
  padding-bottom: 12px;
}