{% load i18n static %}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url({% static "S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2" %}) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url({% static "S6uyw4BMUTPHjx4wXiWtFCc.woff2" %}) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url({% static "S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2" %}) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url({% static "S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2" %}) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-size: 16px;
    font-family: Lato, sans-serif;
    background-color: #fafafa;
    color: #2B2D2A;
}

h1 {
    display: none;
}

h1.show {
    display: inherit;
    font-size: 20px !important;
    font-weight: 800;
    color: #152B00;
    margin-top: 8px;
}

#content {
    padding: 24px;
}

#container {
    max-width: 800px;
    margin: auto;
}

#header, #container div.breadcrumbs  {
    display: none;
}

.module {
    background-color: inherit;
}

.form-row {
    border-bottom: 0;
}

.form-row input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus {
    background-color: #FFFFFF;
    outline: none;
}

input[type="email"], input[type="text"], input[type="password"] {
    max-height: 60px;
    font-size: 1rem !important;
    background-color: #F1F2F3;
    border-radius: 4px;
    border: none;
    padding: 14px !important;
}

input[type="submit"], button {
    height: 60px;
    border-radius: 30px;
    border: 0;
    color: white;
    font-size: 1rem !important;
    width: 100%;
    font-weight: bold;
    background-color: #74B734;
    box-shadow: 0 5px 20px 0 rgba(146,158,160,0.33);
}

label {
    color: #2B2D2A;
    font-size: 1rem !important;
}

ul.errorlist {
    background-color: inherit !important;
}

ul.errorlist li {
    font-size: 16px !important;
}

#id_email {
    color: black; /* Sets the text color to black */
}
