@charset "utf-8";

/* Mixins */

::-ms-clear,
::-ms-reveal {
    display: none;
}

.zhbody {
    font-family: "Open Sans","Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', 'PingFang SC', Roboto, "Helvetica Neue", sans-serif;
}

.mtop200 {
    margin-top: 200px !important;
}

.loaderitem .loader {
    border: solid 0.5em #9b59b6;
    border-right-color: transparent;
    border-left-color: transparent;
    padding: .2em;
    width: 0.5em;
    height: 0.5em;
    text-indent: -9999em;
    margin: 0px auto;
    border-radius: 50%;
    background: #3498db;
    background-clip: content-box;
    animation: spinDisc 1.5s linear infinite
}

    .loaderitem .loader:hover {
        color: #dfe3e9;
        background-color: #005BE6;
        border-color: #005BE6;
    }

@keyframes spinDisc {
    50% {
        border-top-color: #3498db;
        border-bottom-color: #3498db;
        background-color: #2ecc71
    }

    100% {
        transform: rotate(1turn)
    }
}

.loaderitem {
    float: left;
    height: 25px;
    height: 25px;
    cursor: pointer;
    overflow: hidden;
}

.loginbtn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.m-tb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover {
        outline: 0 !important;
        color: inherit;
    }

        a:hover,
        a:focus {
            text-decoration: none;
        }

        a:hover {
            color: #014bb7;
        }

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.full-width {
    width: 100%;
}

