/** Shopify CDN: Minification failed

Line 40:0 Unexpected "<"
Line 41:1 Expected identifier but found "%"
Line 42:12 Unexpected "{"
Line 42:21 Expected ":"
Line 43:16 Expected identifier but found whitespace
Line 43:18 Unexpected "{"
Line 43:27 Expected ":"
Line 44:6 Expected ":"
Line 45:19 Expected identifier but found whitespace
Line 45:21 Unexpected "{"
... and 12 more hidden warnings

**/
  .tekmentumHeading{font-size: 2.2rem; text-align: left; padding-top: 10%;padding-bottom:4.8rem;}
  .signImage {height: 700px; color:white; background-size: cover;  text-align: center;
              background-image:url('/cdn/shop/files/sign_in_banner_a3d13132-1ceb-49bd-b7dc-ef5500b655af.png?v=1693973332');
                 display: flex; align-items: center; justify-content: center;}
  .signUpButton{width:150px; height:60px; background:transparent; border:1px solid white; color:white;}
  .signImage h3{font-size:4.3rem}
  .signImage p{font-size:1.5rem; padding: 8% 15%;}
  .signImage p, .signImage h3{color:white}
  .loginRow {filter: drop-shadow(-0.627px 5.967px 10px rgba(60,59,59,0.08));
background-color: #ffffff; margin-bottom:5%;}
  #recover, #login{text-align:left;}
  .labelSignIn{float: left; font-weight:bold;margin-bottom: 3%; color:black}
    #customer_login button{width:100%; height: 55px}
  #customer_login .field{margin-bottom: 10%;}
  #login{font-size:4rem; font-weight:bold;}
  #rememberMe{    float: left; width: 25px; height: 25px;}
  .rememberLabel{float:left;margin-left:1.3rem; font-size:1.5rem;}
  .passwordField{margin-bottom:2.5rem!important;}
  #rememberMe[type=checkbox] {
       
    border:1px solid #ababab;
        }
  .customer form{margin-top:2.9rem;}
  .recoverText{float:right; font-size:1.5rem!important; text-decoration: none!important;}
</style>
{%- style -%}
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}
    px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}
    px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}
      px;
      padding-bottom: {{ section.settings.padding_bottom }}
      px;
    }
  }