/*
 * Password-reset pages still use Bootstrap 3 class names.
 * Center the panel with the site's usual content width instead of a float grid.
 */
.auth-forms {
  box-sizing: border-box;
  width: 95%;
  max-width: 42rem;
  margin: 2rem auto 3rem;
  padding: 0; }
  .auth-forms *,
  .auth-forms *::before,
  .auth-forms *::after {
    box-sizing: border-box; }
  .auth-forms .container,
  .auth-forms .row,
  .auth-forms .col-md-4,
  .auth-forms .col-md-6,
  .auth-forms .col-md-8,
  .auth-forms .col-md-offset-2,
  .auth-forms .col-md-offset-4 {
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .auth-forms .row::before,
  .auth-forms .row::after,
  .auth-forms .form-horizontal .form-group::before,
  .auth-forms .form-horizontal .form-group::after {
    content: none;
    display: none; }
  .auth-forms .panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .auth-forms .panel-heading {
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5; }
  .auth-forms .panel-body {
    padding: 15px; }
  .auth-forms .form-horizontal .form-group {
    margin: 0 0 15px; }
  .auth-forms .control-label {
    display: block;
    max-width: none;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left; }
  .auth-forms .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px; }
    .auth-forms .form-control:focus {
      border-color: #177c76;
      outline: 0; }
  .auth-forms .has-error .form-control {
    border-color: #f01f1b; }
  .auth-forms .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #f01f1b; }
  .auth-forms .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
  .auth-forms .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .auth-forms .btn {
    display: inline-block;
    padding: 0.5em 1em;
    border: none;
    border-radius: 3px;
    background: #36bdb2;
    color: #fff;
    cursor: pointer;
    font-size: 1em; }
    .auth-forms .btn:hover, .auth-forms .btn:focus {
      background: #177c76;
      color: #fff; }
  .auth-forms .fa-btn {
    margin-right: 6px; }

/*# sourceMappingURL=auth-forms.css.map */
