.gray-bg {
    background: url("../img/register/register_bg.png");
}

.ibox-content {
    padding-top: 0;
}

.main-content {
    width: 800px;
    height: 580px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #CCD8E0;
    box-shadow: 0 0 20px 0 rgba(13, 47, 113, 0.20);
    border-radius: 4px;
    padding-top: 50px;
    position: relative;
    top: -40px;
}

.main-content label {
    font-weight: normal;
    padding-right: 0;
}

.main-content .form-group {
    margin-bottom: 0;
}

.main-content > div > div {
    padding-left: 0px;
    padding-right: 0px;
}

.main-content > div > label {
    margin-left: 30px;
}

.main-content > div .div-error {
    padding-left: 13px;
}

.infon-input {
    height: 41px;
    border: 1px solid #D5DBE0;
    border-radius: 4px;
}

.price-color {
    opacity: 0;
}

#getvertsms {
    height: 41px;
    background: #35B3A4;
    border-radius: 4px;
    width: 120px;
    font-size: 13px;
}

#getvertsms:hover {
    background: #2D988B;
}

.form-control:focus, .single-line:focus {
    border-color: #35A2F0 !important;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #CAD1DA;
}

:-moz-placeholder {
    font-size: 12px;
    color: #CAD1DA;
}

::-moz-placeholder {
    font-size: 12px;
    color: #CAD1DA;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #CAD1DA;
}

/*图片验证码*/
#imgvertificationcode {
    width: 75px;
    height: 33px;
    z-index: 99;
}

/*注册按钮*/
#saveBtn {
    height: 44px;
    border: none;
    /*background-image: linear-gradient(-180deg, #FA6567 0%, #EB3235 100%);*/
    background-color: #F24646 !important;
}

#saveBtn:hover {
    background-color: #CD3B3B !important;
}

.main-title {
    height: 230px;
    padding-top: 36px;
}

.main-title h2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 12px;
}

.main-title p {
    opacity: 0.8;
    font-family: Tahoma;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.35px;
    line-height: 14px;
}

.control-label {
    line-height: 41px;
    color: #919AA8;
}

.control-label .price-color {
    color: red;
}

#isExist {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    line-height: 14px;
    position: absolute;
    right: 180px;
}

#login {
    width: 80px;
    height: 36px;
    background: #FFFFFF;
    border: none;
    border-radius: 4px;
    color: #108EE9;
    line-height: 24px;
    font-size: 14px;
    margin-left: 10px;
}

#login:hover {
    background-color: #E1F0FA
}

#btn-agreement {
    opacity: 0;
}

.inline-block {
    display: inline-block;
}

.padding4 {
    padding-left: 4px;
}

.p-agreement {
    position: relative;
    top: -5px;
    font-size: 13px;
    color: #333333;
    margin-bottom: 15px;
}

body, .u-grid, table > tbody > tr > td {
    font-size: 12px;
    font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft YaHei", "\5b8b\4f53" !important;
    color: #333333;
}

.radio label, .checkbox label {
    font-size: 12px !important;
    color: #333333 !important;
}

.checkbox label:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    top: 3.4px;
    background-color: #FFFFFF;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
}

.checkbox label:after {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 3px;
    font-size: 11px;
    border-radius: 3px;
}

.checkbox.check-success input[type=checkbox]:checked + label::after {
    color: #FFFFFF;
    background: rgb(59, 174, 218);
    text-align: center;
    line-height: 14px;
    font-weight: 100;
}

.checkbox input[type=checkbox]:checked + label::after {
    font-family: FontAwesome;
    content: "\F00C";
    color: #FFFFFF;
    background: rgb(59, 174, 218);
    font-weight: 100;
    text-align: center;
    line-height: 14px;
}

.checkbox label:after {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 3px;
    font-size: 11px;
    border-radius: 3px;
}

.iconfont-true {
    color: #52B786;
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    /*top: 0.5px;*/
}

.iconfont-error {
    color: #F15A4A;
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.iconfont-caution {
    color: #ff9436;
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}
.main-content .form-group {
    position: relative;
}

.message-box {
    position: absolute;
    left: 600px;
    display: none;
}

.send {
    position: relative;
    width: 170px;
    height: 41px;
    /*background: #F8C301;*/
    /*border-radius: 5px; !* 圆角 *!*/
    /*margin:30px auto 0;*/
    padding: 4px 16px;

    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    display:table-cell;
    vertical-align:middle;
}

.send .arrow {
    position: absolute;
    top: 7px;
    left: -10px; /* 圆角的位置需要细心调试哦 */
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: -2px 1px 1px rgba(0,0,0,0.20);
    /*width: 0;*/
    /*height: 0;*/
    /*font-size: 0;*/
    /*border: solid 6px;*/
    /*border-color: #FFFFFF rgba(0,0,0,0.20) #FFFFFF #FFFFFF;*/
}
.send .iconfont {
    float: left;
    /*position: relative;*/
    /*top: -1.5px;*/
}


@media screen and (max-width: 800px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .ibox-content {
        padding: 0;
    }
    .main-content {
        width: 100%;
        /*height: 580px;*/
        top: 0;
    }
    .main-content > div > label {
        margin-left: 0;
    }
    .main-title {
        position: relative;
    }
    #isExist {
        bottom: 10px;
        right: 22%
    }
    #getvertsms {
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        font-size: 12px;
    }
    #box-graph {
        right: 20% !important;
    }
    .p-agreement {
        width: 85%;
        top: 5px;
        left: 7px;
    }
    .message-box {
        position: absolute;
        left: 45%;
        top: 45px;
        z-index: 99;
        display: none;
    }
    .send .arrow {
        display: none;
        /*top: 2px;*/
        /*left: -12px;*/
        /*text-shadow: 0px 0px 1px rgba(0,0,0,0.20);*/
    }
    #br {
        display: inline !important;
    }
    .message-box-agreement {
        top: 0;
        left: 33.5%;
    }
}
