.main-app-view {
    position: absolute;
    bottom: 0;
    top: 60px;
    left: 0;
    right: 0
}

.main-app-view instrument-chart #chartContainer {
    z-index: 0
}

.main-app-view.from-top {
    top: 0
}

@media screen and (max-width: 1024px) and (min-width:1001px) {
    .main-app-view.banner-shown .w-portfolio-allocation {
        height:calc(100vh - 240px)
    }

    .main-app-view.banner-shown portfolio-fund.fund-allocation {
        height: calc(100vh - 320px)
    }

    .main-app-view.banner-shown .p-portfolio.allocation.user-page public-portfolio-chart {
        overflow-y: auto;
        height: calc(100vh - 360px)
    }

    .main-app-view.banner-shown .minimize .p-portfolio.allocation.user-page public-portfolio-chart {
        overflow-y: auto;
        height: calc(100vh - 320px)
    }
}

@media screen and (max-width: 1024px) and (min-width:741px) {
    .main-app-view {
        top:60px;
        position: relative;
        height: calc(100% - 60px)
    }

    .main-app-view.banner-shown {
        height: calc(100% - 120px)
    }

    .main-app-view.banner-shown .body-content:empty {
        margin-bottom: 0
    }

    .main-app-view.banner-shown .body-content {
        padding-bottom: 110px
    }

    .main-app-view.banner-shown .performance-additional-stats:last-child,.main-app-view.banner-shown market-stats .box:last-child {
        padding-bottom: 60px
    }

    .main-app-view.banner-shown .user-page ui-table-body {
        height: calc(100vh - 411px)
    }

    .main-app-view.banner-shown .user-page .ui-table-hat ui-table-body {
        height: calc(100vh - 491px)
    }

    .main-app-view.banner-shown .minimize.user-page .ui-table-hat ui-table-body,.main-app-view.banner-shown .minimize.user-page ui-table-body {
        height: calc(100vh - 261px)
    }
}

@media screen and (max-width: 1000px) and (min-width:741px) {
    .main-app-view.banner-shown .p-portfolio.allocation.user-page public-portfolio-chart {
        overflow-y:auto;
        height: calc(100vh - 380px)
    }

    .main-app-view.banner-shown .minimize .p-portfolio.allocation.user-page public-portfolio-chart {
        overflow-y: auto;
        height: calc(100vh - 170px)
    }

    .main-app-view.banner-shown .minimize .p-portfolio.allocation.user-page public-portfolio-chart .chart-switch-buttons {
        padding-bottom: 120px
    }

    .main-app-view .w-portfolio-allocation {
        height: calc(100% - 120px)
    }

    .main-app-view.banner-shown portfolio-fund.fund-allocation {
        height: calc(100vh - 230px)
    }
}

