﻿@charset "utf-8";
/* CSS Document */



.verify {
    padding-top: 4px;
    background-color: #9f9f9f;
    text-align: center;
    border-radius: 3px 3px 3px 3px;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "RobotoForSpread",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    background-color: #f9f9f9;
}



.row {
    margin-top: 0px;
}

#MainContent {
    min-height: 500px;
}

#masterCPH .cphtop,
#masterCPH .cphtop > div{
    margin: 0;
    height: 100%;
}

.signup-container {
    padding: 20px 0;
    display: flex;
    align-items: center; /* 垂直居中 */
    width: 100%;
    min-height: 100%;
    background-color: #f9f9f9;
}

    .signup-container > .container-fluid {
        width: 100%;
    }

.img {
    display: block;
    border: 0px;
}



.form-container {
    background-color: #f9f9f9;
    margin: 0px;
    width: 100%;
}



.form-signin {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #cccccc;
    max-width: 550px;
    margin: 0 auto;
    padding: 50px;
}



.form-signin-1 {
    background-color: #f9f9f9;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 15px;
}


.form-signin .checkbox {
    color: #3B4248;
    font-family: Microsoft YaHei, arial,serif;
    font-size: 13px;
    margin-top: 15px;
}


.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px;
    font-size: 14px;
    width: 340px;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #bbbbbb;
}




    .form-signin .form-control:focus {
        z-index: 2;
        border: 1px solid #1db3c1;
    }

.form-control-1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #bbbbbb;
}


.form-control-2 {
    float: right;
    height: auto;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    font-size: 14px;
    width: 100px;
    border: 1px solid #bbbbbb;
}


.form-control-3 {
    float: left;
    height: auto;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    font-size: 14px;
    width: 275px;
    border: 1px solid #bbbbbb;
}



.form-signin input[type="email"] {
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
}



.btn-primary1 {
    /*float:right;*/
    color: #fff;
    border: 1px solid #7bb81e;
    background-color: #7bb81e;
    border-radius: 4px 4px 4px 4px;
    padding: 7px;
    font-family: Microsoft YaHei, arial,serif;
}

.lang-select {
    float: right;
    color: #3B4248;
    font-family: Microsoft YaHei, arial,serif;
    font-size: 12px;
    padding-bottom: 15px;
}



.cph_Signin {
    color: #3B4248;
    font-family: Microsoft YaHei, arial,serif;
    font-size: 12px;
    float: left;
    margin-left: 40px;
}


.text1 {
    float: left;
    color: #4c4c4c;
    margin-left: 50px;
    font-family: Microsoft YaHei, arial,serif;
    font-size: 14px;
}

.text2 {
    float: right;
    margin-right: 40px;
    color: #1db3c1;
    font-family: Microsoft YaHei, arial,serif;
    font-size: 14px;
}

.text_title {
    font-family: Microsoft YaHei, arial,serif;
    line-height: 34px;
    color: #4c4c4c;
}

.text_label {
    font-family: Microsoft YaHei, arial,serif;
    color: #8d8d8d;
}

.text_label-link {
    font-family: Microsoft YaHei, arial,serif;
    font-size: 14px;
    line-height: 18px;
    color: #1db4c2;
}


.email-form {
    margin-top: 15px;
    margin-bottom: 15px;
}

.email-form-1 {
    margin-bottom: 15px;
}


.text_5 {
    font-family: Microsoft YaHei, arial,serif;
    font-size: 18px;
    line-height: 18px;
    color: #4c4c4c;
}

.text_6 {
    font-family: Microsoft YaHei, arial,serif;
    font-size: 16px;
    line-height: 20px;
    color: #ffb001;
}


.text_7 {
    font-family: Microsoft YaHei, arial,serif;
    color: #333333;
}

.text_8 {
    font-family: Microsoft YaHei, arial,serif;
    line-height: 18px;
    color: #ffb001;
    font-weight: bold;
}


.text_9 {
    font-family: Microsoft YaHei, arial,serif;
    color: #333333;
}

.text_10 {
    font-family: Microsoft YaHei, arial,serif;
    color: #333333;
}

.btn-2 {
    color: #fff;
    border: 1px solid #9f9f9f;
    background-color: #9f9f9f;
    border-radius: 3px 3px 3px 3px;
    padding: 4px 3px 4px 3px;
    font-family: Microsoft YaHei, arial,serif;
    font-size: 14px;
    width: 70px;
}

