@media (max-width: 780px) {
  /* line 85, assets/style/_breakpoints.scss */
  .hide-m {
    display: none; } }

@media (max-width: 640px) {
  /* line 91, assets/style/_breakpoints.scss */
  .hide-s {
    display: none; } }

@media (max-width: 530px) {
  /* line 97, assets/style/_breakpoints.scss */
  .hide-xs {
    display: none; } }

/* line 20, assets/style/_fonts.scss */
html {
  font-size: 16px; }

/* line 26, assets/style/_fonts.scss */
body {
  font-family: "Inter", helvetica, sans-serif; }

/* line 5, assets/style/account.scss */
body.entrance-body {
  background: url(/static/images/backdrops/ronda.jpg);
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 2rem; }
  /* line 15, assets/style/account.scss */
  body.entrance-body .logo {
    position: absolute;
    left: 2rem;
    top: 1.4rem; }

/* line 22, assets/style/account.scss */
.entrance-panel {
  border-radius: 0.5rem;
  background: #fff;
  padding: 3rem;
  max-width: 30rem;
  margin: 0 auto 2rem; }
  /* line 29, assets/style/account.scss */
  .entrance-panel .logo {
    width: 100%;
    max-width: 10rem;
    margin: 0 0 2rem; }
    /* line 34, assets/style/account.scss */
    .entrance-panel .logo svg {
      width: 100%;
      height: auto; }
  /* line 40, assets/style/account.scss */
  .entrance-panel h1 {
    margin-bottom: 2rem; }
  /* line 44, assets/style/account.scss */
  .entrance-panel a {
    color: inherit; }
  /* line 48, assets/style/account.scss */
  .entrance-panel p {
    margin-bottom: 1.5rem;
    line-height: 150%; }
  /* line 53, assets/style/account.scss */
  .entrance-panel ul {
    padding-left: 1rem; }
    /* line 56, assets/style/account.scss */
    .entrance-panel ul li {
      line-height: 150%;
      font-size: 0.9rem; }
  /* line 62, assets/style/account.scss */
  .entrance-panel label {
    display: block;
    font-weight: 500; }
  /* line 67, assets/style/account.scss */
  .entrance-panel label[for="id_remember"] {
    display: inline; }
  /* line 71, assets/style/account.scss */
  .entrance-panel input[type="text"],
  .entrance-panel input[type="email"],
  .entrance-panel input[type="password"] {
    display: block;
    width: 100%;
    border: 1px solid #ddddde;
    background: #f6f6f4;
    border-radius: 0.25rem;
    padding: 0.5rem; }
  /* line 82, assets/style/account.scss */
  .entrance-panel button,
  .entrance-panel input[type="submit"] {
    font-size: 0.98rem;
    color: inherit;
    text-decoration: none;
    padding: 0 1rem;
    height: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: #ff6700;
    border: 1px solid #ff6700;
    font-family: "Inter", helvetica, sans-serif;
    font-weight: 500;
    color: #fff;
    cursor: pointer; }