@media screen and (max-width: 740px) {
    .main-app-view {
        position:static;
        height: 100%
    }

    .main-app-view .minimize .p-portfolio.allocation.user-page public-portfolio-chart,.main-app-view .p-portfolio.allocation.user-page public-portfolio-chart {
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .main-app-view.banner-shown {
        position: absolute;
        height: auto
    }
}
.login-wrapper {
    text-align: center;
    height: 100%;
    overflow-y: auto;
}
.w-login-main-form {
    margin-top: 20px
}

.w-login {
    background-color: #fff;
    width: 500px;
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    display: inline-block;
    vertical-align: middle
}
@media screen and (max-width: 740px){
    .w-login {
        background: #fff;
        height: 100%;
        left: 0;
        margin: 0;
        position: fixed;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        top: 0;
        z-index: 70;
        width: 100%;
        border-top: none;
    }
}
.w-login-main {
    padding: 50px;
    text-align: left;
}
@media screen and (max-width: 740px){
    .w-login-main {
        padding: 25px 30px 0;
        overflow: hidden;
    }
}
.i-login-title {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.3px;
    text-align: center;
    color: #777777;
}
@media screen and (max-width: 740px){
    .i-login-title {
        padding-bottom: 0;
        text-align: left;
        font-size: 20px;
        color: #777;
    }
}
.i-login-sub_title {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 20px;
    padding-bottom: 0;
    text-align: center;
}
.w-login .w-login-btn-wrapp {
    margin-top: 10px
}

.w-login .w-login-btn-wrapp .button-error {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: #fc1e1e;
    font-size: 12px;
    -webkit-transition: max-height .3s linear,max-height .3s linear;
    transition: opacity .3s linear,max-height .3s linear;
    padding: 0 5px 10px
}

.w-login .w-login-btn-wrapp .button-error.ng-active,.w-login .w-login-btn-wrapp .button-error.error {
    padding-top: 5px;
    opacity: 1;
    max-height: 60px;
    animation-delay: .5
}

.w-login .w-login-btn-wrapp button:hover {
    background-color: #48A9E0;
    border-color: #48A9E0
}

.w-login .input-row-ph {
    display: flex;
    flex-direction: column
}

.w-login .input-row-ph label {
    order: 1;
    color: #999;
    width: 225px;
    font-weight: 300;
    pointer-events: none;
    transition: .25s cubic-bezier(.27, .23, .3, .98) font-size,.25s cubic-bezier(.27, .23, .3, .98) transform;
    -moz-transition: .25s cubic-bezier(.27, .23, .3, .98) font-size,.25s cubic-bezier(.27, .23, .3, .98) transform;
    -webkit-transition: .25s cubic-bezier(.27, .23, .3, .98) font-size,.25s cubic-bezier(.27, .23, .3, .98) transform;
    transform: translate(23px, 33px) scale(1.2, 1.2)
}

.w-login .input-row-ph input:-webkit-autofill+.two-line+label,.w-login .input-row-ph input:-webkit-autofill:hover+.two-line+label,.w-login .input-row-ph input:-webkit-autofill:focus+.two-line+label,.w-login .input-row-ph input:focus+.two-line+label,.w-login .input-row-ph input.ng-not-empty+.two-line+label,.w-login .input-row-ph input.not-empty-input+.two-line+label {
    transform: translate(-30px, 10px) scale(.8, .8);
    width: 320px;
    text-transform: uppercase
}

.login-screen .input-row-ph input {
    order: 2;
    border-radius: 0;
}
.w-login .input-row-ph label {
    order: 1;
    color: #999;
    font-weight: 300;
    pointer-events: none;
    transition: .25s cubic-bezier(.27, .23, .3, .98) font-size,.25s cubic-bezier(.27, .23, .3, .98) transform;
    -moz-transition: .25s cubic-bezier(.27, .23, .3, .98) font-size,.25s cubic-bezier(.27, .23, .3, .98) transform;
    -webkit-transition: .25s cubic-bezier(.27, .23, .3, .98) font-size,.25s cubic-bezier(.27, .23, .3, .98) transform
}
.login-screen ul,.login-screen il,.login-screen div,.login-screen p,.login-screen h1,.login-screen h2,.login-screen input,.login-screen a {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.login-screen .input-row-ph {
    display: flex;
    flex-direction: column
}
@media screen and (min-width: 741px){
    .login-screen input {
        background-color: transparent;
        line-height: 45px;
        height: 45px;
    }
}
input {
    border-style: solid;
    outline: none;
    border: none;
}
input:required, input:invalid {
    box-shadow: none;
}
.login-screen input[type=text], .login-screen input[type=tel], .login-screen input[type=password], .login-screen input[type=email] {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    color: #777;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 0 4px;
    touch-action: auto;
    box-shadow: inset 0 0 0px 9999px white;
}
.login-screen .input-row-ph .two-line {
    background: #eee;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .15s cubic-bezier(.4, 0, .2, 1);
    display: block;
    order: 2;
}
.login-screen .input-error {
    height: 0;
    opacity: 0;
    overflow: hidden;
    color: #fc1e1e;
    font-size: 12px;
    -webkit-transition: opacity .3s linear, height .3s linear;
    transition: opacity .3s linear, height .3s linear;
    padding: 0 5px;
    order: 3;
}
.login-screen .input-error.ng-active, .login-screen .input-error.error {
    padding-top: 5px;
    opacity: 1;
    height: 24px;
}
.w-login .w-login-btn-wrapp .button-error.ng-active, .w-login .w-login-btn-wrapp .button-error.error {
    padding-top: 5px;
    opacity: 1;
    max-height: 60px;
    animation-delay: .5;
}
.e-link, .link {
    color: #0079b9;
    cursor: pointer;
}
.w-login-more {
    margin: 21px 0;
    position: relative;
    min-height: 20px;
}
.w-login-more-remember {
    float: left;
    font-size: 14px;
    width: 50%;
}
.login-screen .checkbox-ph {
    margin: 10px 0;
    position: relative;
    display: flex;
}
.login-screen .checkbox-ph .checkbox {
    width: 30px;
    vertical-align: top;
    z-index: 1;
    opacity: 0;
    position: relative;
    height: 30px;
    cursor: pointer;
}
.login-screen .checkbox-ph label {
    pointer-events: auto;
}
.login-screen .checkbox-ph .checkbox-lable {
    font-size: 14px;
    color: #777;
    width: calc(100% - 35px);
    display: inline-block;
    margin-right: -4px;
    position: static;
    text-transform: none;
    vertical-align: middle;
    padding-left: 5px !important;
    padding-top: 2px;
}
.login-screen .checkbox-ph .checkbox-lable:before, .login-screen .checkbox-ph .checkbox-lable:after {
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.login-screen .checkbox-ph .checkbox-lable:before {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 23px;
    width: 23px;
    margin-left: 0;
}
.login-screen .checkbox-ph .checkbox:checked+.checkbox-lable:before {
    border-color: #3f9adc;
}
.login-screen .checkbox-ph .checkbox-lable:after {
    background-image: url("../images/checked-icon-blue.svg");
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    width: 24px;
    height: 24px;
}
.login-screen .checkbox-ph .checkbox:checked+.checkbox-lable:after {
    opacity: 1;
}
.w-login .w-login-btn-wrapp button {
    background-color: #3F9ADB;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    border: 1px solid #3F9ADB;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
}
.w-login-sign-up {
    display: block;
    font-size: 14px;
    padding: 30px 50px 0;
    text-align: center;
    background: #fff;
}
@media screen and (max-width: 740px){
    .w-login-sign-up {
        background: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: none;
        font-size: 14px;
        margin: 20px;
        padding: 0;
    }
}
.login-screen .input-row-ph input:focus+.two-line+label, .login-screen .input-row-ph input.ng-not-empty+.two-line+label, .login-screen .input-row-ph input.not-empty-input+.two-line+label {
    transform: translate(-17px, 10px) scale(.8, .8);
    text-transform: uppercase;
    margin-bottom: 5px;
}
.w-login .input-row-ph input:-webkit-autofill+.two-line+label, .w-login .input-row-ph input:-webkit-autofill:hover+.two-line+label, .w-login .input-row-ph input:-webkit-autofill:focus+.two-line+label, .w-login .input-row-ph input:focus+.two-line+label, .w-login .input-row-ph input.ng-not-empty+.two-line+label, .w-login .input-row-ph input.not-empty-input+.two-line+label {
    transform: translate(-30px, 10px) scale(.8, .8);
    width: 320px;
    text-transform: uppercase;
}


sign-up-box, sign-up, .sign-up, html, #registrationForm {
    background-color: #fff;
    display: block;
    height: 100%;
}
.sign-up {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding-top: 30px;
    max-width: 950px;
    margin: 0px auto;
    letter-spacing: -0.25px;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 741px){
    #registrationForm {
        overflow-y: auto;
    }
}
@media screen and (max-width: 740px){
    .sign-up {
        padding-top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
@media (max-width: 767px){
    .mobile-off {
        display: none;
    }
}
@media screen and (max-width: 740px){
    .table-pi .row-table-pi .avatar-ph.mobile-off, .i-menu-link.mobile-off, .user-info .user-fullname.mobile-off, .menu-item-button.mobile-off, .mobile-off, .inner-header-nav-button .sub-nav, .inner-header-buttons .icon.mobile-off, .mobile-off.i-instrument-navigation-item.e-link.pointer.chart {
        display: none;
    }
}
@media screen and (max-width: 740px){
    .mobile-off, .inner-header-buttons .buttons-date.mobile-off, .w-instrument-navigation .w-instrument-navigation-link-top {
        display: none;
    }
}
.sign-up .sign-up-info {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 40px;
    color: #777;
}
@media screen and (max-width: 740px){
    .sign-up .mobile-off {
        display: none;
    }
}
.sign-up ul, .sign-up il, .sign-up div, .sign-up p, .sign-up h1, .sign-up h2, .sign-up input, .sign-up a {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.sign-up h2 {
    font-weight: 300;
    letter-spacing: -0.2px;
    color: #777;
    font-size: 14px;
}
.sign-up .sign-up-info h2 {
    font-size: 22px;
    color: #777;
    padding-bottom: 40px;
    font-weight: 300;
    padding-top: 5px;
    line-height: 26px;
}
@media screen and (max-width: 740px){
    .sign-up h2 {
        font-size: 16px;
        font-weight: lighter;
        padding: 3px 0 10px;
    }
}
.benefits-list-item {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-content: center;
    align-items: center;
    min-height: 90px;
}
.sign-up .sign-up-info li {
    padding: 10px 0;
}
.benefits-list-img {
    flex: 0 0 80px;
}
.benefits-list-img > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.benefits-list-text {
    flex: 1 1 auto;
}
.sign-up .sign-up-form-wrapper {
    padding: 45px 30px;
    max-width: 470px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    position: relative;
}
@media screen and (min-width: 741px){
    .sign-up .sign-up-form-wrapper {
        width: calc(100% - 406px);
    }
}
@media screen and (max-width: 740px){
    .sign-up .sign-up-form-wrapper {
        padding: 10px 20px 0 20px;
        max-width: none;
        width: 100%;
        height: 100%;
        border-top: none;
        background-color: transparent;
        box-shadow: none;
        overflow-y: auto;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}
.sign-up .sign-up-info li p {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
}
@media screen and (max-width: 740px){
    .sign-up .sign-up-form-wrapper-title {
        text-align: center;
        padding-bottom: 10px;
    }
}
.sign-up h1 {
    font-weight: normal;
}
@media screen and (max-width: 740px){
    .sign-up h1 {
        font-weight: 300;
        font-size: 22px;
        color: #777;
    }
}
@media screen and (min-width: 741px){
    .sign-up h1 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #2c2c2c;
        font-weight: 300;
    }
}
.sign-up select {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    touch-action: auto;
    width: 100%;
    border-width: 0 0 0 0;
    outline: none;
    font-size: 16px;
    color: #777;
    font-weight: 300;
    padding: 0 5px;
    border-radius: 0;
}
.sign-up input[type=text], .sign-up input[type=number], .sign-up input[type=password], .sign-up input[type=email] {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    touch-action: auto;
    width: 100%;
    border-width: 0 0 1px 0;
    outline: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #777;
    font-weight: 300;
    padding: 0 5px;
    border-radius: 0;
}
@media screen and (max-width: 740px){
    .sign-up .input-phone, .sign-up .input-name-ph, .sign-up input[type=text], .sign-up input[type=number], .sign-up input[type=password], .sign-up input[type=email] {
        margin-bottom: 5px;
        padding: 0 5px;
        border-radius: 0px;
    }
}
@media screen and (max-width: 740px){
    .sign-up input {
        height: 40px;
    }
}
@media screen and (min-width: 741px){
    .sign-up input:focus+.two-line+label, .sign-up input.ng-not-empty+.two-line+label, .sign-up input.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (min-width: 741px){
    .sign-up input:-webkit-autofill+.two-line+label, .sign-up input:-webkit-autofill:hover+.two-line+label, .sign-up input:-webkit-autofill:focus+.two-line+label, .sign-up input:focus+.two-line+label, .sign-up input.ng-not-empty+.two-line+label, .sign-up input.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 740px){
    .sign-up input:focus~label, .sign-up input.not-empty-input~label, .sign-up input:-webkit-autofill~label, .sign-up input[type=number]:-webkit-autofill~label, .sign-up input[type=text]:-webkit-autofill~label, .sign-up input[type=password]:-webkit-autofill~label, .sign-up input[type=email]:-webkit-autofill {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 740px){
    .sign-up input:focus+.two-line+label, .sign-up input.ng-not-empty+.two-line+label, .sign-up input.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (min-width: 741px){
    .sign-up select:focus+.two-line+label, .sign-up select.ng-not-empty+.two-line+label, .sign-up select.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (min-width: 741px){
    .sign-up select:-webkit-autofill+.two-line+label, .sign-up select:-webkit-autofill:hover+.two-line+label, .sign-up select:-webkit-autofill:focus+.two-line+label, .sign-up select:focus+.two-line+label, .sign-up select.ng-not-empty+.two-line+label, .sign-up select.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 740px){
    .sign-up select:focus+.two-line+label, .sign-up select.ng-not-empty+.two-line+label, .sign-up select.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 740px){
    .sign-up select:-webkit-autofill+.two-line+label, .sign-up select:-webkit-autofill:hover+.two-line+label, .sign-up select:-webkit-autofill:focus+.two-line+label, .sign-up select:focus+.two-line+label, .sign-up select.ng-not-empty+.two-line+label, .sign-up select.not-empty-input+.two-line+label {
        top: -12px;
        font-size: 12px;
        color: #9d9d9d;
        font-weight: 400;
        text-transform: uppercase;
    }
}
.sign-up .input-error {
    max-height: 0;
    overflow: hidden;
    color: #d74848;
    font-size: 14px;
    -webkit-transition: max-height .25s linear;
    -moz-transition: max-height .25s linear;
    transition: max-height .25s linear;
}
.sign-up .input-error.error {
    max-height: 200px;
}
.sign-up .input-row-ph {
    position: relative;
}
@media screen and (min-width: 741px){
    .sign-up .input-row-ph {
        margin-top: 20px;
    }
}
@media screen and (max-width: 740px){
    .sign-up .input-row-ph {
        margin-top: 20px;
    }
}
@media screen and (min-width: 741px){
    .sign-up input {
        height: 45px;
    }
}
@media screen and (max-width: 740px){
    .sign-up input {
        height: 40px;
    }
}
.sign-up .link {
    color: #0083cf;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
}
.sign-up .sign-up-button {
    border-radius: 4px;
    width: 100%;
    background-color: #3f9adb;
    color: #fff;
    border: 1px solid #3f9adb;
    font-size: 18px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    -moz-transition-property: background-color,border-color,color;
    -o-transition-property: background-color,border-color,color;
    -webkit-transition-property: background-color,border-color,color;
    transition-property: background-color,border-color,color;
}
.sign-up .checkbox-ph+.checkbox-ph~.sign-up-button {
    margin-top: 20px;
}
.sign-up .sign-up-button::after {
    height: 24px;
    width: 0px;
    opacity: 0;
    display: inline-block;
    content: "";
    margin-top: -4px;
    margin-left: 0px;
    vertical-align: middle;
    background-size: 24px 24px;
    -webkit-animation: rotation .5s infinite linear;
    -moz-animation: rotation .5s infinite linear;
    -o-animation: rotation .5s infinite linear;
    animation: rotation .5s infinite linear;
    background-image: url("");
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    -moz-transition: all linear 200ms;
}
.sign-up .sign-up-login {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 10px 30px;
    color: #777;
    font-size: 16px;
    letter-spacing: -0.29px;
}
@media screen and (min-width: 741px){
    .sign-up .mobile-on {
        display: none;
    }
}
@media screen and (max-width: 740px){
    .sign-up .mobile-on {
        display: inline-block;
    }
}
.sign-up .checkbox-ph {
    margin: 20px 0 10px;
    position: relative;
    display: flex;
}
@media screen and (max-width: 740px){
    .sign-up .sign-up-form-wrapper.sign-up-state .checkbox-ph {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 741px)
.sign-up input {
    height: 45px;
}
@media screen and (max-width: 740px){
    .sign-up input {
        height: 40px;
    }
}
.sign-up .checkbox-ph .checkbox {
    width: 40px;
    vertical-align: top;
    z-index: 1;
    opacity: 0;
    position: relative;
    height: 30px;
    cursor: pointer;
}
@media screen and (max-width: 740px){
    .sign-up .checkbox-ph .checkbox {
        height: 35px;
    }
}
@media screen and (min-width: 741px){
    .sign-up label {
        top: 10px;
        font-size: 18px;
        color: #999;
        text-transform: uppercase;
        font-weight: 300;
        position: absolute;
        pointer-events: none;
        left: 5px;
        transition: .25s cubic-bezier(.27, .23, .3, .98) all;
        -moz-transition: .25s cubic-bezier(.27, .23, .3, .98) all;
        -webkit-transition: .25s cubic-bezier(.27, .23, .3, .98) all;
        text-transform: capitalize;
    }
}
@media screen and (max-width: 740px){
    .sign-up label {
        top: 10px;
        font-size: 18px;
        color: #999;
        text-transform: uppercase;
        font-weight: 300;
        position: absolute;
        pointer-events: none;
        left: 5px;
        transition: .25s cubic-bezier(.27, .23, .3, .98) all;
        -moz-transition: .25s cubic-bezier(.27, .23, .3, .98) all;
        -webkit-transition: .25s cubic-bezier(.27, .23, .3, .98) all;
        text-transform: capitalize;
    }
}
.sign-up .checkbox-ph label {
    pointer-events: auto;
}
.sign-up .checkbox-ph .checkbox-lable {
    font-size: 14px;
    font-weight: 300;
    color: #6e6e6e;
    width: calc(100% - 50px);
    display: inline-block;
    margin-right: -4px;
    position: static;
    text-transform: none;
    vertical-align: middle;
    padding-left: 0 !important;
}
@media screen and (max-width: 740px){
    .sign-up .checkbox-ph .checkbox-lable {
        font-weight: lighter;
        pointer-events: auto;
    }
}
.sign-up .checkbox-ph .checkbox-lable a {
    text-decoration: none;
}
.sign-up .checkbox-ph .checkbox-lable:before, .sign-up .checkbox-ph .checkbox-lable:after {
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    top: 0;
    z-index: 0;
}
.sign-up .checkbox-ph .checkbox-lable:before {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    height: 23px;
    width: 23px;
    margin-left: 0;
}
.sign-up .checkbox-ph .checkbox:checked+.checkbox-lable:before {
    border-color: #3f9adc;
}
.sign-up .checkbox-ph .checkbox-lable:after {
    background-image: url("../images/checked-icon-blue.svg");
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    width: 24px;
    height: 24px;
}
.sign-up .checkbox-ph .checkbox:checked+.checkbox-lable:after {
    opacity: 1;
}
.login-form-logo {
    background: url("../images/globaltradexplus.png") no-repeat;
    background-size: 100px auto;
    width: 100px;
    display: block;
    height: 35px;
    margin: 0 auto 15px;
}
@media screen and (max-width: 740px){
    .login-form-logo {
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 740px){
    .sign-up .sign-up-form-wrapper .login-form-logo {
        margin: 10px auto;
    }
}
.sign-up .prefix-box, .sign-up .input-name-ph {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.sign-up .input-name-ph.first-name {
    padding-right: 15px;
    margin-right: -4px;
}
.sign-up .prefix-box-select {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    height: 30px;
    vertical-align: top;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 11px;
    display: inline-block;
    color: #a0a0a0;
    font-weight: 300;
}
@media screen and (min-width: 741px){
    .sign-up .country-restricted-box, .sign-up .prefix-box-select {
        height: 45px;
        line-height: 45px;
        position: relative;
    }
}
@media screen and (max-width: 740px){
    .sign-up .prefix-box-select {
        outline: none;
        border-width: 0;
        border-width: 0 0 1px 0;
        border-color: #e1e1e1;
        font-size: 16px;
        height: 40px;
        line-height: 46px;
        padding: 0 5px;
        background-color: transparent;
    }
}
.sign-up .prefix-box-select .prefix-text {
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 740px){
    .sign-up .prefix-box .country-text, .sign-up .prefix-box-select .prefix-text {
        font-weight: 400;
    }
}
.sign-up .prefix-box-select:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 40%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(135deg);
    border-color: #999;
}
.sign-up select:focus+.two-line {
    
}