@media (max-width: 3000px) {
  /* line 5, /app/app/assets/stylesheets/login_form.scss */
  .rectangle {
    height: 48px;
    background-color: #008390;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 1.44px;
    line-height: 15px;
    text-transform: uppercase;
  }

  /* line 27, /app/app/assets/stylesheets/login_form.scss */
  .group-2-themed {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 51, /app/app/assets/stylesheets/login_form.scss */
  .group-2-themed .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 102, /app/app/assets/stylesheets/login_form.scss */
  .group-2-themed .input {
    color: rgba(0, 0, 0, 0.84);
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    width: 224px;
    border-bottom: 1px solid #008390;
    border-style: none none solid none;
  }
  /* line 113, /app/app/assets/stylesheets/login_form.scss */
  .group-2-themed .field {
    margin-bottom: 29px;
  }
  /* line 119, /app/app/assets/stylesheets/login_form.scss */
  .group-2-themed .fields {
    margin-top: 20px;
  }

  @font-face {
    font-family: "mmbFontm";
    src: url(/fonts/SimplonNorm-Medium.woff) format("woff");
  }
  @font-face {
    font-family: "mmbFontr";
    src: url(/fonts/SimplonNorm-Regular.woff) format("woff");
  }
  /* line 143, /app/app/assets/stylesheets/login_form.scss */
  * {
    font-family: "mmbFontr";
  }

  /* line 148, /app/app/assets/stylesheets/login_form.scss */
  body {
    background-color: #e9e9e9;
  }

  /* line 152, /app/app/assets/stylesheets/login_form.scss */
  .mmb-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  /* line 159, /app/app/assets/stylesheets/login_form.scss */
  .signin_options {
    height: 11px;
    width: 224px;
    color: #f15700;
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 16px;
    text-align: left;
  }

  /* line 169, /app/app/assets/stylesheets/login_form.scss */
  .label {
    height: 13px;
    width: 36px;
    color: rgba(0, 0, 0, 0.84);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 13px;
  }

  /* line 179, /app/app/assets/stylesheets/login_form.scss */
  .label-instructions {
    height: 11px;
    width: 131px;
    color: rgba(0, 0, 0, 0.44);
    font-size: 9px;
    line-height: 11px;
  }

  /* line 188, /app/app/assets/stylesheets/login_form.scss */
  .btn-orange {
    background-color: #f15700;
    border-color: #f15700;
    color: white;
    text-decoration: none;
    border-width: 2px;
    border-radius: 10px;
    border-style: solid;
    padding: 5px 0px 5px 0px;
    margin: 5px 10px 5px 10px;
    width: 224px;
  }

  /* line 204, /app/app/assets/stylesheets/login_form.scss */
  .centered-column-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    width: 224px;
  }

  /* line 217, /app/app/assets/stylesheets/login_form.scss */
  .err-msg {
    color: red !important;
    font-weight: bold !important;
  }

  /* line 222, /app/app/assets/stylesheets/login_form.scss */
  .lang-switcher {
    color: black !important;
    text-align: right;
    text-decoration: none !important;
    font-size: 0.9rem;
    line-height: 0.8rem;
  }
  /* line 228, /app/app/assets/stylesheets/login_form.scss */
  .lang-switcher:hover {
    color: grey !important;
  }
  /* line 232, /app/app/assets/stylesheets/login_form.scss */
  .lang-switcher .current {
    color: grey !important;
  }

  /* line 237, /app/app/assets/stylesheets/login_form.scss */
  .header-img {
    height: 40px;
  }

  /* line 243, /app/app/assets/stylesheets/login_form.scss */
  .header-container-1 {
    display: flex;
    justify-content: center;
  }

  /* line 249, /app/app/assets/stylesheets/login_form.scss */
  .header-container-2 {
    width: 224px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* line 258, /app/app/assets/stylesheets/login_form.scss */
  .header-child-2 {
    width: 30%;
  }

  /* line 264, /app/app/assets/stylesheets/login_form.scss */
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
