﻿/*body {
    background-color: #F6F7FB;
}

.light-blue-bg {
    background-color: #F6F7FB;
}

.external-providers > div {
    width: 100%;
    background-color: #EAECF4;
    border: 1px solid #E4E6EE;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: center;
}

    .external-providers > div img {
        height: 25px;
        margin-right: 10px;
    }

    .external-providers > div span {
        font-weight: 600;
        margin-top: 5px;
        color: #1C3E61;
    }

    .external-providers > div > a {
        display: table;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

        .external-providers > div > a > div {
            display: table-cell;
            vertical-align: middle;
        }

            .external-providers > div > a > div:first-child {
                width: 50px;
                text-align: right;
            }

            .external-providers > div > a > div:last-child {
                text-align: left;
            }

.external-providers .provider-apple {
    background-color: #fff;
    border-color: #000 !important;
}

.external-providers .provider-google {
    background-color: #fff;
}

.external-providers .provider-facebook {
    background-color: #fff !important;
    color: #1877F2;
    border-color: #1877F2;
}

.btn-custom-submit {
    background-color: #2B93FF;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    font-size: 1.12rem;
}

.nav-custom-link {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.floating-label {
    display: inline-block;
    padding: 3px;
    border: 1px solid #E4E6EE;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
}

    .floating-label input {
        outline: none;
        border: none;
        display: block;
        line-height: 1.2em;
        font-size: 14pt;
        padding-bottom: 8px;
        height: initial;
    }

    .floating-label label {
        display: block;
        font-size: 14px;
        padding: 5px 12px 0 12px;
        color: #1C3E61;
        font-weight: 600;
        margin-bottom: 0;
    }

    .floating-label .form-control:focus {
        box-shadow: none;
        border: none;
    }

    .floating-label ::placeholder {
        color: #aaa;
        opacity: 1;
    }

    .floating-label .custom-select-industry {
        border: none !important;
    }

.signup-trial-page {
    color: #1C3E61;
}

    .signup-trial-page .locate2u-logo {
        max-width: 150px;
        margin-bottom: 30px;
    }

    .signup-trial-page .heading-title {
        font-weight: 700;
        color: #1C3E61;
        font-size: 1.6rem;
    }

    .signup-trial-page .small-heading-title {
        font-size: 14px;
        text-align: center;
        color: #1C3E61;
        margin-bottom: 15px;
    }

    .signup-trial-page .panel-body {
        margin-bottom: 30px;
    }

    .signup-trial-page .custom-panel-body {
        margin-top: 30px;
    }

        .signup-trial-page .custom-panel-body .panel-title {
            font-size: 1.2rem;
        }

    .signup-trial-page .terms-policy {
        font-size: 12px;
        text-align: center;
        max-width: 230px;
        margin: 0 auto;
    }

    .signup-trial-page .signup-trial-content {
        padding-top: 40px;
        min-height: 83vh;
        position: relative;
    }

    .signup-trial-page .profile-submit-btn {
        margin-bottom: 30px;
    }

.verify-email-container {
    text-align: center;
}

    .verify-email-container .resend-email {
        margin-top: 35%;
    }

    .verify-email-container span {
        font-weight: 600;
    }

    .verify-email-container h4 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .verify-email-container p {
        margin-bottom: 0;
        font-size: 12px;
    }

.happy-customer-footer {
    background-color: #213C5A;
    background-image: url('/img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

    .happy-customer-footer .footer-title {
        font-size: 1.4rem;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .happy-customer-footer p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

.form-status {
    margin-bottom: 40px;
}

.bullet-text {
    font-size: 18px;
}

.subheading-text {
    font-weight: 700;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .signup-trial-page .terms-policy {
        max-width: initial;
    }

    .external-providers > div {
        max-width: 300px;
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px) {
    .external-providers > div {
        text-align: center;
    }

        .external-providers > div img {
            margin: 0 auto;
            display: inline-block;
            height: 25px;
            margin-right: 10px;
            margin-top: -3px;
        }

        .external-providers > div span {
            display: inline-block;
            margin-top: 0;
        }

    .locate2u-logo {
        margin-top: 40px;
    }

    .sidebar-title {
        font-weight: 700;
        font-size: 1.5rem;
        margin-top: 40px;
    }

    .sidebar-subtitle {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-weight: 400;
        font-size: 15px;
    }

    .signup-trial-page {
        display: flex;
        align-items: stretch;
    }

        .signup-trial-page .heading-title {
            font-size: 1.6rem;
            margin-bottom: 0;
        }

        .signup-trial-page .btn-custom-submit {
            max-width: 400px;
        }

        .signup-trial-page .signup-trial-sidebar {
            display: flex;
            align-items: center;
            padding: 10px 2%;
            padding-bottom: 0;
            flex-basis: 300px;
            flex-shrink: 0;
            background-color: #213C5A;
            background-image: url('/img/trial/trial-banner.png');
            background-size: auto;
            background-position: top;
            background-repeat: repeat-y;
            color: #fff;
        }

            .signup-trial-page .signup-trial-sidebar .container {
                position: relative;
                height: 100%;
                min-height: calc(100vh - 10px);
            }

                .signup-trial-page .signup-trial-sidebar .container .row {
                    height: 100%;
                }

        .signup-trial-page .signup-trial-content {
            display: flex;
            align-items: center;
            flex-grow: 1;
            max-width: 500px;
            margin: 0 auto;
            padding-top: 0;
            min-height: initial;
        }
}

@media screen and (min-width: 1400px) {
    .signup-trial-page .signup-trial-sidebar {
        flex-basis: 400px;
    }

    .signup-trial-page .signup-trial-content {
        max-width: 600px;
    }

    .signup-trial-page .sidebar-title {
        font-size: 2rem;
    }

    .signup-trial-page .sidebar-subtitle {
        font-size: 15px;
        bottom: 25px;
    }

    .mobile-phone {
        width: 180px;
    }
}

@media screen and (min-width: 1700px) {
    .signup-trial-page .signup-trial-sidebar {
        flex-basis: 400px;
    }

    .signup-trial-page .signup-trial-content {
        max-width: 600px;
    }

    .signup-trial-page .sidebar-title {
        font-size: 2.3rem;
    }

    .signup-trial-page .sidebar-subtitle {
        font-size: 15px;
        bottom: 25px;
    }

    .mobile-phone {
        width: 200px;
        margin-top: 40px;
    }

    .bullet-text {
        font-size: 20px;
    }
}

.blue-bold-text {
    color: #2B93FF !important;
}

.sub-heading-text {
    font-weight: 600;
}

.recaptcha-text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

#recaptcha_element > div {
    margin: 0 auto 10px auto;
}
*/
/*new*/


