/* line 3, app/assets/stylesheets/enroll_device.scss */
.enroll-device .card-body {
  padding: 20px 40px 40px !important;
}

/* line 6, app/assets/stylesheets/enroll_device.scss */
.enroll-device .card-body .body-main-title {
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/enroll_device.scss */
.enroll-device .card-body form {
  text-align: center;
}

/* line 15, app/assets/stylesheets/enroll_device.scss */
.enroll-device .card-body .form-control {
  display: inline-block;
  width: 50%;
}

/* line 21, app/assets/stylesheets/enroll_device.scss */
.enroll-device .error {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ff5a5a !important;
  border: 1px solid #ff5a5a;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

/* line 31, app/assets/stylesheets/enroll_device.scss */
.enroll-device .help-steps {
  margin-top: 20px;
  text-align: left;
}

/* line 37, app/assets/stylesheets/enroll_device.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 41, app/assets/stylesheets/enroll_device.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 45, app/assets/stylesheets/enroll_device.scss */
.scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
