﻿body, html, input {
    font-family: "Open Sans", open-sans, sans-serif;
    font-weight: 400;
}

body, button, html, input {
}

    button, button:active, button:focus {
        border: 0;
        outline: 0
    }

.form-button, .form-label {
    letter-spacing: 1px;
    text-transform: uppercase
}

* {
    box-sizing: border-box
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    color: #5f697a;
    background-color: #f7f7f7;
}

.alert, .form-group {
    margin-bottom: 23px
}

.form-label, button {
    font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

button {
    font-weight: 700
}

.text--left {
    text-align: left
}

.text--center {
    text-align: center
}

.text--right {
    text-align: right
}

.form-button, .form__legal, .main-panel--single .main-heading, .main-panel__footer, .saml-button, .sso-knock-modal .content, .sso-knocking__options, .sso-knocking__title {
    text-align: center
}

.login-bg {
    background-color: #f7f7f7;
    height: 100%;
}

.Workpulse-logo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 38px;
    left: 5%;
    background: url(../images/logo.png);
    background-size: 100%;
    color: transparent;
}

.form-input, .form-select {
    height: 50px;
    display: block;
    width: 100%
}

@media (min-width:1076px) {
    .Workpulse-logo {
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
    }

    .Workpulse-logo--single {
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
    }
}

.form-group {
    position: relative
}

.form-label {
    display: block;
    font-weight: 700;
    font-size: 11px;
    color: #898989;
    margin-bottom: 8px
}

