﻿.body_modal_disable {
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.new_login_dialog_shadow_box_kp2 {
    position: fixed;
    z-index: 1000000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    overflow: auto;
}

.new_login_dialog_box {
    box-sizing: border-box;
    width: 80%;
    max-width: 1000px;
    overflow: hidden;
    margin: 40px auto;
}

.new_login_dialog_box_tabs_header {
}

.login_sign_up_box_tab_btn {
    width: 50%;
    background-color: #d3d3d3;
    float: left;
    border-radius: 10px 10px 0 0;
    text-align: center;
    white-space: nowrap;
    line-height: 55px;
    box-sizing: border-box;
    color: #545454;
    font-size: 26px;
    position: relative;
    font-weight: 100;
}

    .login_sign_up_box_tab_btn:hover {
        cursor: pointer;
    }

    .login_sign_up_box_tab_btn.active_tab {
        background-color: #fff;
        color: #039be5;
    }

    .login_sign_up_box_tab_btn .tab_corner {
        position: absolute;
        bottom: 0;
    }

#sign_up_tab_btn_kp2 .tab_corner {
    right: 0;
}

#login_tab_btn_kp2 .tab_corner {
    left: 0;
}

.login_sign_up_box_tab_btn.active_tab .tab_corner {
    display: none;
}


.new_login_dialog_box_tabs_body {
    background: #fff;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
}

.new_login_dialog_box_tab {
    display: none;
}

    .new_login_dialog_box_tab.active_tab_content {
        display: block;
    }



/* 
    ========================
    SIGN UP PART 
    ========================
*/
#sign-up-div-kp2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 2px 30px 20px 0;
}

.days-trial-title-kp2 {
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #212121;
    font-weight: 100;
}
    .days-trial-title-kp2-line-1 {
        margin-bottom: 10px;
    }
    .days-trial-title-kp2-line-2 {
        font-size: 16px;
    }


.sign-up-form-kp2-step {
    display: block;
}
.sign-up-form-kp2-step-1 {
    display: block;
    /*display: none;*/
}
.sign-up-form-kp2-step-2 {
    display: none;
}

.sign-up-form-kp2-row {
}
.sign-up-form-kp2-row.last-kp2-row {
    padding-bottom: 10px;
}

#sign-up-div-kp2 .sign-up-form-kp2-row input,
#sign-up-div-kp2 .sign-up-form-kp2-row select {
    font-size: 13px;
    margin-bottom: 13px;
}

.sign-up-form-kp2-row .input-login-styles {
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    height: 30px;
}

.sign-up-form-kp2-row input.single_input {
    width: 100%;
}

.sign-up-form-kp2-row .single_input_company_name {
    /*width: calc(70% - 10px);
    margin-right: 10px;
    float: left;*/
    width: 100%;
}

.sign-up-form-kp2-row .single_input_company_size {
    /*width: 30%;
    float: left;*/
    width: 100%;
}

.sign-up-form-kp2-row .single_input_phone_code {
    /*width: 30%;
    float: left;*/
    width: 100%;
}

.sign-up-form-kp2-row .single_input_phone_number {
    /*width: calc(70% - 10px);
    margin-left: 10px;
    float: left;*/
    width: 100%;
}

.terms-kp2-row {
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 100 !important;
    width: 100%;
    float: none;
    clear: both;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
    .terms-kp2-row a {
        color: #039be5;
    }

#registration_agree_license_box {
    float: none;
    clear: both;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('/storage/images/login_window/sign-up-checkbox.png');
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}
#registration_agree_license_box.i_agree_license {
    background-position-x: -28px;
}
#registration_agree_license_box:hover {
    cursor: pointer;
}

#registrationFormReCaptchaBox,
.registration_form_re_captcha_box {
    padding: 25px 0 0 0;
    display: inline-block;
}


.submit_reg_row_kp2.right {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
}

