
#login {
    font-family: 'Inter', sans-serif;
    margin: 0;
}
#login * {
    box-sizing: border-box;
    color: #363537;
}
.logo-icon {
    background: #db504a;
    border-radius: 4px;
    height: 40px;
    width: 40px;
}

.logo-text {
    color: #363537;
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
    padding: 5px 0;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.logo-icon {
    display: inline-block;
    vertical-align: middle;
}

.logo-img {
    background-image: url(https://storepoint.co/img/icon-logo-header.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 112.5%;
    border-radius: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    border: none;
}

.login-top {
    padding: 20px 30px;
}

.login-left {
    width: 60%;
    display: inline-block;
    height: 100vh;
    float: left;
    background-color: #fff;
}

.login-right {
    width: 40%;
    display: inline-block;
    position: fixed;
    height: 100vh;
    min-height: 100%;
    float: right;
    background: rgb(249,248,248);
    background: -moz-linear-gradient(150deg, rgba(249,248,248,1) 0%, rgba(255,253,252,1) 50%, rgba(249,248,248,1) 100%);
    background: -webkit-linear-gradient(150deg, rgba(249,248,248,1) 0%, rgba(255,253,252,1) 50%, rgba(249,248,248,1) 100%);
    background: linear-gradient(150deg, rgba(249,248,248,1) 0%, rgba(255,253,252,1) 50%, rgba(249,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f8f8",endColorstr="#f9f8f8",GradientType=1);
}


.clear {
    clear:both;
}
.login-area {
    margin: 30px 0;
    padding: 30px 60px;
}

body#login {
    -webkit-font-smoothing: antialiased;
}

input[type="text"], input[type="password"] {
    accent-color: #5c5cd8;
    vertical-align: middle;
    min-width: 250px;
    padding: 20px 15px;
    outline: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
    width: 100%;
    border: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: transparent;
    margin: 5px 0;
    margin-bottom: 25px;

    font-family: "Inter", sans-serif;
}

input[type="text"]:focus, input[type="password"]:focus {
    border-color: #5c5cd8;
    box-shadow: 0 0 10px rgb(92 92 216 / 10%);
}

#login button.btn.blue.submit {
    width: 100%;
    margin: 20px 0;
    padding: 15px 30px;
    background: rgb(108,108,220);
    background: -moz-linear-gradient(160deg, rgba(108,108,220,1) 0%, rgba(92,92,216,1) 6%, rgba(108,108,220,1) 100%);
    background: -webkit-linear-gradient(160deg, rgba(108,108,220,1) 0%, rgba(92,92,216,1) 6%, rgba(108,108,220,1) 100%);
    background: linear-gradient(160deg, rgba(108,108,220,1) 0%, rgba(92,92,216,1) 6%, rgba(108,108,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c6cdc",endColorstr="#6c6cdc",GradientType=1);
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 15px 0;
    font-family: "Inter", sans-serif;
}
#login button.btn.blue.submit:hover {
    background: #7171dd;
}
#login button.btn.blue.submit:active {
    background: #5050d5;
}
input::placeholder {
    color: rgba(0,0,0,0.3);
}

.ilabel {
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
}

#login p.caption {
    font-weight: 600;
    color: #767478;
}

#login a {
    color: #5c5cd8;
    font-weight: 500;
    text-decoration: none;
}
#login a:hover {
    text-decoration: underline;
    color: #5c5cd8;
}


#login a.forgot-password {
    display: inline-block;
    color: #5c5cd8;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    float: right;
}
#login a.forgot-password:hover {
    text-decoration: underline;
    color: #5c5cd8;
}

input.btn.blue.submit {
    text-align: left;
    /* font-weight: 900; */
}

#login p.noaccount {
    font-size: 14px;
    margin: 40px 0;
    font-weight: 500;
    color: #767478;
}
#login p.noaccount a {
    color: #5c5cd8;
    text-decoration: none;
}
#login p.noaccount a:hover {
    text-decoration: underline;
}

#login .login-footer {
    padding: 20px 30px;
    font-size: 13px;
    font-weight: 400;
    color: #767478;
    margin: 50px 0;
    margin-top: 80px;
    line-height: 2em;
}

