﻿

body {
    background: #f8f8f8;
    text-align: center;
    color: #fff;
    font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
    line-height: 1;
}

.page-container {
    width: 350px;
    height: auto;
    margin: 120px auto 0 auto;
}



ol, ul {
    list-style: none;
}




h1 {
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

    h1 img {
        margin-bottom: 5px;
    }

    h1 span {
        letter-spacing: 10px;
        padding-top: 30px;
        font-size: 30px;
        line-height: 30px;
    }

form {
    position: relative;
    width: 350px;
    margin: 15px auto 0 auto;
    text-align: center;
}

input {
    width: 270px;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

    input:-moz-placeholder {
        color: #fff;
    }

    input:-ms-input-placeholder {
        color: #fff;
    }

    input::-webkit-input-placeholder {
        color: #fff;
    }

    input:focus {
        outline: none;
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    }


/*－－－增加部份的CSS－－－*/
form, input, button {
    font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
    text-decoration: none;
    width: 100%;
}

.submit_button {
    font-size: 24px;
    letter-spacing: 15px;
    background-color: #8DB6CD;
    font-weight: bold;
}

input.Captcha {
    width: 130px;
    float: left;
}
.layui-layer-content{
    color:#000000;
}
.layui-layer-title{
    text-align:left;
}