.submit_reg_row_kp2 .green_submit_reg_btn_kp2 {
    box-sizing: border-box;
    height: 44px;
    width: 203px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    border: none;
    font-weight: 100 !important;
    display: inline-block;
    /*
    background: #039be5;
    background: -moz-linear-gradient(top, #039be5 0%, #007cdb 100%);
    background: -webkit-linear-gradient(top, #039be5 0%,#007cdb 100%);
    background: linear-gradient(to bottom, #039be5 0%,#007cdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039be5', endColorstr='#007cdb',GradientType=0 );
    */
    background: #69d631; 
    background: -moz-linear-gradient(top,  #69d631 0%, #5bba2b 100%); 
    background: -webkit-linear-gradient(top,  #69d631 0%,#5bba2b 100%); 
    background: linear-gradient(to bottom,  #69d631 0%,#5bba2b 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d631', endColorstr='#5bba2b',GradientType=0 ); 
    border-radius: 0.2em;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.submit_reg_row_kp2 .green_submit_reg_btn_kp2:hover {
    /*
    background: #0283dc;
    background: -moz-linear-gradient(top, #0283dc 0%, #0069d2 100%);
    background: -webkit-linear-gradient(top, #0283dc 0%,#0069d2 100%);
    background: linear-gradient(to bottom, #0283dc 0%,#0069d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0283dc', endColorstr='#0069d2',GradientType=0 );
    */ 
    background: #4abc1f; 
    background: -moz-linear-gradient(top,  #4abc1f 0%, #40a31b 100%); 
    background: -webkit-linear-gradient(top,  #4abc1f 0%,#40a31b 100%); 
    background: linear-gradient(to bottom,  #4abc1f 0%,#40a31b 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abc1f', endColorstr='#40a31b',GradientType=0 ); 
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
}

#sign-up-div-kp2 .registration_error_msg_box_kp2 {
    text-align: center;
    font-size: 20px;
    color: red;
    font-weight: bold;
    line-height: 1.3em;
}

.registration_features_and_clients_box {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.registration_features_list {
    padding-top: 25px;
    margin: 27px auto 40px;
    text-align: center;
}
    .registration_features_list li {
        color: #212121;
        font-size: 16px;
        margin-bottom: 15px;
    }
        .registration_features_list li .registration_feature_border {
            background-color: #efefef;
            display: block;
            margin-top: 18px;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
            max-width: 80px;
            min-width: 60px;
            height: 1px;
        }
        .registration_features_list li a {
            color: #039be5;
        }
/*
    .registration_feature_icon {
    color: #4e4e4e;
}
    .registration_feature_icon img {
    }*/

.clients_box_title {
    color: #212121;
    text-align: center;
    font-size: 22px;
    padding-top: 28px;
    padding-bottom: 10px;
    line-height: 1.3em;
    font-weight: 100;
}

.clients_logos_box {
    text-align: center;
}

    .clients_logos_box img {
        display: inline-block;
    }

.alternative-singup {
    clear: both;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.3em;
    font-weight: 100 !important;
    color: #000;
}

.openAuth {
    text-align: center;
    margin-top: 5px;
    min-height: 57px;
}

    .openAuth div {
        display: block;
        float: left;
        width: 200px;
        color: white;
        cursor: pointer;
        border-radius: 4px;
        padding: 3px;
    }

    .openAuth .icon {
        float: left;
        width: 35px;
    }

        .openAuth .icon img {
            width: 35px;
        }

    .openAuth span {
        height: 100%;
        line-height: 40px;
    }

    .openAuth .fb {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3b5998+0,2d4881+100 */
        background: #1e5799; /* Old browsers */
        background: -moz-linear-gradient(top, #1e5799 0%, #3b5998 0%, #2d4881 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1e5799 0%,#3b5998 0%,#2d4881 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1e5799 0%,#3b5998 0%,#2d4881 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2d4881',GradientType=0 ); /* IE6-9 */
    }

        .openAuth .fb:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2b4582+0,20366b+100 */
            background: #1e5799; /* Old browsers */
            background: -moz-linear-gradient(top, #1e5799 0%, #2b4582 0%, #20366b 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #1e5799 0%,#2b4582 0%,#20366b 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #1e5799 0%,#2b4582 0%,#20366b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#20366b',GradientType=0 ); /* IE6-9 */
        }

    .openAuth .ga {
        margin: 0 15px 0 10px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,4285f3+0,3673d7+100 */
        background: #1e5799; /* Old browsers */
        background: -moz-linear-gradient(top, #1e5799 0%, #4285f3 0%, #3673d7 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #1e5799 0%,#4285f3 0%,#3673d7 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #1e5799 0%,#4285f3 0%,#3673d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3673d7',GradientType=0 ); /* IE6-9 */
    }

        .openAuth .ga:hover {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,316fef+0,275dcb+100 */
            background: #1e5799; /* Old browsers */
            background: -moz-linear-gradient(top, #1e5799 0%, #316fef 0%, #275dcb 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #1e5799 0%,#316fef 0%,#275dcb 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #1e5799 0%,#316fef 0%,#275dcb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#275dcb',GradientType=0 ); /* IE6-9 */
        }

    .openAuth.center {
        margin: 7px auto 15px;
        max-width: 438px;
    }




.whitespace-row-clear {
    font-size: 0;
}

.reg-txt-kp2-label-input-box {
    display: inline-block;
    float: none;
    clear: both;
    vertical-align: bottom;
    
}
    .reg-txt-kp2-label-input-box label {
        font-size: 14px;
        color: #757575;
    }

.reg-txt-kp2-label-input-box-30-width {
    width: 30%;
}
.reg-txt-kp2-label-input-box-50-width {
    width: 48%;
}
.reg-txt-kp2-label-input-box-70-width {
    width: calc(70% - 10px);
}
.reg-txt-kp2-label-input-box-100-width {
    width: 100%;
}

.reg-fname-txt-kp2-label-input-box {
    margin-right: 4%;
}

    #reg-fname-txt-kp2 {
        width: 100%;
    }
    #reg-lname-txt-kp2 {
        width: 100%;
    }

.reg-company-txt-kp2-box {
    margin-right: 10px;
}
.reg-company-txt-kp2-box,
.countrycode-kp2-box {
    margin-right: 10px;
}

/*
    ========================
    LOG IN PART
    ========================
*/
#login-form-kp2 {
}

#login-div-kp2 .sign-up-form-kp2-row.email-kp2-login-row {
    margin: 30px 0;
}

    #login-div-kp2 .sign-up-form-kp2-row.email-kp2-login-row input {
        height: 35px;
        box-sizing: border-box;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

#login-div-kp2 .pass-kp2-login-row.sign-up-form-kp2-row {
    margin: 30px 0 10px 0;
}

    #login-div-kp2 .pass-kp2-login-row.sign-up-form-kp2-row input {
        height: 35px;
        box-sizing: border-box;
        max-width: 510px;
        margin-left: auto;
        margin-right: auto;
    }

#login-div-kp2 .forgot-pass-kp2-row {
    text-align: right;
    max-width: 510px;
    margin: 0 auto;
}

#login-div-kp2 .try-it-kp2-row.submit_reg_row_kp2 {
    padding-top: 30px;
    text-align: center;
}

#login-div-kp2 .forgot-password-kp2 {
    color: #039be5;
}

#login-form-kp2 .forgot-password-kp2:hover {
    cursor: pointer;
    display: inline-block;
}

