/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* line 16, app/assets/stylesheets/login.sass */
.help-block {
  color: #f96868;
  font-size: 13px;
  display: block;
}

/* line 22, app/assets/stylesheets/login.sass */
label.require::after, label.required::after {
  content: '*';
  font-weight: 500;
  margin-left: 8px;
  color: rgba(77, 82, 89, 0.5);
}

/* line 29, app/assets/stylesheets/login.sass */
.has-error .text-fader {
  color: #f96868 !important;
}

/* line 32, app/assets/stylesheets/login.sass */
.has-error label.require::after, .has-error label.required::after {
  color: #f96868;
}

/* line 37, app/assets/stylesheets/login.sass */
.form-type-material .radio_buttons label {
  position: initial !important;
}
