body {
    font-family: "Microsoft YaHei",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
    margin: 0;
}

.page-bg {
    background: url(//guestprojection.oss-cn-hangzhou.aliyuncs.com/webresource/hema-bg.png) no-repeat 0;
    background-size: 100% 100%;
    max-width: 700px;
    margin: auto;
}

.form-container {
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    top: 28%;
}

.logo-container {
    text-align: center;
    width: 100%;
    padding-top: 14px;
}
.hema-logo {
    background: url(//guestprojection.oss-cn-hangzhou.aliyuncs.com/webresource/hema-logo.png) no-repeat 0;
    background-size: 100% 100%;
    height: 29px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.lable {
    font-size:16px;
    color:#ffffff;
    text-align:center;
}

.input-container {
    width: auto;
    display: -webkit-box;
    margin-left: 5px;
    margin-right: 10px;
    padding-top: 10px;
    height: 35px;
}

.nc-container {
    width: auto;
    margin-left: -9px;
    margin-right: -5px;
    padding-top: 10px;
}

.input-container .input-border {
    border: 1px solid #bfbfbf;
    display: -webkit-box;
    -webkit-box-flex: 1;
}

.input-container input {
    outline: 0;
    position: static;
    padding-left: 10px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    box-sizing: border-box;
    border: none;
    height: 33px;
    vertical-align: middle;
    border-radius: 2px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
}

.input-container .get-captcha-btn {
    margin-left: 3px;
    background-color: #348dca;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 110px;
    height: 35px;
    border: none;
    border-radius: 2px;
}

.submit-container {
    margin: 15px 10px 15px 5px;
    padding-bottom: 15px;
}

.submit-container .submit-btn {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 40px;
    border: none;
    background-color: #00bfff;
    border-radius: 2px;
}

.goto-enter-phoneno {
    text-align: center;
    padding-bottom: 15px;
}
.goto-enter-phoneno a {
    color: #fff;
}

.welcome-label {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