#login .login-footer a {
    text-decoration: none;
    color: #767478;
}

#login .login-footer a:hover {
    text-decoration: underline;
}

#login .login-footer .login-footer-item {
   color: #767478;
}



.login-quick-tip {
    /* vertical-align: middle; */
    margin: 100px 100px;
    text-align: left;
}

.quick-tip-title {
    font-weight: 800;
    font-size: 26px;
}

li, .what-happens-next p {
    margin: 20px 0;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 14px;
}
.what-happens-next p {
    margin-top: 8px;
}
.quick-tip-cta {
    margin: 80px 0;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.quick-tip-cta a.btn {
    font-weight: 700;
}
.quick-tip-cta a.btn:hover {
    background-color: rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 5px;
    margin: -5px;
}

.quick-tip-plan-available {
    display: inline-block;
}

#login .login-quick-tip .plan-name-available {
    display: inline-block;
    font-weight: 800;
    color: white;
    /* text-decoration: underline; */
}

#login .login-right .quick-tip-plan-available {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    margin: 10px 0;
    font-size: 18px;
}

.quick-tip-description {
    margin: 0;
}

li {
    margin: 15px 0;
}


.quick-tip-title {
    font-size: 28px;
    margin: 10px 0;
}

.quick-tip {
    font-size: 12px;
    font-weight: 700;
}



.quick-tip-feature-name {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.quick-tip-feature-description {
    line-height: 1.6em;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
}

.quick-tip-feature {
    padding: 10px 20px;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
}

.quick-tip-feature {
    margin: 10px 0;
}




#login p.error {
    color: #db504a;
    font-weight: 500;
    margin: 20px 0;
    background: #fceeee;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 10px;
}

#login p.error:empty {
    display: none;
}


a.btn {
    font-weight: 600;
    padding: 5px;
    background: rgba(255,255,255,.05);
    border-radius: 5px;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,.3);
        transition: all 300ms;
    }
    a.btn:hover {
        font-weight: 600;
    padding: 5px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
        text-decoration: underline;
        border: 1px solid rgba(255,255,255,.5);
    }
    a.btn:active {
        font-weight: 600;
    padding: 5px;
    background: rgba(0,0,0,.05);
    border-radius: 5px;
        text-decoration: none;
        border: 1px solid rgba(255,255,255,.3);
    }


    .quick-tip-title {
        letter-spacing: -.5px;
    }
    
    .signup-screenshot-img img {
        width: 100%;
        max-width: 625px;
    }
    
    .what-happens-next-title {
        font-weight: 700;
    }
    
    ul, ol {
        margin-left: 20px;
        padding: 0;
        margin-top: 2px;
        margin-bottom: 20px;
    }
    
    .what-happens-next {
        margin: 30px 0;
    }
    
    h1 {
        font-size: 32px;
        letter-spacing: -.5px;
        font-weight: 800;
        margin-bottom: 10px;
    }
    
    p.caption {
        font-size: 17px;
    }
    
    .ilabel {
        margin: 3px 0;
    }
    
    p.accept {
        margin: 15px 0;
    }
    
    input.btn.blue.submit {
        margin: 15px 0;
    }
    
    input[type="text"], input[type="password"] {
        margin-bottom: 15px;
    }
    
    p.accept {
        font-weight: 500;
        font-size: 14px;
    }
    
    li {
        margin: 6px 0;
        /* color: #767478 !important; */
    }
    
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        vertical-align: middle;
        accent-color: #5c5cd8;
    }

    .login-right {
        border-left: 1px solid rgba(0,0,0,0.1);
        overflow-y: auto;
    }
    
    .login-quick-tip {
        margin: 60px 90px;
    }
    
    .login-area {
        padding: 30px 90px;
    }
    
    .signup-screenshot {
        margin: 30px 0;
    }

    .login-area {
        max-width: 600px;
        margin: 0 auto;
    }








.plan_info {
    background: rgba(251, 250, 250);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.03);
}

