#login section.presentation .wrapper .btn.white, .btn {
    display: inline-block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    font-weight: 700
}

#login section.presentation, .btn {
    background-color: #3c11a6
}

.btn, .create-account {
    display: inline-block
}

#login section.fields .btn.google, .btn, h1, h2, h3 {
    font-weight: 700
}

#login #step-1, #login.flex-support {
    height: 100%;
    min-height: 100vh
}

#login #thankyou-content h1, #login #thankyou-content h2 {
    font-family: Geist,sans-serif;
    font-weight: 800;
    color: #384257;
    -webkit-text-transform: none;
    -moz-text-transform: none;
    -ms-text-transform: none;
    -o-text-transform: none;
    text-transform: none
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
    font-family: Geist,sans-serif;
    list-style: none;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

#logintoaccHeader {
    color: #262365;
    font-size: 30px
}

#loginGoogleDiv, #loginOrSpan, .loginHelpers {
    color: #262365;
    font-size: 16px
}

.btn, .btn.orange:hover, .btn:hover {
    color: #fff
}

.btn {
    width: 100%;
    border: 2px solid transparent;
    text-align: center;
    padding: 13px 35px;
    border-radius: 30px;
    font-size: 14px;
    transition: border-color 120ms,box-shadow 120ms,color 120ms linear
}

    .btn:hover {
        box-shadow: 4px 4px 10px #3c10a6;
        border: 2px solid #fff
    }

#loginGoogleDiv:hover {
    border: 2px solid #4375e9
}

.btn.blue {
    background-color: #4fc4d2
}

    .btn.blue:hover {
        background-color: #3badbb
    }

.btn.orange:hover, .btn.red:hover {
    background-color: #ec5044
}

.btn.orange {
    background-color: #38b2ac
}

.btn.red {
    background-color: #e35c5c
}

.btn.white {
    background-color: #fff;
    color: #3a4458
}

h1 {
    font-size: 38px;
    color: #384257;
    line-height: 44px
}

h2 {
    font-size: 28px;
    color: #384257;
    line-height: 34px
}

h3 {
    font-size: 24px;
    color: #384257;
    line-height: 28px
}

h4 {
    font-size: 22px;
    font-weight: medium;
    color: #a3a3a3;
    line-height: 26px
}

p {
    font-family: Geist,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #384257;
    font-weight: 400
}

.create-account {
    position: relative
}

    .create-account input[type=email] {
        height: 48px;
        background-color: #f5f5f5;
        color: #b9b9b9;
        border: none;
        border-radius: 30px;
        padding: 0 260px 0 24px;
        font-size: 16px;
        font-family: Geist,sans-serif
    }

    .create-account button[type=submit] {
        background-color: #3ac4d7;
        color: #fff;
        border-radius: 30px;
        padding: 13px 35px;
        border: 2px solid #f5f5f5;
        font-size: 14px;
        position: absolute;
        left: 230px;
        top: 0;
        width: fit-content
    }

.btn.transparent {
    background: 0 0;
    border: 2px solid #f5f5f5
}

#loginWelcome {
    font-size: 40px
}

.load-delay img {
    transform: translateY(75px);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.load-delay.show img {
    transform: none;
    opacity: 1
}

.relative {
    position: relative
}

    .relative .line {
        position: absolute;
        opacity: 0
    }

.u-top_m_search {
    margin-top: 69px
}

.u-top-208 {
    margin-top: 208px
}

.u-top-categories {
    margin-top: 139px
}

.indent-nav {
    height: 139px
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@keyframes line-bounce-in {
    0% {
        left: 0
    }

    60% {
        left: 55%
    }

    100% {
        left: 50%
    }
}

.error-msg {
    font-family: Geist,sans-serif;
    font-size: 14px;
    color: #ff6154;
    display: block;
    margin-top: 5px
}

#login .step-wrapper, #login.flex-support {
    display: flex
}

#login section.presentation .wrapper {
    padding: 50px
}

#login .wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

#loginMainPhoto {
    margin-top: 100px
}

#login .wrapper .logo {
    margin-bottom: 40px
}

#login .wrapper h2 {
    margin-top: 20px;
    width: 600px;
    color: #fff;
    line-height: 50px
}

#login section.presentation .wrapper .dashboard {
    margin-bottom: 40px;
    max-width: 100%
}

