/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 9, stdin */

.auth-modal .auth-panel {
  display: none;
  width: 80%;
}

/* line 13, stdin */

.auth-modal .auth-panel.open {
  display: block;
}

/* line 17, stdin */

.auth-modal .auth-panel .auth-form-title {
  font-size: 42.5px;
  margin-bottom: 10px;
}

/* line 22, stdin */

.auth-modal .auth-panel .auth-form-subtitle {
  color: #666;
  font-size: 17px;
  margin-bottom: 30px;
}

/* line 30, stdin */

.auth-modal .btn.w-100 {
  min-width: auto;
}

/* line 37, stdin */

.auth-form .submit {
  padding: 1rem 2rem;
  font-weight: 400;
  font-size: 1.2rem;
}

/* line 43, stdin */

.auth-form .btn-link {
  color: #f55b41;
  line-height: 1.2;
  font-weight: 300;
}

/* line 49, stdin */

.auth-form .btn-auth-delete {
  font-size: 14px;
}

/* line 52, stdin */

.auth-form .btn-auth-delete > span {
  padding-bottom: 5px;
  border-bottom: solid 1px #f55b41;
}

/* line 57, stdin */

.auth-form .btn-auth-delete:hover {
  text-decoration: none;
}

/* line 60, stdin */

.auth-form .btn-auth-delete:hover > span {
  border-bottom: none;
}

/* line 65, stdin */

.auth-form .btn-auth-delete .icon {
  float: none;
  margin-top: 0;
  width: 16px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 76, stdin */

.header-auth {
  min-width: 60px;
}

@media (min-width: 1300px) {
  /* line 76, stdin */

  .header-auth {
    padding-right: 26px;
  }
}

@media (max-width: 991.98px) {
  /* line 76, stdin */

  .header-auth {
    position: absolute;
    right: 75px;
    top: 45px;
  }
}

@media (max-width: 575.98px) {
  /* line 76, stdin */

  .header-auth {
    top: 40px;
  }
}

/* line 96, stdin */

.header-auth > *:hover {
  opacity: 0.7;
}

/* line 101, stdin */

.header-auth .btn-icon {
  cursor: pointer;
  padding: 9px;
  background-color: #e5e5e5;
  border-radius: 5px;
}

/* line 107, stdin */

.header-auth .btn-icon.btn-auth-logged {
  color: #fff;
  border-radius: 5px;
}

/* line 114, stdin */

.header-auth .btn-text {
  font-size: 0.8rem;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  /* line 121, stdin */

  .shrink .header-auth {
    top: 26px;
  }
}

@media (max-width: 575.98px) {
  /* line 121, stdin */

  .shrink .header-auth {
    top: 23px;
  }
}


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