@font-face {
    font-family: Gotham Rounded Bold;
    font-display: auto;
    src: url(../font/gotham-rounded-minified/GothamRounded-Bold.woff);
}

@font-face {
    font-family: Gotham Rounded Medium;
    font-display: auto;
    src: url(../font/gotham-rounded-minified/GothamRounded-Medium.woff);
}

@font-face {
    font-family: Gotham Rounded Book;
    font-display: auto;
    src: url(../font/gotham-rounded-minified/GothamRounded-Book.woff);
}

@font-face {
    font-family: Gotham Rounded Light;
    font-display: auto;
    src: url(../font/gotham-rounded-minified/GothamRounded-Light.woff);
}

body {
    margin: 0;
    font-family: 'Gotham Rounded Book';
    background-color: #F6F7FB;
}

.flex-sidebar {
    text-align: center;
    padding: 10px 20px;
    background-color: #213C5A;
    background-image: url('/img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.locate2u-logo {
    display: none;
}

.mobile-phone {
    display: none;
}

.bullet-text {
    display: none;
}

.sidebar-title {
    font-family: 'Gotham Rounded Bold';
    font-size: 5.5vw;
    margin-top: 10px;
}

.flex-content {
    padding: 15px;
}

.locate2u-logo-mobile{
    width: 150px;
    margin: 0 auto;
}

.flex-container{
    text-align: center;
}

.heading-title {
    font-weight: 700;
    color: #1C3E61;
    font-size: 1.6rem;
    font-family: 'Gotham Rounded Bold';
    margin-top: 30px;
    margin-bottom: 10px;
}

.blue-bold-text {
    color: #2B93FF !important;
}

.external-providers-container {
    margin-top: 40px;
}

.small-heading-title {
    font-size: 3.5vw;
    font-weight: 400;
    margin-bottom: 10px;
}

.provider-list {
    display: grid;
    margin-bottom: 40px;
}

.provider-list-item {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 6px;
}

.provider-list-item a {
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.provider-list-item .button-image {
    display: inline-block;
    vertical-align: middle;
}

.provider-list-item .button-text {
    font-size: 4vw;
    display: inline-block;
    vertical-align: middle;
    color: #1C3E61;
    padding-left: 12px;
    text-align: left;
    width: 48vw;
    font-weight: 600;
}


.provider-google {
    border: 1px solid #E4E6EE;
}

.provider-facebook {
    border: 1px solid #1877F2;
}

.provider-apple {
    border: 1px solid #000;
}

.policy-container {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
    max-width: 220px;
    margin: 60px auto 20px auto;
}
.policy-link {
    color: #007bff;
    text-decoration: none;
}

.member-login {
    margin-top: 30px;
    font-size: 14px;
}

.member-login a {
    color: #007bff;
    font-weight: 500;
    font-family: 'Gotham Rounded Medium';
}

.btn {
    display: block;
    width: 100%;
    border: none;
    font-weight: 600;
    margin: 40px auto 0 auto;
    max-width: 250px;
    min-width: 200px;
    padding: 15px 20px;
    background-color: #2B93FF;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}

.btn:hover {
    cursor: pointer;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #495057;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 0px;
    font-size: 16px;
    height: 45px;
}

.form-control:focus {
    color: #495057;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0CDB8F;
    outline: 0;
}

::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #aaa;
    font-family: 'Gotham Rounded Bold';
}

:-moz-placeholder {
    font-family: 'Gotham Rounded Bold';
}

::-moz-placeholder {
    font-family: 'Gotham Rounded Bold';
}

:-ms-input-placeholder {
    font-family: 'Gotham Rounded Bold';
}

:-ms-input-placeholder {
    font-family: 'Gotham Rounded Light';
}

.form-control::placeholder {
    font-family: 'Gotham Rounded Light';
}

.form-control:focus::placeholder {
    font-family: 'Gotham Rounded Light';
}

.floating-label {
    display: inline-block;
    padding: 3px;
    border: 1px solid #E4E6EE;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    text-align:left;
    max-width:96%;
}
.floating-label label {
    display: block;
    font-size: 14px;
    padding: 5px 12px 0 12px;
    color: #1C3E61;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Gotham Rounded Book';
}

.floating-label input {
    outline: none;
    border: none;
    display: block;
    line-height: 1.2em;
    font-size: 14pt;
    padding:5px 12px 8px 12px;
    height: initial; 
    font-family: 'Gotham Rounded Book';
}

.floating-label select {
    padding:5px 8px 8px 8px;
}

floating-label ::placeholder {
    color: #aaa;
    opacity: 1;
}

.floating-label .custom-select-industry {
    border: none !important;
}

.btn-signup {
    margin-top:10px;
}

.subheading-text {
    font-weight: 800;
    font-size: 1.2rem;
    font-family: 'Gotham Rounded Book';
}

.trial-form {
    width: 100%;
}

.email-verified-container h3{
    margin-bottom: 0;
}

.email-verified-container p {
    margin-top: 5px;
}

.navigation-link {
    color: #007bff;
    font-weight: 500;
    font-family: 'Gotham Rounded Medium';
}

.recaptcha-text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

#recaptcha_element > div {
    margin: 0 auto 10px auto;
}

.alert {
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    font-size: 14px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-custom ul {
    margin: 0;
    padding-left: 10px;
    text-align: left;
}

.hide-error {
    display: none;
}

.recaptcha-error {
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    font-size: 14px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .flex-container {
        display: flex;
        min-height: 100vh;
        align-items: stretch;
    }

    .flex-main {
        order: 2;
        flex-grow: 1;
    }


    .flex-content {
        max-width: 450px;
        min-width: 420px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        min-height: 96vh;
    }

    .flex-sidebar {
        order: 1;
        background-image: url('/img/trial/trial-banner.png');
        padding-top: 60px;
        position: relative;
        padding-bottom: 80px;
    }

    .flex-sidebar h5 {
        position: absolute;
        bottom: 10px;
        max-width: 200px;
        left: calc((100% - 200px) / 2);
    }

    .locate2u-logo-mobile {
        display: none;
    }

    .locate2u-logo, .mobile-phone {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }

    .mobile-phone {
        max-width: 180px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .bullet-text {
        display: block;
    }

    .custom-list {
        text-align:left;
    }
    .sidebar-title {
        margin-top: 40px;
        font-size: 25px;
    }
    .small-heading-title {
        font-size: 16px;
    }
    .provider-list-item .button-text {
        font-size: 16px;
        width: 190px;
    }

    .external-providers-container {
        max-width: 300px;
        margin: 0 auto;
    }

    .container-sidebar {
        width: 250px;
        margin: 0 auto;
    }

    .policy-container {
        max-width: initial;
    }
}

@media only screen and (min-width: 1440px) {
    .sidebar-title {
        font-size: 30px;
    }
}
}

#tooltip {
    visibility: hidden;
    color: #fff;
    background-color: red;
    min-width: 250px;
    margin-left: -125px;
    border-radius: 2px;
    padding: 16px;
    text-align: center;
    left: 50%;
    bottom: 30px;
    z-index: 1;
    position: absolute;
}

    /* This will be activated when the snackbar's class is 'show' which will be added through JS */
    #tooltip.show-tooltip {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }