﻿/**{
    margin: 0;
    padding: 0;
}*/
.container{
    width: 400px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #D8D8D8;
    margin-top: 20px;
    border-radius: 50px;
    margin-bottom:40px;
}
.form{
    margin-left: 250px;
 }
span{
    font-family: 微软雅黑;
    font-size: 14px;
    opacity: 0.8;
    margin-left: 35px;
    width: 400px;
}
input{
    background: #f3f3f3 url(../../images/img.png) no-repeat 1px top;
    border: #D8D8D8 1px solid;
    border-radius: 3px;
    width: 290px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    font-size: 14px;
    font-family: 微软雅黑;
    }
table{
    margin-left: auto;
    margin-right: auto;
}
.accept{
    margin-top: 10px;
    font-family: 微软雅黑;
    font-size: 14px
}
#checkBox{
    width:15px;
    height: 15px;
    margin-left: 35px;
}
.regist{
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 80px;
    border-radius: 8px;
}
.submit{
    margin-top: 10px;
    height: 40px;
    width: 80px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2babcf;
    font-size: 14px;
    font-family: 微软雅黑;
    text-align: center;
    line-height: 40px;
}