#login-div-kp2 .login_error_msg_box_kp2 {
    text-align: center;
    font-size: 20px;
}



@media (max-width: 1242px) {
    .openAuth .ga, .openAuth .fb {
        margin: 15px auto;
        clear: both;
        float: none;
    }

    .terms-kp2-row {
        width: auto;
        margin: 3px auto 10px;
        float: none;
    }

    .submit_reg_row_kp2.right {
        float: none;
        margin: auto;
        text-align: center;
        width: 100%;
    }
}


@media (max-width: 1024px) {
    #sign-up-div-kp2 {
        width: 100%;
        float: none;
        padding: 20px;
    }

        #sign-up-div-kp2 form {
            margin: 0;
        }

    .registration_features_and_clients_box {
        width: 100%;
        float: none;
        padding: 20px;
        display: none;
    }
}

@media (max-width: 720px) {
    .sign-up-form-kp2-row input,
    .sign-up-form-kp2-row select,
    .sign-up-form-kp2-row .single_input_company_name,
    .sign-up-form-kp2-row .single_input_company_size,
    .sign-up-form-kp2-row .single_input_phone_code,
    .sign-up-form-kp2-row .single_input_phone_number {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .reg-txt-kp2-label-input-box-70-width {
        width: calc(60% - 10px);
    }
    .reg-txt-kp2-label-input-box-30-width {
        width: 40%;
    }
    /*.reg-txt-kp2-label-input-box-countrycode {
        
    }
    .reg-txt-kp2-label-input-box-phone-txt-kp2 {
        
    }*/

    #reg-fname-txt-kp2, #reg-lname-txt-kp2 {
        width: 100%;
        float: left;
    }

    .sign-up-form-kp2-row .single_input_company_name {
    }

    .sign-up-form-kp2-row .single_input_company_size {
    }

    .sign-up-form-kp2-row .single_input_phone_code {
    }

    .sign-up-form-kp2-row .single_input_phone_number {
    }
}

@media (max-width: 680px) {
    .new_login_dialog_box {
        width: 85%;
    }
}

@media (max-width: 420px) {
    .new_login_dialog_box_tabs_body {
        padding: 20px 5px;
    }
    #sign-up-div-kp2 {
        padding: 20px 0;
    }
}

@media (max-width: 290px) {
    .new_login_dialog_box_tabs_body {
        padding: 20px 0;
    }
}