#login section.presentation .wrapper .btn.white {
    border-radius: 30px;
    padding: 15px 50px;
    color: #3ac4d7;
    font-size: 18px;
    background-color: #fff;
    transition: .4s;
    width: inherit
}

#login section.fields {
    background-color: #fff;
    padding-top: 50px;
    max-width: 620px;
    padding-left: 30px;
    padding-right: 30px
}

    #login section.fields .btn {
        margin-top: 25px
    }

    #login section.fields h2 {
        font-size: 30px;
        color: #262365;
        margin-bottom: 25px
    }

    #login section.fields .btn.google {
        border: 2px solid #4375e9;
        background-color: #fff;
        color: #4375e9;
        margin-bottom: 30px;
        display: block;
        text-align: center;
        font-size: 16px;
        cursor: pointer
    }

    #login section.fields .divider {
        text-align: center;
        position: relative;
        margin-bottom: 30px
    }

        #login section.fields .divider::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #e9e9e9;
            top: 50%;
            left: 0
        }

        #login section.fields .divider span {
            color: #262365;
            border-left: 9px solid #fff;
            border-right: 9px solid #fff;
            background-color: #fff;
            z-index: 5;
            position: relative
        }

    #login section.fields .description {
        color: #262365;
        font-size: 18px;
        margin-bottom: 40px;
        font-family: Geist,sans-serif;
        font-weight: 600
    }

.text {
    color: #262365;
    font-family: Geist,sans-serif;
    margin-bottom: 20px;
    font-size: 18px
}

#login section.fields .login-form .form-field select {
    height: 48px;
    background-color: #f3f3f3;
    color: #262365;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: Geist,sans-serif;
    width: 100%;
    padding-left: 10px
}

#login section.fields .login-form .form-field {
    margin-bottom: 25px
}

    #login section.fields .login-form .form-field label {
        color: #262365;
        font-family: Geist,sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        display: block
    }

        #login section.fields .login-form .form-field label .fa-question-circle {
            position: relative;
            font-size: 16px;
            cursor: pointer
        }

            #login section.fields .login-form .form-field label .fa-question-circle .tooltip {
                position: absolute;
                border-radius: 30px;
                background-color: #262365;
                color: #fff;
                width: 363px;
                padding: 10px 22px;
                bottom: 28px;
                left: 50%;
                transform: translateX(-50%);
                font-family: Geist,sans-serif;
                font-size: 12px;
                line-height: 14px;
                font-weight: 500;
                z-index: 10;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: .4s;
                -moz-transition: .4s;
                -o-transition: .4s;
                transition: .4s
            }

                #login section.fields .login-form .form-field label .fa-question-circle .tooltip::after {
                    content: "";
                    background: url('../images/tooltip-arrow.png') no-repeat;
                    position: absolute;
                    bottom: -9px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 16px;
                    height: 10px
                }

            #login section.fields .login-form .form-field label .fa-question-circle:hover .tooltip {
                opacity: 1;
                visibility: visible
            }

    #login section.fields .login-form .form-field input[type=email], #login section.fields .login-form .form-field input[type=password], #login section.fields .login-form .form-field input[type=text] {
        height: 48px;
        background-color: #f3f3f3;
        color: #262365;
        border: none;
        border-radius: 30px;
        padding: 16px 26px;
        font-size: 16px;
        font-family: Geist,sans-serif;
        width: 100%;
        margin-bottom: 4px
    }

    #login section.fields .login-form .form-field input#SiteName {
        width: 60%
    }

    #login section.fields .login-form .form-field input::placeholder {
        color: #e4e4e4
    }

    #login section.fields .login-form .form-field input::-ms-input-placeholder {
        color: #e4e4e4
    }

    #login section.fields .login-form .form-field input.validated {
        border: 2px solid #ff6154
    }

    #login section.fields .login-form .form-field .coredomain {
        width: 40%;
        font-family: Geist,sans-serif;
        color: #262365;
        font-size: 20px;
        font-weight: 500;
        padding-left: 12px
    }

    #login section.fields .login-form .form-field .forgot {
        color: #262365;
        font-family: Geist,sans-serif;
        font-size: 12px;
        font-weight: 500;
        float: right;
        margin-bottom: 25px;
        margin-top: 5px
    }

    #login section.fields .login-form .form-field .error-msg {
        font-family: Geist,sans-serif;
        font-size: 14px;
        color: #ff6154;
        display: inline
    }

i.fa-eye {
    margin-left: -30px;
    position: absolute;
    top: 54px;
    right: 17px;
    cursor: pointer;
    color: #d3d3d3
}