#new-form-signin {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 1px #cccccc;
    margin: 0 auto;
}

.signup-container .btn {
    background-color: #02336E;
    border-color: #02336E;
}

.form-control-1 {
    border-color: #d2d6de;
}

input.form-control-1:focus, input.form-control-1:focus-visible {
    border-color: #3c8dbc;
    border-radius: 0;
    outline: none;
}

#show_pwd_box {
    height: 36px;
    line-height: 36px;
    padding: 0;
}

    #check_password, #show_pwd_box>label {
        margin: 0;
        vertical-align: middle;
    }

@media screen and (min-width: 320px) and (max-width:768px) {

    #new-form-signin {
        width: 100%;
        padding: 12px;
    }

    .text_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .text_label {
        line-height: 20px;
        font-size: 14px;
    }

    .text_7 {
        font-size: 18px;
        line-height: 20px;
    }

    .lang {
        width: 50%;
    }

    .form-control-1 {
        /*height: 100px;
        font-size: 36px;*/
        margin-top: 10px;
        margin-bottom: 10px;
        /*margin-left: 50px;*/
        /*height: 40px;*/
    }

    .input-group {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .validatecodeimg {
        margin-top: 10px;
        margin-bottom: 10px;
        /*margin-left: 50px;*/
        height: 40px;
    }

    .txtEmail {
        width: 100%;
    }

    .contry-row, .mobile-row, .captcha-row {
        display: block;
    }

    .contry {
        width: 80%;
    }

    .contryArea {
        width: 100%;
    }

    .span_show {
        font-size: 14px;
    }

    .phone {
        Width: 100%;
        /*        margin-left: -5px;*/
    }

    .verify {
        font-size: 18px;
        /*margin-left: 50px;*/
        width: 98%;
        height: 40px;
        line-height: 32px;
    }

    /*    .password {
        width: 60%;
    }*/

    .text_9 {
        font-size: 16px;
        /*line-height: 14px;*/
        margin-top: 0;
    }

    .check {
        zoom: 2;
        margin: 0;
        vertical-align: middle;
    }

    input[type=checkbox], input[type=radio] {
        margin: 0;
    }

    .btn-primary1 {
        /*height: 100px;
        font-size: 36px;*/
        width: 100%;
        height: 40px;
        /*margin-left: 50px;*/
    }

    .Term {
        margin-left: 6px;
        font-size: 14px;
    }

    .langAlign {
        text-align: center;
    }

    .text_10 {
        font-size: 10px;
        line-height: 15px;
    }

    .field {
        /*margin-left: 50px;*/
        /*padding-top: 10px;
        padding-bottom: 10px;*/
        margin-top: 5px;
    }

    #lblresult {
        font-size: 10px;
        line-height: 15px;
    }

    .trVerify {
        /*height:90px;*/
    }

    .verifybtn {
        width: 30%;
        height: 40px;
        font-size: 18px;
    }

    .captchatxt {
        width: 60%;
        height: 40px;
        border: 1px solid #bbbbbb;
        font-size: 18px;
    }

    .verifyEmail {
        font-size: 32px;
        margin-left: 50px;
    }

    .text_8 {
        font-size: 32px;
    }

    .ErrorField {
        font-size: 14px;
    }

    .title {
        padding-bottom: 10px;
    }

    .server {
        width: 100%;
    }

    .rowStyle {
        padding-top: 10px;
    }

    #show_pwd_box {
        padding-left: 15px !important;
    }

    #MainContent {
        min-height: 750px;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    #new-form-signin {
        width: 90%;
        padding: 36px;
    }

    .text_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .text_label {
        line-height: 60px;
        font-size: 14px;
    }

    .langAlign {
        text-align: right;
    }

    .input-group {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    /*.text_7 {
        font-size: 30px;
        line-height: 20px;
    }

    .lang {
        width: 40%;
    }

    .form-control-1 {
        height: 50px;
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 50px;
    }
    .validatecodeimg {
        height: 50px;
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .txtEmail {
        width: 100%;
    }

    .contry-row,.mobile-row,.captcha-row {
        display:block
    }

    .contry {
        width: 80%;
    }

    .contryArea {
        width: 100%;
    }

    .span_show {
        font-size: 20px;
    }

    .phone {
        Width: 100%;
    }

    .verify {
        width: 100%;
        height: 60px;
        font-size: 30px;
        margin-left: 50px;
        line-height: 50px;
    }

    .text_9 {
        font-size: 20px;
        line-height: 14px;
        margin-top: 0;
    }

    .check {
        zoom: 2;
        vertical-align: middle;
    }

    input[type=checkbox], input[type=radio] {
        margin: 0;
    }

    .Term {
        margin-left: 6px;
        font-size: 20px;
    }

    

    .text_10 {
        font-size: 20px;
        line-height: 20px;
    }

    .field {
        margin-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #lblresult {
        font-size: 20px;
        line-height: 20px;
    }

    .trVerify {
        height: 90px;
    }

    .verifybtn {
        width: 120px;
        height: 50px;
        font-size: 26px;
    }

    .captchatxt {
        width: 320px;
        height: 50px;
        border: 1px solid #bbbbbb;
        font-size: 28px;
    }

    .verifyEmail {
        font-size: 28px;
        margin-left: 50px;
    }

    .text_8 {
        font-size: 32px;
    }

    .ErrorField {
        font-size: 18px;
    }

    .server {
        width: 100%;
    }*/

    .btn-primary1 {
        width: 100%;
    }

    /*    .password {
        width: 90%;
    }*/

    .title {
        padding-bottom: 20px;
    }

    .rowStyle {
        padding-top: 20px;
    }

    .signup-container .form-horizontal .control-label {
        text-align: left;
    }
}