#login .plan_name {
    float: left;
    vertical-align: middle;
    /* color: rgb(108,108,220); */
    font-weight: 600;
    font-size: 18px;
}

.plan_info {
    padding: 12px 20px;
    margin: 20px 0;
}

.plan_price {float: right;vertical-align: middle;}


#login span.value {
    font-weight: 600;
    font-size: 18px;
    /* color: rgb(108,108,220); */
    vertical-align: middle;
}

#login span.term {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    vertical-align: middle;
}

#login .change-plan a {
    padding-top: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    /* opacity: 0.8; */
    /* color: #aaa; */
}

@media (max-width: 1250px) {
    .login-quick-tip {
        margin: 30px;
    }
    
    .login-area {
        padding: 30px;
    }
}

@media (max-width: 1000px) {
    .quick-tip-title {
        font-size: 22px;
    }
    
    .quick-tip-description {
        margin: 20px 0;
    }
    
    .quick-tip-cta {
        margin: 30px 0;
    }
    
    .quick-tip-feature-name {
        font-size: 18px;
    }
    
    #login .login-right .quick-tip-plan-available {
        font-size: 16px;
    }
    
    .quick-tip {
        font-size: 11px;
    }
}

@media (max-width: 775px) {

    
    .login-left, .login-right {
        float: none;
        display: block;
        width: 100%;
        position: relative;
        height: auto;
    }

}


.StripeElement {
    box-sizing: border-box;
    padding: 10px 15px;
    font-family: monospace;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    /* background-color: white; */
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease
}

.StripeElement--focus {
    border-color: rgba(0,0,0,0.15)
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

.ElementsApp,.ElementsApp .InputElement {
    color: #464646 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ElementsApp,.ElementsApp .InputElement::placeholder {
    color: #aaa
}

form.signup .cc {
    border: 1px solid #2F8E5C;
    border: none;
    padding: 12px 10px;
    margin: 0;
    margin-top: 10px;
    box-shadow: none;
    color: white !important;
    background-color: #EBF7F1;
    margin-bottom: 15px;
    border-radius: 5px;
}

#login form.signup .cc #security_notice, #login form.signup .cc #security_notice span, i.fa-lock, i.fa-lock-keyhole {
    margin-top: 0;
    text-align: center;
    color: #35a067 !important;
    font-size: 13px;
    font-weight: 500
}


div#checkout_tax_line {
    color: #777;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 400 !important;
    padding: 10px 0;
    font-size: 15px !important
}

.line_name {
    float: left
}

.plan_tax {
    float: right
}

#checkout_total_line {
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 500 !important;
    font-size: 21px;
    padding: 10px 20px;
    background: #35a067 !important;
    background: #e7effd !important;
    color: #457fca !important;
    margin-top: 10px;
    border-radius: 5px;
    margin-left: -20px;
    margin-right: -20px
}

.total_price {
    float: right
}



#checkout_total_line span.term {
    color: rgba(255,255,255,0.9);
    color: rgb(108,108,220);
}

#splash-marketing-page.v2019_1 form.signup input:focus {
    border: 1px solid rgba(69,127,202,0.5);
    box-shadow: 0 0 5px rgba(69,127,202,0.2)
}



[v-cloak] {
    display: none
}

.pac-container.pac-logo {
    border: 1px solid rgba(69,127,202,0.5);
    box-shadow: 0 0 5px rgba(69,127,202,0.2);
    border-top: none;
    border-radius: 0 !important;
    margin-top: -3px;
    margin-right: -2px
}

.pac-container.pac-logo .pac-item {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    border-top: none;
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 1px
}

.pac-container.pac-logo .pac-item span.pac-matched {
    font-weight: 600
}


p.guarantee {
    margin: 0 !important;
}

div#card-element {
    accent-color: #5c5cd8;
    vertical-align: middle;
    min-width: 250px;
    padding: 20px 15px;
    outline: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
    width: 100%;
    border: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: transparent;
    /* margin: 5px 0; */
    /* margin-bottom: 25px; */
}

span.total_price_amount {
    color: rgb(108,108,220) !important;
}

div#checkout_total_line {
    background: rgb(237 237 248) !important;
}



