/* line 1, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form {
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
/* line 2, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form input, form textarea, form select {
  font-size: 16px !important;
}
/* line 6, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-btn {
  margin-top: 20px;
}
/* line 10, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-check .form-check-label {
  padding-top: 2px;
}
/* line 14, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control {
  border: 1px solid #ccc;
}
/* line 17, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control.datetimepicker:read-only {
  background-color: #fff;
}
/* line 22, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control::-webkit-input-placeholder {
  color: #aaa;
}
/* line 23, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control:-moz-placeholder {
  color: #aaa;
}
/* line 24, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control::-moz-placeholder {
  color: #aaa;
}
/* line 25, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control:-ms-input-placeholder {
  color: #aaa;
}
/* line 26, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
form .form-control::-ms-input-placeholder {
  color: #aaa;
}

/* line 29, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
.auth.theme-one .auto-form-wrapper .g-login {
  border: 1px solid #ddd;
}
/* line 32, /Users/nisarg/Desktop/work/lm/app/assets/stylesheets/shared/forms.scss */
.auth.theme-one .auto-form-wrapper .g-login:hover {
  border: 1px solid #aaa;
}
/*
 * 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.
 *
 *



 */


.button-outline-primary {
  border: 1px solid #4950F6;
}

.header-line {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 3px solid #4950F6;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}

.header-line:hover {
  text-decoration: none;
  color: green;
  border-bottom: 3px solid green;
}