#login section.fields p.register {
    font-size: 16px;
    margin-top: 32px
}

#login section.fields .register .create {
    color: #4dacf8;
    font-family: Geist,sans-serif;
    font-size: 16px
}

#login section.fields .steps-wrapper {
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 45px
}

    #login section.fields .steps-wrapper span {
        font-family: Geist,sans-serif;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        padding-bottom: 20px;
        color: #d6d6d6
    }

        #login section.fields .steps-wrapper span::after {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 100%;
            background-color: #d6d6d6;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            z-index: 5;
            box-sizing: content-box
        }

        #login section.fields .steps-wrapper span.step-1 {
            margin-left: -42px
        }

        #login section.fields .steps-wrapper span.step-3 {
            margin-right: -30px
        }

        #login section.fields .steps-wrapper span.active {
            color: #3c11a6
        }

            #login section.fields .steps-wrapper span.active::after {
                width: 12px;
                height: 12px;
                background-color: #3c11a6;
                border: 2px solid #d6d6d6
            }

    #login section.fields .steps-wrapper::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #d6d6d6;
        position: absolute;
        left: 0;
        bottom: 7px
    }

#login #step-1, #login #step-2, #login #step-3, #login section.fields .for-mobile {
    display: none
}

#login.window {
    width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 7px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,.3)
}

    #login.window .fields {
        width: 100%;
        padding-top: 0
    }

        #login.window .fields .header {
            padding: 35px 16px 32px;
            background-color: #f3f3f3
        }

            #login.window .fields .header h2 {
                text-align: center;
                margin-bottom: 0
            }

        #login.window .fields .content-wrapper {
            padding-top: 30px;
            padding-bottom: 30px
        }

            #login.window .fields .content-wrapper .login-form input {
                margin-bottom: 30px
            }

                #login.window .fields .content-wrapper .login-form input.guided {
                    margin-bottom: 10px
                }

            #login.window .fields .content-wrapper .login-form .guide {
                font-family: Geist,sans-serif;
                font-size: 14px;
                color: #3ac4d7
            }

            #login.window .fields .content-wrapper .login-form .terms {
                margin-top: 40px;
                color: #262365
            }

                #login.window .fields .content-wrapper .login-form .terms a {
                    color: #3ac4d7;
                    font-family: Geist,sans-serif;
                    font-size: 16px
                }

            #login.window .fields .content-wrapper .btn-wrapper {
                text-align: center
            }

                #login.window .fields .content-wrapper .btn-wrapper .btn {
                    width: unset !important;
                    padding: 13px 70px;
                    font-size: 18px
                }

    #login.window .form-container {
        width: 467px
    }

#login #login-content.contains_thankyou {
    min-height: 690px
}

#login #thankyou {
    min-height: 36vw;
    position: relative;
    bottom: 0;
    width: 100%;
    display: none;
    background: url("../images/envelope.svg") 50% bottom/contain no-repeat rgba(0,0,0,0)
}

#login #thankyou-content {
    bottom: 0;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#login .thankyou_inner {
    left: 50%;
    position: absolute;
    top: 23%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 28vw
}

#login #thankyou-content h1 {
    font-size: 24px;
    position: relative;
    top: -120px
}

#login #thankyou-content .thankyou_text {
    display: block;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 70px;
    width: 100%;
    color: #384257;
    font-weight: 500;
    font-family: Geist,sans-serif
}

#login #thankyou-content h2 {
    font-size: 18px;
    line-height: 28px
}

#login .thankyou_border {
    border-radius: 100%;
    bottom: 7px;
    left: 0;
    box-shadow: 0 10px 3px rgba(0,0,0,.5);
    display: block;
    height: 2px;
    position: absolute;
    width: 100%
}

#login #thankyou-content #thankyou img {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 80
}

.phone-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

    .phone-row .cc-field {
        flex: 1 1 320px;
        min-width: 280px
    }

    .phone-row .mn-field {
        flex: 2 1 340px;
        min-width: 260px
    }

.input-fluid, .select-fluid {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.field-label {
    display: inline-block;
    margin-bottom: 6px
}

.select-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:768px) {
    .phone-row .cc-field, .phone-row .mn-field {
        flex: 1 1 100%;
        min-width: 0
    }
}

.input-fluid:focus, .select-fluid:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(59,130,246,.35)
}

#countryCodeDiv {
    padding-right: 50px
}
