.con {
    width: 100%;
    min-height: 777px;
    background: url(../images/background-01.jpg) no-repeat center center;
    margin: 0;
}

.con-1 {
    max-width: 470px;
    height: 560px;
    margin: 0px auto;
    /* border-top: 60px; */
    background-color: #fff;
    border-radius: 10px;
}

.con-1 div {
    width: 370px;
    height: 40px;
    margin: 0 50px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 40px;

}

.con-1 .com-1-1 {
    border-bottom: 1px solid #006acd;
    color: #1174d0;
    font-size: 18px;
    font-weight: bold;
}

/* .con-1 .com-1-2 {
    border-bottom: 1px solid #c6c6c6;

} */

.con-1 div input {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #c6c6c6;
}

.com-1-2inp1 {
    background: url("../images/phoneNumber-01.png") no-repeat center left;
}

.com-1-2inp2 {
    background: url("../images/password-01.png") no-repeat center left;
}

.com-1-2inp3 {
    background: url("../images/Veri-code-01.png") no-repeat center left;
}

.com-1-2inp1-1 {
    width: 115px;
}

.com-1-2c {
    position: relative;
}

.com-1-2code {
    width: 115px;
    height: 36px;
    position: absolute;
    top: 4px;
    right: 0;
}

.con-1 .com-1-2code img {
    width: 100%;
    height: 100%;
    margin: 0 0;
    border: 0;
}

.com-1-3 a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}

.com-1-3a1 {

    color: #fff;
    background-color: #006acd;
}

.com-1-3a1:hover {
    color: #fff;

}

.com-1-3a2 {
    color: #006acd;
    border: 1px solid #006acd;
}


@media screen and (max-width:470px) {
    .con-1 {
        width: 98%;
        margin: 0 1%;
    }

    .con-1 div {
        width: 80%;
    }

    .con-1 .com-1-3 {
        width: 70%;
    }
    .con-1 div input {
        width: 50%;
    }
    .com-1-3 a {
        margin: 0 auto;
    }
}