.form-input {
    border: 1px solid #898989;
    border-radius: 3px;
    padding: 15px;
    font-size: 14px;
    color: #596377;
    outline: 0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

    .form-input::-webkit-input-placeholder {
        color: #898989
    }

    .form-input:-moz-placeholder {
        color: #898989
    }

    .form-input::-moz-placeholder {
        color: #898989
    }

    .form-input:ms-input-placeholder {
        color: #898989
    }

.form-select, .form-select > select {
    color: #898989;
    font-size: 14px;
    outline: 0
}

.form-input:focus {
    border-color: #8C96A9
}

.form-input.error {
    border: 1px solid #E73737;
    margin-bottom: 10px
}

.form-select {
    border: 1px solid #D4D9E2;
    border-radius: 3px;
    padding: 14px 15px;
    overflow: hidden;
    position: relative;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

    .form-select:after {
        content: "";
        display: block;
        position: absolute;
        right: 32px;
        top: 50%;
        margin-top: -4px;
        border-bottom: 2px solid #596377;
        border-left: 2px solid #596377;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .form-select.focus, .form-select:focus {
        border-color: #596377
    }

    .form-select.error {
        border: 1px solid #E73737;
        margin-bottom: 10px
    }

    .form-select > select {
        background: 0 0;
        border: none;
        font-family: "Open Sans", open-sans, sans-serif;
        width: 110%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

.left-panal-footer, .login-main-header, .form-button, .right-panel-switch-button {
    font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif
}

.form-select.form-select--empty select {
    color: #C6CCD7
}

.form-help {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #8C96A9;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.login-right-main, .panel-wrapper {
    position: relative
}

.form-help:focus, .form-help:hover {
    color: #434C5E
}

.form-button {
    display: inline-block;
    margin: 20px auto;
    background: #6f9b3a;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: box-shadow .2s ease, border .2s ease;
    transition: box-shadow .2s ease, border .2s ease
}

    .form-button:focus, .form-button:hover {
        cursor: pointer;
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25)
    }

    .form-button:active {
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
    }

.form-button--alternate {
    background-color: #11B683
}

.form__error {
    font-size: 14px;
    font-weight: 600;
    color: #E73737;
    letter-spacing: 0;
    margin-bottom: 24px
}

.form__legal, .form__legal a, .form__legal a:hover {
    color: #8C96A9
}

.form__legal {
    margin-bottom: 0;
    padding-bottom: 30px
}

    .form__legal a {
        text-decoration: underline
    }

.alert-dynamic, .alert-error {
    color: #E73737
}

.alert-error {
    display: none
}

.alert-dynamic {
    display: block
}

.panel-wrapper {
    display: block;
    width: 100%
}

@media (min-width:1076px) {
    .login-right-main {
        margin-left: 633px
    }
}

@media (min-width:1076px) and (min-height:600px) {
    .panel-wrapper {
        height: 100%
    }

    .login-right-main {
        height: 100%;
        overflow: hidden;
    }
}

.right-panel-switch {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 38px;
    margin-bottom: 46px;
    margin-right: 5%;
    font-size: 13px;
    color: #596377;
    letter-spacing: 0;
    line-height: 36px
}

.right-panel-switch-text {
    display: none
}

@media (min-width:600px) {
    .Workpulse-logo {
        left: 38px
    }

    .right-panel-switch {
        margin-right: 38px
    }

    .right-panel-switch-text {
        display: inline
    }
}

.login-right-main-table {
    display: table;
    width: 100%;
    height: 100%
}

.login-right-main-table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 50px
}

.main-content {
    clear: both;
    max-width: 450px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.main-panel__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    border-top: 1px solid #D4D9E2
}

.main-heading {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 1.5rem;
    padding-top: 100px;
}

    .main-heading.referral .main-panel__subheading .emphasizeOffer {
        color: #11B683;
        font-weight: 700
    }

.main-panel__subheading {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
}

.right-panel-switch-button {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #C6CCD7;
    border-radius: 100px;
    font-weight: 700;
    font-size: 10px;
    color: #596377;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 12px;
    padding: 0 28px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .right-panel-switch-button:focus, .right-panel-switch-button:hover {
        color: #fff;
        text-decoration: none;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .25);
        background-color: #6f9b3a;
        border: 1px solid #6f9b3a
    }

    .right-panel-switch-button:active {
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
    }

@media (min-width:1076px) {
    .main-panel--single {
        margin-left: 0
    }
}

.main-panel__badge {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto;
    border-radius: 6px
}

.login-left-main {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 600px;
    min-height: auto;
    height: 100%;
    overflow: hidden;
    background: rgba(36, 40, 56, .65);
    max-width: 100%;
}

@media (min-width:1076px) {
    .login-left-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-height:600px) {
    .login-left-main {
        position: fixed
    }
}

.feature-panel--enterprise {
    background: url(../images/body-bg.png);
    background-size: cover;
    text-align: center
}

.panel-footer {
    position: absolute;
    bottom: 40px;
    left: 55px;
    right: 55px;
    background: transparent;
    border: none;
}

.left-panal-footer {
    margin-bottom: 28px;
    opacity: .39;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: .91px;
    z-index: 10;
    position: relative;
}

.prise-panel-content {
    padding: 0 55px;
    z-index: 100;
}

.login-main-header {
    margin-bottom: 25px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
}

.prise-panel-content p {
    margin-bottom: 33px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
}

.login-panel-button, .sso-knocking__title {
    font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.login-sub-header {
    display: block;
    margin-bottom: 17px;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1.09px
}

.main-panel-caption {
}

.login-panel-button {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    padding: 2px 36px;
    line-height: 36px;
    text-decoration: none;
}

    .login-panel-button:focus, .login-panel-button:hover {
        text-decoration: none;
        color: #111;
        background-color: #fff
    }

.feature-panel--sign-up {
    background-image: url(/assets/apps/d/img/login-signup/signup-photo.jpg);
    background-size: cover
}

.feature-panel--quotes {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .feature-panel--quotes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 480px;
        background-image: -webkit-linear-gradient(91deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
        background-image: linear-gradient(-1deg, #141516 7%, rgba(43, 51, 65, 0) 100%)
    }

.feature-panel--benefits-container {
    padding: 0 40px;
    display: none
}

.feature-panel--benefits {
    background: url(/assets/apps/d/img/login-signup/signup-benefits-bg.png);
    background-size: cover;
    color: #fff;
    padding: 0 40px
}

.feature-panel--benefits__header {
    font-size: 20px
}

.feature-panel--benefits__list {
    color: #6f9b3a;
    list-style-position: inside;
    list-style-type: square;
    margin-top: 30px;
    padding-left: 0
}

    .feature-panel--benefits__list li {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .feature-panel--benefits__list span {
        color: #fff;
        font-size: 15px;
        margin-left: -10px;
        vertical-align: top
    }

.feature-panel--benefits__footer {
    position: absolute;
    bottom: 40px;
    left: 55px;
    right: 55px
}

.feature-panel--benefits__footer__lead {
    margin-bottom: 10px;
    opacity: .6;
    font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: .91px
}

.Workpulse-logo {
    display: block;
    position: absolute;
    z-index: 10;
    top: 38px;
    width: 250px;
    height: 60px;
    background: url(../images/logo.png) no-repeat;
    color: transparent;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom:;
}

.panel-footer h1 {
    opacity: 0.9;
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    display: block;
    width: auto;
}

    .panel-footer h1 span {
        font-size: 16px;
        font-weight: normal;
        display: block;
        padding-top: 8px;
    }

.sso-alternate {
    font-size: 13px;
    color: #596377;
    letter-spacing: 0;
    text-decoration: underline
}

.sso-knocking__title {
    font-size: 11px
}

.sso-knocking__options {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.sso-knocking__option-item {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 36px;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    cursor: pointer
}

    .sso-knocking__option-item:hover {
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25)
    }

.sso-knocking__option-item--google {
    background-image: url(/assets/apps/d/img/login-signup/sso-google-logo.png)
}

.sso-knocking__option-item--okta {
    background-image: url(/assets/apps/d/img/login-signup/sso-okta-logo.png);
    background-size: 18px 18px
}

.sso-knocking__option-item--ping {
    background-image: url(/assets/apps/d/img/login-signup/sso-ping-logo.png)
}

.sso-knocking__option-item--onelogin {
    background-image: url(/assets/apps/d/img/login-signup/sso-onelogin-logo.png);
    background-size: 18px 18px
}

.sso-knock-modal {
    position: fixed;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .87)
}

    .sso-knock-modal .content {
        width: 760px;
        margin: 0 auto;
        padding: 75px 20px;
        background: #FFF;
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
        border-radius: 4px
    }

    .sso-knock-modal .title {
        margin-top: 0;
        margin-bottom: 12px;
        font-size: 30px;
        font-weight: 400;
        color: #434C5F
    }

    .button, .sso-knock-modal .back {
        border-radius: 100px;
        font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase
    }

    .sso-knock-modal .message {
        width: 430px;
        margin: 15px auto;
        line-height: 24px;
        font-size: 16px;
        color: #8C96A9
    }

    .sso-knock-modal .back {
        display: block;
        margin: 50px auto 30px;
        background: #11B683;
        height: 50px;
        line-height: 50px;
        width: 200px;
        font-size: 12px;
        color: #FFF;
        cursor: pointer;
        -webkit-transition: box-shadow .2s ease, border .2s ease;
        transition: box-shadow .2s ease, border .2s ease
    }

        .sso-knock-modal .back:focus, .sso-knock-modal .back:hover {
            box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25)
        }

    .sso-knock-modal .contact {
        margin-top: 55px;
        margin-bottom: 0;
        font-size: 14px
    }

        .sso-knock-modal .contact a {
            color: #1E8FE1;
            text-decoration: underline
        }

.button, .button:hover, .studio-download {
    text-decoration: none
}

.button {
    display: inline-block;
    background: #1E8FE1;
    font-size: 10px;
    color: #FFF;
    padding: 0 36px;
    height: 36px;
    line-height: 36px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.sign-up__quote__logo--netflix, .sign-up__quote__logo--twitter, .sign-up__quote__logo--uber {
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden
}

.button:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .25)
}

.button:active {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.button--link {
    color: #596377;
    background-color: transparent
}

    .button--link:active, .button--link:hover {
        color: #434C5E;
        box-shadow: none;
        background-color: transparent
    }

.alert--success {
    color: #14B876
}

.alert--error {
    color: #b94a48
}

.quotes--twitter {
    background-image: url(/assets/apps/d/img/login-signup/mike-davidson.jpg)
}

@media only screen and (min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .quotes--twitter {
        background-image: url(/assets/apps/d/img/login-signup/mike-davidson@2x.jpg)
    }
}

.quotes--uber {
    background-image: url(/assets/apps/d/img/login-signup/molly-nix.jpg)
}

@media only screen and (min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .quotes--uber {
        background-image: url(/assets/apps/d/img/login-signup/molly-nix@2x.jpg)
    }
}

.quotes--netflix {
    background-image: url(/assets/apps/d/img/login-signup/andy-law.jpg)
}

@media only screen and (min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .quotes--netflix {
        background-image: url(/assets/apps/d/img/login-signup/andy-law@2x.jpg)
    }
}

.quotes__pagination {
    position: absolute;
    width: 50%;
    bottom: 40px;
    right: 40px;
    margin: 0;
    text-align: right
}

.pagination__page {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 20px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

    .pagination__page.selected {
        background-color: #fff
    }

.sign-up__quote {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px
}

    .sign-up__quote.selected {
        display: block
    }

.sign-up__quote__excerpt {
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    font-style: italic;
    color: #FFF;
    line-height: 26px;
    opacity: .8
}

.sign-up__quote__name {
    opacity: .8;
    font-weight: 600;
    font-size: 11px;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase
}

.sign-up__quote__logo {
    margin-bottom: 40px
}

.sign-up__quote__logo--twitter {
    display: block;
    width: 39px;
    height: 32px;
    background-image: url(/assets/apps/d/img/login-signup/twitter-logo.png)
}

.sign-up__quote__logo--uber {
    display: block;
    width: 119px;
    height: 24px;
    background-image: url(/assets/apps/d/img/login-signup/uber-logo.png)
}

.sign-up__quote__logo--netflix {
    display: block;
    width: 110px;
    height: 31px;
    background-image: url(/assets/apps/d/img/login-signup/netflix-logo.png)
}

.hidden {
    display: none
}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.enterprise-select-brand-title {
    font-size: 28px;
    font-weight: 400;
    color: #434C5F;
    margin-bottom: 40px;
    text-align: center
}

.new-enterprise-select-brand {
    border-radius: 5px;
    width: 90%;
    max-width: 540px;
    margin: 0 auto
}

    .new-enterprise-select-brand form {
        margin: 0;
        padding: 0
    }

    .new-enterprise-select-brand .new-brand-select {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .new-enterprise-select-brand .new-brand-select li {
            padding: 24px;
            color: #3e4b59;
            cursor: pointer;
            font: 400 16px/1em 'Open Sans';
            margin-bottom: 16px;
            background: #fff;
            border-radius: 5px;
            box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .2);
            height: 96px;
            position: relative
        }

            .new-enterprise-select-brand .new-brand-select li div, .new-enterprise-select-brand .new-brand-select li i, .new-enterprise-select-brand .new-brand-select li p {
                display: inline-block;
                margin: 0;
                vertical-align: middle
            }

            .new-enterprise-select-brand .new-brand-select li p {
                max-width: 167px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 20px;
                font-weight: 400;
                color: #434C5E
            }

                .new-enterprise-select-brand .new-brand-select li p small {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #8C96A9;
                    display: block;
                    font-size: 13px;
                    font-weight: 400
                }

@media (min-width:400px) {
    .new-enterprise-select-brand .new-brand-select li p {
        max-width: 250px
    }
}

@media (min-width:600px) {
    .new-enterprise-select-brand .new-brand-select li p {
        max-width: 290px
    }
}

.new-enterprise-select-brand .new-brand-select li .brand-logo {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden
}

    .new-enterprise-select-brand .new-brand-select li .brand-logo.no-logo {
        background: #ccc
    }

    .new-enterprise-select-brand .new-brand-select li .brand-logo img {
        max-width: 48px;
        max-height: 48px
    }

    .new-enterprise-select-brand .new-brand-select li .brand-logo.my-inv {
        background: 0 0
    }

.new-enterprise-select-brand .new-brand-select li input {
    display: none
}

.new-enterprise-select-brand .new-brand-select li .form-button {
    display: inline;
    margin: 0;
    padding: 0;
    height: 36px;
    width: 115px;
    border-radius: 100px;
    border: 1px solid #a3aebf;
    font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    color: #596377;
    cursor: pointer;
    line-height: 0;
    position: absolute;
    right: 24px;
    top: 30px
}

.new-enterprise-select-brand .new-brand-select li:focus, .new-enterprise-select-brand .new-brand-select li:hover {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2)
}

    .new-enterprise-select-brand .new-brand-select li:focus .form-button, .new-enterprise-select-brand .new-brand-select li:hover .form-button {
        background-color: #11B683;
        border-color: #11B683;
        color: #fff
    }

        .new-enterprise-select-brand .new-brand-select li:focus .form-button:focus, .new-enterprise-select-brand .new-brand-select li:focus .form-button:hover, .new-enterprise-select-brand .new-brand-select li:hover .form-button:focus, .new-enterprise-select-brand .new-brand-select li:hover .form-button:hover {
            box-shadow: 0 0
        }

@media (max-width:600px) {
    .new-enterprise-select-brand .new-brand-select li .form-button {
        display: none
    }
}

.studio-download {
    position: absolute;
    bottom: 0;
    margin: 25px 0;
    width: 90%;
    max-width: 540px;
    color: #6C7689;
    font-size: 13px;
    line-height: 17px
}

    .studio-download span {
        padding: 0 8px
    }

    .studio-download svg {
        top: 3px;
        position: relative
    }

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login-right-main-table .bg-custom {
    background-color: #fff;
    padding: 3px 15px 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    margin-bottom: 12px;
    box-shadow: 0 -1px 0 0 #EDEBE6, 0 2px 6px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 -1px 0 0 #EDEBE6, 0 2px 6px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 -1px 0 0 #EDEBE6, 0 2px 6px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 0 -1px 0 0 #EDEBE6, 0 2px 6px 0 rgba(0,0,0,0.05);
}

    .login-right-main-table .bg-custom.active {
        border-left: 3px solid #6F9B3A;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
    }

.login-right-main-table .md-form .prefix {
    right: 0;
}

.login-right-main-table .bg-custom input {
    border-bottom: none !important;
}

.login-right-main-table input {
    border-bottom: none;
}

.panel-footer > div {
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 12px 12px;
}

    .panel-footer > div:last-child {
        border-right: 1px solid #fff;
    }

.panel-footer h1 {
    text-align: center;
}

.login-right-main-table .md-form label {
    color: #7B7B7B !important;
    font-size: 14px !important;
    line-height: 14px;
}

.login-right-main-table .md-form input {
    font-size: 15px;
}

.btn.login-btn {
    background-color: #6F9B3A !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    min-height: 44px;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 20px 0;
    display: block;
    float: left;
    width: 100%;
}

    .btn.login-btn:hover, .btn.login-btn:active, .btn.login-btn:focus {
        background-color: #648D33 !important;
    }

.password-text {
    padding-bottom: 100px;
}

    .password-text a {
        color: #4e4e4e;
        font-size: 15px;
        line-height: 17px;
        font-weight: 600;
    }

.terms p {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

.terms a {
    color: #6F9B3A;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
}
/*.login-right-main-table .md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}*/

.logout-wrap h1.main-heading {
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

.logout-wrap form.terms {
    padding-bottom: 30px;
}

    .logout-wrap form.terms p {
        font-weight: normal;
    }

        .logout-wrap form.terms p a {
            color: #0041ff;
            font-weight: normal;
        }

.wp-text {
    font-weight: 700;
}

.login-right-main-table .md-form label.active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.login-bg .alert-danger {
    font-size: 12px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}


.login-right-main-table-cell input:-webkit-autofill,
.login-right-main-table-cell input:-webkit-autofill:hover,
.login-right-main-table-cell input:-webkit-autofill:focus {
    border: 1px solid transparent;
    text-fill-color: #333;
    -webkit-text-fill-color: #333;
    -moz-text-fill-color: #333;
    -o-text-fill-color: #333;
    -ms-text-fill-color: #333;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -moz-box-shadow: 0 0 0px 1000px #ffffff !important;
    -o-box-shadow: 0 0 0px 1000px #ffffff !important;
    -ms-box-shadow: 0 0 0px 1000px #ffffff !important;
    transition: background-color 5000s ease-in-out !important;
    -webkit-transition: background-color 5000s ease-in-out !important;
    -moz-transition: background-color 5000s ease-in-out !important;
    -o-transition: background-color 5000s ease-in-out !important;
    -ms-transition: background-color 5000s ease-in-out !important;
}

.login-right-main-table .md-form label.active {
    color: #908f8f !important;
    font-size: 13px !important;
}

.login-right-main-table .md-form .prefix {
    top: 0.05rem;
    font-size: 1.75rem;
}

input {
    border: none !important;
    border-radius: 0 !important;
}

    input:focus {
        outline: none !important;
        box-shadow: 0 1px 0 0 #4285f4 !important;
    }

.input-group-text {
    background-color: white !important;
    border: none !important;
}