@media screen and (min-width: 993px) and (max-width:1200px) {
    #new-form-signin {
        width: 65%;
        padding: 36px;
        min-width: 600px;
    }

    .text_title {
        font-size: 24px;
    }

    .text_label {
        line-height: 18px;
        font-size: 14px;
    }

    .text_7 {
        font-size: 16px;
        line-height: 20px;
    }

    .lang {
        width: 100px;
    }

    .form-control-1 {
        height: auto;
        font-size: 14px;
    }

    .validatecodeimg {
        height: auto;
        font-size: 14px;
    }

    .txtEmail {
        width: 100%;
    }

    .mobile-row, .captcha-row {
        display: inline-block
    }

    .contry {
        width: 70%;
    }

    .contryArea {
        width: 130px;
    }

    .phone {
        Width: 115px;
    }

    .verify {
        width: 85px;
        height: 30px;
        font-size: 16px;
    }

    /*    .password {
        width: 82%;
    }*/

    .text_9 {
        font-size: 14px;
        line-height: 14px;
    }

    .btn-primary1 {
        font-size: 16px;
        width: 100%;
    }

    .Term {
        margin-left: 6px;
    }

    .text_10 {
        line-height: 20px;
        font-size: 13px;
    }

    .trVerify {
    }

    .captchatxt {
        width: 120px;
    }

    .text_8 {
        font-size: 14px;
    }

    .title {
        padding-bottom: 20px;
    }

    .langAlign {
        text-align: right;
    }

    .server {
        width: 66%;
    }

    .rowStyle {
        padding-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    #new-form-signin {
        width: 50%;
        padding: 20px;
    }

    .text_title {
        font-size: 24px;
    }

    .text_label {
        line-height: 18px;
        font-size: 14px;
    }

    .text_7 {
        font-size: 16px;
        line-height: 20px;
    }

    .lang {
        width: 100px;
    }

    .form-control-1 {
        height: auto;
        font-size: 14px;
    }

    .validatecodeimg {
        height: auto;
        font-size: 14px;
    }

    .txtEmail {
        width: 100%;
    }

    .contry-row, .mobile-row, .captcha-row {
        display: inline-block
    }

    .mobile-row {
        padding-left: 0px;
    }

    .contry {
        width: 70%;
    }

    .contryArea {
        width: 130px;
    }

    .phone {
        Width: 115px;
    }

    .verify {
        width: 85px;
        height: 30px;
        font-size: 16px;
    }

    /*    .password {
        width: 82%;
    }*/

    .text_9 {
        font-size: 14px;
        line-height: 14px;
    }

    .btn-primary1 {
        font-size: 16px;
        width: 100%;
    }

    .Term {
        margin-left: 6px;
    }

    .text_10 {
        line-height: 20px;
        font-size: 13px;
    }

    .trVerify {
    }

    .captchatxt {
        width: 120px;
    }

    .text_8 {
        font-size: 14px;
    }

    .title {
        padding-bottom: 20px;
    }

    .langAlign {
        text-align: right;
    }

    .server {
        width: 66%;
    }

    .rowStyle {
        padding-top: 20px;
    }
}