/** Shopify CDN: Minification failed

Line 55:10 Expected identifier but found whitespace
Line 55:11 Unexpected "#005483"
Line 90:1 Unexpected "/"

**/
/*
.user-login{
  background-color: #dce8eb;
}
.page-wrap {
      margin-bottom: 0;
}

.form label{
      font-family: 'halden';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #005483;
  position:absolute;
}

.shopify-challenge__button, [type=button].btn-secondary, [type=submit].btn-secondary, a.button.btn-secondary, button.btn-secondary{
  font-family: 'halden';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #005483;
  background-color: #009c65;
}

input[type=email], input[type=password], input[type=text], textarea {
  background-image: none;
}

h2.section-heading{
      font-family: halden;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    /* text-align: left; */
    color: #005483;
  text-shadow: 2px 2px 0 #ffffff;
}

.pre-footer-section h2{
    /*  width: 630px; */
    flex-grow: 0;
    font-family: halden;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #005483;
}
footer {
    background-color: #005483;
}
footer .bottom-footer ul li a, footer .bottom-footer small, footer .bottom-footer small a {
  font-family: halden;
    font-size: 20px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
}

.pre-footer-section .form button {
  display: none;
}
*/