.border0px {
    border: 0px;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.p-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.basebtn {
    border: 1px solid transparent;
}

.mt20 {
    margin-top: 20px;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#SingleMaltaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.otf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'font-Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/ProximaNova-Reg-webfont.ttf');
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.ttf');
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 6px;
    border: 2px solid #9B99AF;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
}
/**/
.orline {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
}

    .orline:before,
    .orline::after {
        content: "";
        flex: 1 1;
        border-bottom: 3px solid #000;
        margin: auto;
        transform: rotate(0deg);
    }

.colorgray {
    color: #888;
}

.mt5 {
    margin-top: 5px;
}

.underline {
    text-decoration: underline;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mb-20 {
    margin-bottom: -20px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.fs36 {
    font-size: 36px;
}

.bg-ngreen {
    background-color: #20c933 !important;
}

.bg-nblue {
    background-color: #18bfff !important;
}

.bg-nrosered {
    background-color: #f82b60 !important;
}

.bg-norange {
    background-color: #ff6f2c !important;
}

.bg-npurple {
    background-color: #8b46ff !important;
}

.bg-nyellow {
    background-color: #fcb400 !important;
}

.bg-Purple {
    background-color: #8b46ff;
}


/*2020-2-11 sign up new*/



.bg-white {
    background: #fff !important;
}

.ak-required {
    color: red;
    margin-left: 5px;
    font-size: 14px;
}



.cursor-pointer {
    cursor: pointer;
}



.font600 {
    font-weight: 600;
}

.flypic {
    width: 100%;
    text-align: center;
}


/**/

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "Open Sans","Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', 'PingFang SC', Roboto, "Helvetica Neue", sans-serif;
    color: #000;
}

.signup-desc {
    font-size: 16px;
}

    .signup-desc a {
        color: #0065FF;
    }


/*注册*/

.sign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

    .sign-wrapper .layout-wrapper {
        display: flex;
    }

        .sign-wrapper .layout-wrapper .layout {
            display: flex;
            width: 100vw;
        }

        .sign-wrapper .layout-wrapper .layput-leftform {
            width: 50%;
            height: 100vh;
            display: flex;
            flex-direction: column;
            min-height: 650px;
        }

            .sign-wrapper .layout-wrapper .layput-leftform .signup-head {
                height: 60px;
            }

                .sign-wrapper .layout-wrapper .layput-leftform .signup-head .logo img {
                    height: 45px;
                    /* margin: 10px 5px 0px 20px; */
                    cursor: pointer;
                    margin-left: 30px;
                    margin-top: 10px;
                }

                .sign-wrapper .layout-wrapper .layput-leftform .signup-head .logo .navbar {
                    height: 45px;
                    /* margin: 10px 5px 0px 20px; */
                    cursor: pointer;
                    margin-left: 30px;
                    margin-top: 10px;
                }

                .sign-wrapper .layout-wrapper .layput-leftform .signup-head.line {
                    background: #f7f7f7;
                    border-bottom: solid 1px #eee;
                    height: 58px;
                    min-height: 58px;
                }

                    .sign-wrapper .layout-wrapper .layput-leftform .signup-head.line .logo img {
                        height: 45px;
                        /* margin: 10px 5px 0px 20px; */
                        cursor: pointer;
                        margin-left: 30px;
                        margin-top: 10px;
                    }

            .sign-wrapper .layout-wrapper .layput-leftform .signup-form {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                align-self: center;
                height: 100%;
                margin-top: 6vh;
            }

                .sign-wrapper .layout-wrapper .layput-leftform .signup-form .sign-fcontent {
                    max-width: 600px;
                    min-height: 480px;
                    padding: 20px;
                    display: flex;
                    align-items: flex-start;
                    padding-top: 40px;
                }

                    .sign-wrapper .layout-wrapper .layput-leftform .signup-form .sign-fcontent.midbox {
                        max-width: 450px;
                    }

            .sign-wrapper .layout-wrapper .layput-leftform.full-width {
                width: 100%;
            }



.signup-newform {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: center;
    height: 100%;
    width: 100%;
}

.signup-newformcon {
    max-width: 500px;
    /* min-height: 280px; */
    padding: 20px 30px;
    /* display: flex;
    align-items: flex-start; */
    padding-top: 40px;
    border-radius: 4px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
}

    .signup-newformcon.plr50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .signup-newformcon.width1000 {
        max-width: 1000px;
        width: 1000px;
    }

@media (max-width: 1040px) {
    .signup-newformcon.width1000 {
        width: 100%;
    }
}

.signup-newformcon .headname {
    font-weight: 600;
}

.signup-newformcon .smp {
    font-size: 18px;
}

    .signup-newformcon .smp.colorgray {
        color: #888;
    }

    .signup-newformcon .smp.fs14 {
        font-size: 14px;
    }

@media (max-width: 550px) {
    .signup-newformcon {
        width: calc(100% - 30px);
    }
}

.spaceline {
    width: 100%;
    height: 1px;
    background: #eee;
}

.col2-flex {
    display: flex;
}

    .col2-flex .box {
        flex: 1;
        overflow: hidden;
        height: 30px;
    }

.lineborderbox {
    border-left: solid 1px #eee;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

    .lineborderbox.height30 {
        height: 30px;
    }

.lineheight30 {
    line-height: 30px;
}

@media (max-width: 768px) {
    .sm-fs14 {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .lineborderbox {
        margin-left: 15px;
        margin-right: 15px;
    }

    .col2-flex .box {
        flex: 1 1 auto;
    }
}

.colorgrayblue {
    color: #4d5c76;
}

.signup-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 100%; */
}

.update-signup-content {
    max-width: none !important;
    padding: 20px;
    margin: 0 auto;
    padding-top: 0 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-top: 40px;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.emailText {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.signup-content .formrow {
    margin-bottom: 30px;
}

    .signup-content .formrow .forminput {
        font-size: 16px;
        width: 100%;
        height: 40px;
        font-family: ProximaNova-Regular;
        font-weight: bold;
        -webkit-appearance: none;
        border: 2px solid #9B99AF;
        border-radius: 6px;
        height: 50px;
    }

        .signup-content .formrow .forminput[disabled],
        .signup-content .formrow .forminput[readonly] {
            background-color: #eee;
            opacity: 1;
        }

    .signup-content .formrow .forminput2 {
        font-size: 14px;
        width: 100%;
        height: 32px;
        background-color: transparent;
        padding: 4px 0;
        border-radius: 0px !important;
        border: none;
        border-bottom: solid 1px #ddd;
    }

    .signup-content .formrow .textdiv {
        font-size: 16px;
        width: 100%;
        line-height: 42px;
        height: 42px;
        padding: 5px 10px;
        font-family: 'ProximaNova-Regular';
    }

    .signup-content .formrow .inputicon {
        cursor: pointer;
        float: right;
        border: none;
        background: none;
    }

        .signup-content .formrow .inputicon .iconfont {
            font-size: 18px;
            color: #42526e;
        }

    .signup-content .formrow .formlabel {
        font-size: 14px;
    }

    .signup-content .formrow .fullbtn {
        width: 100%;
        color: #fff;
        font-size: 16px;
        background-color: #0065FF;
        white-space: nowrap;
        display: inline-block;
        font-family: ProximaNova-Regular;
        border-radius: 6px;
        border-color: #0065FF;
        height: 50px;
    }

    .signup-content .formrow .fullbtn2 {
        width: 100%;
        color: #fff;
        font-size: 16px;
        background-color: #0065FF;
        white-space: nowrap;
        display: inline-block;
        font-family: ProximaNova-Regular;
        border-radius: 6px;
        border-color: #0065FF;
    }

.dropdown-menu {
    max-width: 170px !important;
    min-width: 100px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(5 0 56 / 16%);
    border-radius: 4px;
}

    .dropdown-menu button {
        text-align: left;
    }

    .dropdown-menu .btn-default:hover {
        background-color: #F5F6F7;
        border-color: #F5F6F7;
        color: #333;
    }

.signup-content .formrow .fullbtn:hover {
    color: #dfe3e9;
    background-color: #005BE6;
    border-color: #005BE6;
}

.signup-content .formrow .fullbtn.bg-gray {
    background: #dfe1e5;
    color: #919bab;
}

.signup-content .formrow .fullbtn.bg-gray2 {
    background: #ddd;
    color: #333;
}

.signup-content .formrow .fullbtn.bg-blue {
    background: #0052cc;
}

@media (min-width: 992px) {
    .signup-newformcon {
        min-width: 500px;
    }
}

.shadowbtn {
    width: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 10px 13px;
    color: #4d5c76;
    text-align: center;
    cursor: pointer;
}

.picicon {
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .picicon.gooleicon {
        background-image: url(../images/google.png);
    }

    .picicon.microsofticon {
        background-image: url(../images/microsoft-sm.png);
    }

    .picicon.microsoft21vicon {
        background-image: url(../images/microsoft-21v.png);
    }

    .picicon.wechatwork {
        background-image: url(../images/wechatwork.png);
    }

    .picicon.adfs {
        background-image: url(../images/microsoft-sm.png);
    }

    .picicon.okta {
        background-image: url(../images/okta.png);
        background-size: 100% 100%;
    }

    .picicon.odlc {
        background-image: url(../images/Touch_Icon.png);
        background-size: 100% 100%;
    }

.text {
    line-height: 26px;
    font-size: 16px !important;
    padding: 0px 10px;
}

.shadowbox {
    width: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    color: #4d5c76;
}

    .shadowbox a {
        color: #478ed8;
    }


/**检查邮箱*/

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
}
/*email*/
.flexshadowcon {
    min-height: 280px;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    padding-top: 40px;
    border-radius: 4px;
    border: solid 1px #eee;
    box-shadow: 1px 8px 8px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
}

    .flexshadowcon.width900 {
        max-width: 900px;
        width: 900px;
    }

@media (max-width: 992px) {
    .flexshadowcon.width900 {
        width: 100%;
    }
}

.flexshadowcon.width800 {
    max-width: 800px;
    width: 800px;
}

@media (max-width: 900px) {
    .flexshadowcon.width800 {
        width: calc(100% - 30px);
    }
}

.flexshadowcon.width700 {
    max-width: 700px;
    width: 700px;
}

@media (max-width: 767px) {
    .flexshadowcon.width700 {
        width: calc(100% - 30px);
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        z-index: 1000;
    }
}

@media (min-width: 992px) {
    .flexshadowcon {
        min-width: 500px;
    }
}

.rectanglebtn {
    padding: 10px 15px;
    border: none;
    background: transparent;
    display: inline-block;
    cursor: pointer;
}

    .rectanglebtn.bggreen2 {
        background: #00b050;
        color: #fff;
    }

.signup-desc {
    font-size: 16px;
}

    .signup-desc a {
        color: #0065FF;
    }


/*create account*/

.signup-newformcon.createaccountcon {
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto !important;
    margin-top: 30px !important;
}

@media (max-width: 1024px) {
    .signup-newformcon.createaccountcon {
        width: auto;
    }
}

@media (max-width: 550px) {
    .signup-newformcon.createaccountcon {
        width: calc(100% - 30px);
    }
}

.robot-cform .text {
    padding-left: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
}

.robotcon {
    width: 220px;
    height: 60px;
    border: solid 1px #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f9f9f9 url(../images/robot.jpg) no-repeat right 8px;
    padding: 20px 0 20px 10px;
}

.signup-grid2con .gridleft {
    padding-right: 45px;
}

.signup-grid2con .gridright {
    padding-left: 45px;
}

.pcleftline {
    border-left: solid 1px #eee;
}

.fs14 {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .signup-newformcon.width1000 {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .signup-grid2con .gridleft {
        padding: 0;
        display: none;
    }

    .signup-grid2con .gridright {
        padding: 0;
        width: 100%;
    }

    .pcleftline {
        border-left: none;
    }
}

.ak-form-item-required:after {
    display: inline-block;
    margin-right: 4px;
    margin-left: 3px;
    content: '*';
    font-family: SimSun;
    line-height: 1;
    font-size: 12px;
    color: #f04134;
}

.formdivbox {
    font-size: 14px;
    width: 100%;
    line-height: 42px;
    height: 42px;
    background-color: transparent !important;
    border-radius: 4px;
    outline: none;
    font-family: 'ProximaNova-Regular';
    border: solid 1px #ddd;
}

    .formdivbox input.form-control {
        border: none;
    }

    .formdivbox select.form-control {
        border: none;
    }

    .formdivbox input.form-control:focus {
        border-color: none !important;
        outline: 0;
        box-shadow: none;
    }

    .formdivbox .input-group-addon {
        background: transparent;
        border: none;
    }

    .formdivbox:focus {
        border-color: #66afe9 !important;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.formdivbox {
    position: relative;
}

.has-success .form-control-feedback {
    color: #27bf29;
    top: 8px;
}

.formdivbox .input-group-addon {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 110px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 42px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.error-message {
    width: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 10px 13px;
    /* color: #4d5c76; */
    text-align: left;
    cursor: pointer;
    background: #FEF6E1;
    border-color: transparent;
    color: rgb(88, 85, 85);
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .error-message .a {
        color: #478ed8;
    }

    .error-message .info {
        padding-left: 5px;
    }

        .error-message .info .iconfont {
            padding-right: 5px;
        }


    /* .error-message span {
        font-weight: 600;
        text-decoration: underline;
        color: #555;
        cursor: pointer;
    } */

    .error-message a {
        color: #478ed8;
    }

.check-email {
    display: none;
}

.emailError {
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.disabled {
    background: #e6e6e6 !important;
    color: #000 !important;
    border-color: #9B99AF !important;
}


/**ResetPwd-start*/

#noResetPwd {
    display: none;
}

#resetPwdFormat {
    display: none;
}

#noCResetPwd {
    display: none;
}

#resetCPwdFormat {
    display: none;
}

#resetPwdDiff {
    display: none;
}

#cResetPwdDiff {
    display: none;
}

.signup-content .list-group-item {
    border: 0px !important;
}

.signup-content .panel-default > .panel-heading {
    color: #333;
    background-color: #F5F6F7;
    border-color: #F5F6F7;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
/*ResetPwd-end*/
.signup-combox {
    width: 100%;
}

    .signup-combox .picbox {
        width: 172px;
        height: 112px;
        float: left;
        margin-right: 8px;
    }

    .signup-combox .linebtn {
        border: solid 1px #ccc;
        background: #fff;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        font-weight: 400;
        padding: 6px 13px;
        position: relative;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        border-radius: 4px;
        text-align: center;
        width: 100%;
    }

.font16w600 {
    font-size: 16px;
    font-weight: 600;
}

.mt10 {
    margin-top: 10px;
}

.mt-1 {
    margin-top: -1px;
}

.form-linelist {
    padding: 12px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

    .form-linelist .picion {
        width: 50px;
    }

        .form-linelist .picion img {
            height: 40px;
            width: 40px;
        }

    .form-linelist .info {
        width: calc(100% - 75px);
        padding-left: 5px;
    }

        .form-linelist .info div {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .form-linelist .status {
        width: 70px;
    }

        .form-linelist .status button {
            border: 0;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            font-weight: 400;
            padding: 6px 13px;
            position: relative;
            background: #0065FF;
            white-space: nowrap;
            display: inline-block;
            text-decoration: none;
            border-radius: 4px;
            text-align: center;
            width: 100%;
            font-family: 'ProximaNova-Regular';
        }

.client {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.client-logo img {
    max-height: 100px;
    max-width: 100px;
}

.logo a {
    float: left;
}

.logo img {
    height: 36px;
    /* margin: 10px 5px 0px 20px; */
    cursor: pointer;
    /* margin-left: 30px; */
    margin-top: 20px;
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 60px;*/
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }

    /* .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }*/

    .mobile {
        display: none;
    }

    .pc {
        display: block;
    }
}

.culturecolor1 {
    display: flex !important;
    column-gap: 5px;
    align-items: center;
}

.culturecolor2 {
    color: #0065FF;
    display: flex !important;
    column-gap: 10px;
    align-items: center;
}

.culturecolor:hover {
    color: #0065FF !important;
}

culturecolor {
    color: #0065FF !important;
}
/*
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}


@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px !important;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

.navbar {
    min-height: 80px !important;
    padding: 20px 60px;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .navbar {
        min-height: 80px !important;
        padding: 20px 20px;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }
}


.signup-content {
    max-width: 500px;
    margin: 0 auto;
}

.signup {
    max-width: 1000px !important;
    padding: 0px !important;
}

.loginTitle {
    font-size: 24px;
    font-weight: 600;
    text-align: center !important;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
}

.continue {
    width: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 10px 13px;
    color: #4d5c76;
    text-align: center;
    cursor: pointer;
    border-color: transparent !important;
}

.getstarted {
    width: 100%;
    margin-top: 10px;
}

.navbar-right form {
    float: right;
}

.bgbluehover:hover {
    color: #dfe3e9 !important;
    background-color: #005BE6 !important;
    border-color: #005BE6 !important;
}

.bggrayhover:hover {
    color: #dfe3e9 !important;
    background-color: #005BE6 !important;
    border-color: #005BE6 !important;
}

.disabled:hover {
    background: #e6e6e6 !important;
    color: #000 !important;
    border-color: #9B99AF !important;
}



.input_valid {
    background: url("/images/hand-thumbs-up.svg") no-repeat 95% 50%;
    background-size: 20px;
    border-color: green;
}

.input_invalid {
    background: url("/images/exclamation-triangle-fill.svg") no-repeat 95% 50%;
    background-size: 20px;
    border-color: red;
}
