.registers {
    width: 80%;
    height: 500px;
    background: white;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.logs {
    width: 100%;
    /*border: 1px solid red;*/
    margin-top: 30px;
    float: left;
}

.logs>img {
    margin: 0 auto;
    display: block;
}

.tels {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border-bottom: 1px solid silver;
    float: left;
    margin-top: 30px;
    font-size: 20px;
}

.tels>span {
    display: block;
    width: 82px;
    font-weight: bold;
    margin: 0 auto;
    /* line-height: 150px; */
    border-bottom: 2px solid black;
    color: #282828;
}

.inps {
    width: 94%;
    height: 42px;
    line-height: 42px;
    border: 1px solid silver;
    border-radius: 10px;
    background: #F7F7F7;
    padding-left: 19px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    float: left;
    font-size: 16px;
    /* margin-left: 15px; */
    /* color: #b3b3b3; */
    outline: none;
}

.register_tops {
    background-color: #fff;
    margin: 0 auto;
    /*	border: 1px solid red;*/
    box-shadow: 0 0 4px silver;
}

.header_inputs {
    width: 590px;
    /* border: 1px solid red; */
    zoom: inherit;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px #888888;
    display: none;
}


.inpds {
    width: 64%;
    height: 42px;
    line-height: 42px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background: #F7F7F7;
    padding-left: 20px;
    display: block;
    margin: 0 auto;
    float: left;
    font-size: 16px;
    outline: none;
    float: left;
}

.inp_tops {
    width: 100%;
    /*	border: 1px solid red;*/
    float: left;
    height: 40px;
    margin-top: 40px;
}

.send-code {
    float: left;
    background: #F7F7F7;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 30%;
    height: 42px;
    line-height: 42px;
    margin-left: -1%;
    text-align: center;
    font-size: 16px;
    /*color: red;*/
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    cursor: pointer;
}

.gos {
    width: 94%;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    background: #F7F7F7;
    padding-left: 19px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    float: left;
    font-size: 16px;
    outline: none;
    text-align: center;
}
.inpsd{
    width: 80%;
    float: left;
    margin-left: 10%;
}
.login-form{
    /*width: 460px;*/
    margin: 0 auto;
    /* float: left; */
    display: block;
}
.xx {
    position: absolute;
    right: 10px;
    top: 10px;
}
.xx>img{
    width: 30px;
    cursor: pointer;
}