@CHARSET "UTF-8";
.no-title-stuff .ui-dialog-titlebar {
    display: none
}

#userLoginDialog {
    display: inline;
}

.head {
    display: block;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #E7E7E7;
    height: 40px;
}

.bind-head {
    text-align: center;
    color: #333333;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7E7E7;
}

.close {
    float: right;
    margin-top: -14px;
    margin-right: 14px;
}

.dialog-body {
    margin: 0 auto;
    padding: 0 5px;
    max-width: 348px;
}

.bind-phone-input {
    border: 1px solid #bbbbbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 59px;
    width: 100%;
    height: 48px;
    margin-top: 20px;
    background: url('https://s3.cn-north-1.amazonaws.com.cn/qingshuxuetang/defaultimages/homepage/account.png') 10px no-repeat;
    border-radius: 4px;
}

.user-name-section {
    border: 1px solid #bbbbbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 59px;
    width: 100%;
    height: 48px;
    margin-top: 44px;
    background: url('https://s3.cn-north-1.amazonaws.com.cn/qingshuxuetang/defaultimages/homepage/account.png') 10px no-repeat;
    border-radius: 4px;
}

.password-section {
    border: 1px solid #bbbbbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 59px;
    width: 100%;
    height: 48px;
    margin-top: 18px;
    background: url('https://s3.cn-north-1.amazonaws.com.cn/qingshuxuetang/defaultimages/homepage/password.png') 10px no-repeat;
    border-radius: 4px;
}

.v-img-section {
    padding-left: 15px;
    width: 40%;
    height: 48px;
    margin-top: 18px;
    float: left;
}

.v-code-section {
    border: 1px solid #bbbbbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 59px;
    width: 50%;
    height: 48px;
    margin-top: 18px;
    border-radius: 4px;
    float: left;
    background: url('https://s3.cn-north-1.amazonaws.com.cn/s3.qsxt.info/school-code-icon.png') 10px no-repeat;
}

.validcode-section {
    border: 1px solid #bbbbbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 59px;
    width: 100%;
    height: 48px;
    background: url(https://s3.cn-north-1.amazonaws.com.cn/qingshuxuetang/defaultimages/homepage/authCode.png) 10px no-repeat;
    border-radius: 4px 0 0 4px;
    display: inline-flex;
    border-right: 0;
}

.imagecode-section {
    border: 1px solid #bbbbbb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding-left: 59px;
    width: 100%;
    height: 48px;
    background: url(https://s3.cn-north-1.amazonaws.com.cn/qingshuxuetang/defaultimages/homepage/icon_img.png) 10px no-repeat;
    background-size: 22px;
    border-radius: 4px 0 0 4px;
    display: inline-flex;
    border-right: 0;
}

.text-input {
    height: 100%;
    line-height: 36px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
}

.text-input:focus {
    outline: none;
}

.help-row {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
}

.info-row {
    display: inline-block;
    width: 348px;
    margin-top: 28px;
    font-size: 14px;
    text-align: center;
}

a.forget {
    color: #1A9D11;
    text-decoration: none;
    padding-left: 18px;
}

a.logintype {
    color: #222;
    text-decoration: none;
}

#loginByPwdBtn, #loginByPhoneBtn, #bindBtn, #resetBtn {
    color: White;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 100%;
    line-height: 48px;
    height: 48px;
    text-align: center;
    background: #4CC443;
    border-radius: 4px;
    margin-top: 22px;
}

.tip-row {
    width: 100%;
}

.author-login {
    text-align: center;
    margin: 20px 0;
}

.author-login a {
    margin: 0 18px;
    text-align: center;
}

a.switcher {
    color: #999;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 11px;
    width: 50%;
    text-align: center;
}

a.switcher.active {
    border-bottom: 2px solid #53BE4C;
    color: #333;
}

a.switcher:hover {
    color: #333;
}

#switchCode {
    margin-top: 7px;
}

#codeLogin {
    text-align: center;
}

.qrcontent, #outTimeView {
    position: absolute;
    top: 45px;
    height: 226px;
    width: 226px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-left: 59px;
}

.qrcontent#qr-code-container {
    border: 1px solid #b8b8b8;
    padding: 40px;
}

.refresh {
    position: absolute;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=60);
    height: 226px;
    width: 226px;
}

.hint {
    display: block;
    margin-top: 66px;
    margin-bottom: 36px;
}

.hint a {
    color: #1A9D11;
}

.hint p {
    margin: 0;
}

.register a {
    text-decoration: none;
    color: #222;
    margin-right: -45px;
    margin-top: -17px;
}

.se-author {
    text-align: center;
    width: 100%;
}

.se-line {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E7E7E7;
    margin-top: 38px;
}

.se-info {
    background-color: #fff;
    margin: -11px auto 0 auto;
    width: 180px;
}

.se-text {
    color: #bbbbbb;
    padding-right: 20px;
    padding-left: 20px;
}

.disabled {
    pointer-events: none;
}

.bind-info {
    color: #999;
    margin: 10px 5px 10px -5px;
}

.ui-widget-content a.bind-auth-link {
    text-decoration: underline;
    color: #337ab7;
    cursor: pointer;
}

.pointer-cursor {
    cursor: pointer;
}

.send-phone-code-button {
    height: 40px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer
}
