.color_ffad00 {
    color: #ffad00;
}

.register {
    width: 1903px;
    overflow: hidden;
    height: 815px;
    background: url(../img/register/bg.png) no-repeat;
    box-shadow: inset 0px 3px 6px 0px #888888f2;
    margin: auto;
}

.register_con {
    background: #fff;
}

.line {
    display: table-cell;
    margin: auto;
}

.register_form {
    width: 40%;
    margin: auto;
    overflow: hidden;
}

.name[type=text] {
    background-image: url(../img/register/icon_01.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

.phone[type=text] {
    background-image: url(../img/register/icon_04.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

.public[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.public[type=password] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.social-login{
    display: none!important;
}

#send {
    cursor: pointer;
    width: 28%;
    float: right;
    background: #8b8b8b;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    height: 58px;
    font-size: 16px;
}

.password[type=password] {
    background-image: url(../img/register/icon_02.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

input[type=submit] {
    background-color: #f8b62b;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: #ffff;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background: linear-gradient(-90deg, #ff894f 0%, #ffa838 100%);
}

.code[type=text] {
    float: left;
    width: 70%;
    background-image: url(../img/register/icon_03.png);
    background-position: 10px 17px;
    background-repeat: no-repeat;
}

.send[type=submit] {
    width: 28%;
    float: right;
    background: #8b8b8b;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    height: 58px;
    font-size: 16px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}

input[type="checkbox"]:checked {
    background: url("../img/register/icon_05.png") no-repeat center;
    background-size: 100% 100%;
}