@charset "utf-8";
/*-- Reset Code --*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.float-rt {
    float: right;
}

.float-lt {
    float: left;
}

.clear {
    clear: both;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.vertical-base {
    vertical-align: baseline;
}

.vertical-top {
    vertical-align: top;
}

.underline {
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
}

nav.vertical ul li {
    display: block;
}

nav.horizontal ul li {
    display: inline-block;
}

img {
    max-width: 100%;
}

/*-- Reset Code --*/

html, body {
    height: 100%;
}

#Background {
    background-image: url("./images/bg90b.gif");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto', '微软雅黑', '黑体', sans-serif;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

#Head h1 {
    display: block;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 60px;
    color: #222;
}

#RegDiv {
    width: 50%;
    margin: 0 auto; 
    padding: 40px; 
    background-color: rgba(10, 10, 10, 0.80); 
    border: 2px ridge rgba(238, 238, 238, 0.13); 
    border-radius: 5px; 
    -moz-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57); 
    -webkit-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57); 
    box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57); 
}

#RegDiv h2 {
    display: block;
    font-size: 35px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 25px;
    color: #FFFFFF;
}

#InPut input {
    display: block;
    width: 96%;
    margin-bottom: 20px;
    background-color: transparent;
    color: #CCC;
    padding: 10px;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.41);
    outline: none;
    color: #FFF;
}

#InPut p {
    color: #ccc;
    padding-left: 8%;
    background-color: transparent;
    background-color: rgba(90, 90, 90, 0.80);
    border: 2px ridge rgba(238, 238, 238, 0.13);
    border-radius: 5px;
    -moz-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
    -webkit-box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
    box-shadow: 0 -5px 15px 1px rgba(16, 16, 16, 0.57);
}

#Button input {
    width: 55%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 100;
    color: #CCC;
    background-color: transparent;
    border: 1px solid rgba(238, 238, 238, 0.41);
    border-width: thin;
    cursor: pointer;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 45%;
}

#Button input:hover {
    background-color: #111; 
    border: 1px solid #FFF; 
    color: #FFF; 
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

#Footer {
    width: 50%;
    margin: 10px auto;
    padding: 10px;
    color: #666;
}

#Footer:hover {
    background-color: rgba(100, 100, 100, 0.40);
    border-radius: 5px;
    -moz-box-shadow: 0 3px 15px 3px rgba(16, 16, 16, 0.57);
    -webkit-box-shadow: 0 3px 15px 3px rgba(16, 16, 16, 0.57);
    box-shadow: 0 3px 15px 3px rgba(16, 16, 16, 0.57);
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
}
