/** Shopify CDN: Minification failed

Line 17:14 Unexpected "{"
Line 17:23 Expected ":"
Line 18:18 Expected identifier but found whitespace
Line 18:20 Unexpected "{"
Line 18:29 Expected ":"
Line 18:80 Expected ":"
Line 19:21 Expected identifier but found whitespace
Line 19:23 Unexpected "{"
Line 19:32 Expected ":"
Line 19:86 Expected ":"
... and 10 more hidden warnings

**/

    .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;
    }
    .customer {
      padding-bottom: 100px !important;
     }
      .customer .block-customer-login{
          margin: 0 auto;
          width: 550px;
          padding: 40px;
          backdrop-filter: blur(7px);
      border-radius: 20px;
          background: rgba(15, 105, 220, 0.08) !important;
      box-shadow: inset 0.9px -0.9px 0.9px rgba(13, 88, 185, 0.36), inset -0.9px 0.9px 0.9px rgba(255, 255, 255, 0.36) !important;
    }
      .customer .block-customer-login h2{
        margin-top: 0;
        text-align: left;
      color: #fff;
      }
           .customer .block-customer-login #customer_login .field{
            display: block;
           }
           .customer .block-customer-login .field::before,.customer .block-customer-login .field::after{
            display: none;
           }
       .customer .block-customer-login label{
            position: relative;
      left: 0;
      display: block;
      text-align: left;
      color: #fff;

       }
           .customer .block-customer-login input{
            width: 100%;
          margin: 0 0 0 0 ;
              line-height: 32px;
            margin-top: 20px !important;
                    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
          box-shadow: none !important;
          border: 1px solid #fff !important;
         border: 1px solid #0f69dc !important;
          border-radius: 8px !important;
          /* border-image: linear-gradient(270deg, #0f69dc 0%, #7c1dc8 100%) 30 round !important;
          border-image-slice: 1 !important; */
         background-color: transparent;
         padding: 0;
          padding-left: 15px;
          padding-right: 15px;
          height: 4rem;

           }
           .customer .block-customer-login .field{
                margin: 1rem 0 0;
           }
            .customer .block-customer-login .field:focus-visible{
              outline: none;
              outline-offset: none;
              box-shadow: none;
            }
            .customer .block-customer-login input:-webkit-autofill{
                 margin-top: 20px !important;
                 border-radius: 8px;
                 background: transparent;
                 padding-top: 0;
                 padding-bottom: 0;
            }
              .customer .block-customer-login .log_wrapper{
                display: flex;
                padding-top: 35px;
              }
              .customer .block-customer-login .log_wrapper a,.customer .block-customer-login .log_btt_wrapper button{
                margin: 0;
              }
             .customer .block-customer-login .log_btt_wrapper{
                width: 100%;
                text-align: end;
             }
             .customer .block-customer-login .log_btt_wrapper button::before,.customer .block-customer-login .log_btt_wrapper button::after{
              display: none;
             }
  .customer .block-customer-login .log_btt_wrapper button,.template_login .block-customer-login .password_btn_wrapper button {
    box-sizing: border-box !important;
          width: auto;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 14px;
          line-height: 38px;
          height: 40px;
          border: none !important;
          color: #fff !important;
          background: linear-gradient(270deg, #0f69dc 0%, #7c1dc8 100%) !important;
          border-radius: 8px !important;
          -webkit-border-radius: 8px !important;
          -webkit-appearance: none;
          -ms-progress-appearance: unset;
          -moz-appearance: none;
          -webkit-transition: all .15s cubic-bezier(.1, .1, .25, .9);
          transition: all .15s cubic-bezier(.1, .1, .25, .9);
          user-select: none;
          padding: 0 30px;
          cursor: pointer;
          text-transform: none;
          letter-spacing: 1px;
          font-family: 'Outfit', sans-serif;
          font-weight: 400;
          box-shadow: none;
          text-align: center !important;
          border-radius: 8px !important;
  }
    .customer .block-customer-login .log_btt_wrapper button:hover,.template_login .block-customer-login .password_btn_wrapper button:hover{
      background: linear-gradient(270deg, #ea811d 0%, #7c1dc8 100%) !important;
    }
  .template_login .block-customer-login p{
    text-align: left;
    color: #fff;
  }
  .template_login .block-customer-login .field{
    display: block;
  }
  .template_login .block-customer-login .password_btn_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 35px;
  }
  .template_login .block-customer-login .password_btn_wrapper a{
    color: #fff;
    margin: 0;
  }

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

    @media (max-width: 767px){
       .customer.login h2{
        text-align: center;
       }
       .customer .block-customer-login{
        width: auto;
        padding: 25px 10px;
       }
       .customer.login{
            padding-left: 0;
      padding-right: 0;

       }
       .customer .block-customer-login .log_wrapper{
        display: block;
       }
       .customer .block-customer-login .log_btt_wrapper {

      text-align: start;

  }
   .customer .block-customer-login .log_btt_wrapper button{
    margin-top: 20px;
   }
   .customer.login form{
    margin-top: 0;
   }
    }
@media (max-width: 767px) {
   .template_login .customer.login {
    max-width: 100% !important;
    margin-top: 40px !important;
    padding-top:  0;
}
}