* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    background-size: cover;
    min-width: 960px;
}

body p {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
}

.dowebok {
    width: 20%;
    height: auto;
    border: 0.1px solid;
    overflow: hidden;
    margin-left: 37%;
    border-color: #BEBEBE;
}

.form-item {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}

.form-item input {
    height: 32px;
    width: 80%;
    padding-left: 42px;
    border: 1px solid;
    font-size: 10px;
    background-color: transparent;
    border-color: #F5F5F5;
    outline: none;
    overflow: hidden;
    display: inline-block;
}

.form-item button {
    width: 100%;
    height: 32px;
    border: 0;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #00BFFF;
}

#username {
    background: url(resources/username.png) no-repeat;
}

#password {
    background: url(resources/password.png) no-repeat;
}

.tip {
    display: none;
    position: absolute;
    left: 20px;
    top: 52px;
    font-size: 10px;
    color: #f50;
}

.dowebok ::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 1.4;
}

.dowebok :-moz-placeholder {
    font-size: 10px;
    line-height: 1.4;
}

.dowebok ::-moz-placeholder {
    font-size: 18px;
    line-height: 1.4;
}

.dowebok :-ms-input-placeholder {
    font-size: 10px;
    line-height: 1.4;
}

#checkCode {
    width: auto;
    float: left;
}

#generateCheckCode {
    height: 32px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 100px;
    background-color: transparent;
    padding-left: 15px;
}

.form-item .errorMessage {
    display: block;
    color: red;
    font-size: 10px;
}