/* [Form Styling]
----------------------------- */
/* Left side */
.qr-form {
    margin-top: 40px;
    max-width: 560px;
}

.sub-title {
    margin-top: 40px;
}

.qr-form p {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 0.5em;
}

.qr-form hr {
    margin-bottom: 1em;
}

.customer-logo {
    margin-right: 20px;
}

/* Right side */

.hsform {
    width: 500px;
    margin-left: 100px;
    margin-right: 4em;
    padding: 60px 30px 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 12px #1d2c2e;
    position: relative;
    text-align: center;
}

.hsform_mobile {
    text-align: center;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: none !important;
}

.hsform label {
    font-size: 12px;
}

.hs-error-msg {
    color: red;
}

.hs-form-required {
    display: none;
}

.hs-form-field {
    text-align:left;
}

.hs-input {
    width: 100%!important;
}

.hsform input[type="text"],
.hsform input[type="email"],
.hsform input[type="tel"] {
    border:1px #414975 solid;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 0.66em;
    font-size: 15px;
    margin-bottom:10px;
}

.hsform select {
    border:1px #414975 solid;
    background-color: #fff;
    border-radius: 6px;
    width:100%!important;
    padding: 0.84em;
    font-size: 15px;
    margin-bottom:10px;
    -webkit-appearance: none;
}

.hsform select:focus {
    outline: none;
}

.hsform input[type="submit"] {
    position: relative;
    padding: auto 1em;
    width:100%;
    background-color: #FF5723;
    border-radius:8px;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-style: inherit;
    font-weight: 700;
    margin-top:20px;
    -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hsform input[type="submit"]:hover,
.hsform input[type="submit"]:focus {
    background-color: #B40905;
    color: #fff;
}
    
.lp-left-wrap {
    display: flex;
    justify-content: flex-end;
}
    
.lp-right-wrap {
    min-height:100vh;
    background-color: #354F52;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
    
.lp-container-right {
    padding-top: 10em;
    padding-bottom: 50px;
    text-align: center;
    width: 600px;
}
    
.lp-container-left {
    padding-top: 3em;
    text-align: left;
    width: 600px;
}
    
.sales-portraits {
    width: 100%;
    padding-top: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: white;
    text-align: center;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: -30px;
    transform: translate(-50%,0);
}

.crop-image {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.crop-image:not(:first-child) {
  margin-left: -10px;
}
    
.lp-logo {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: flex-start;
}

.hsform .mobile-logo {
    display: none;
    text-align:center;
}
    
.lp-logo .customer-logo {
    width: 140px;
    padding: 15px 10px;
}
    
.lp-container-left h1 {
    margin-top: 6em;
}
    
.demo-text {
    width: 450px;
}
    
.logo-wrap {
    margin-top: 2em;
}
    
.signup-cta {
    margin-top: 0.5em;
    font-size: 14px;
}

/* [ Mobile ]
----------------------------- */

@media only screen and (max-width: 1019px) {
    .qr-form {
        margin: 40px auto 0;
    }
    .qr-form img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 719px) {
    #lp-all-wrap {
      display: none !important;
    }

    .lp-left-wrap {
        display: none!important;
    }

    .lp-right-wrap {
        background-color:  #fff;
    }

    .customer-logo {
        width: 150px;
    }


    body {
        background-color: #fff;
    }

    .hsform {
        width: 100%;
        padding: 30px;
        margin: 2em 0 0 !important;
        border-radius: 0;
        box-shadow: none;
        border: 0!important;
    }

    #hsForm_a7229eb9-1aac-4a60-8020-521ac8e67119 > fieldset {
        max-width: 100vw !important;
    }

    .lp-container-right {
        padding: 0 !important;
    }

    .sales-portraits {
        top: auto;
        display: inline;
        position: initial;
    }

    .hsform .mobile-logo {
        display: inline-block;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 720px) {
    #demo-mobile {
        display: none;
    }
}


/* [ Tablet ]
----------------------------- */

@media only screen and (max-width: 1024px) {
    .lp-left-wrap {
        justify-content: center;
    }
    
    .lp-container-left {
        padding-top: 8em;
        text-align: center;
        width: 100%;
    }
    
    .demo-text {
        margin:auto;
    }
    
    h2 {
        margin-top: 60px;
    }

    .lp-logo {
        justify-content: center;
    }
    
    .lp-container-left h1 {
        margin-top: 2em;
    }
    
    .lp-right-wrap {
        justify-content: center;
        min-height: 100%;
    }

    .lp-container-right {
        padding-top: 3em;
    }

    .hsform {
        margin: 60px auto;
    }
    
}

/* [ Webinar ]
----------------------------- */   

.register_card .hs-form input[type='submit'] {
    width: 100%;
    height: 40px;
    background-color: #FF5723 !important;
    border-color: #FF5723 !important;
    font-size: 1rem !important;
}
