
html, body {
    width: 100%;
    height: 100%;
}

.container {
    position: fixed;
    left: 0pt;
    top: 0pt;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-image: url("https://imgs.hh-medic.com/icon/wmp/ehr/ehrbg2.jpg?x-oss-process=image/quality,Q_50");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top {
    width: 100%;
    height: 25%;
}

.login-form {
    width: 225pt;
}

.login-title {
    width: 100%;
    text-align: center;
    font-size: 20pt;
    color: #323232;
    margin-bottom: 19pt;
}

.login-row {
    margin-top: 10pt;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

.image-code-result {
    position: absolute;
    left: 100pt;
    top: 10pt;
    z-index: 9;
}

input::-webkit-input-placeholder {
    color: #c8c8c8;
    font-size: 10pt;
    text-align: left;
    text-indent: 5pt;
}

input:-moz-placeholder {
    color: #c8c8c8;
    font-size: 10pt;
    text-align: left;
    text-indent: 5pt;
}

input::-moz-placeholder {
    color: #c8c8c8;
    font-size: 10pt;
    text-align: left;
    text-indent: 5pt;
}

input:-ms-input-placeholder {
    color: #c8c8c8;
    font-size: 10pt;
    text-align: left;
    text-indent: 5pt;
}

input {
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 20px;
}

.input {
    width: 100%;
    height: 30pt;
    line-height: 30pt;
}

.input.smscode, .input.imagecode {
    width: 113pt;
}

.image-code {
    flex-grow: 1;
    margin-left: 13pt;
    height: 30pt;
    cursor: pointer;
}

.btn-smscode {
    flex-grow: 1;
    margin-left: 13pt;
    height: 30pt;
    line-height: 30pt;
    text-align: center;
    font-size: 10pt;
    color: #0592f5;
    border: solid 0.5pt #0592f5;
    border-radius: 5pt;
    background-color: #ffffff;
    cursor: pointer;
}

.btn-smscode.disabled {
    border: solid 0.5pt #999;
    background-color: #999;
    color: #fff;
}

.btn2 {
    width: 100%;
    height: 30pt;
    line-height: 30pt;
    text-align: center;
    font-size: 10pt;
    background-color: #0592f5;
    color: #ffffff;
    border-radius: 5pt;
    margin-top: 22pt;
    cursor: pointer;
    border: none;
}


.btn2:active {
    background-color: #107bf2;
}

.login-type-wrap {
    width: 100%;
    height: 30pt;
    line-height: 30pt;
    text-align: center;
}

.login-type {
    width: 100%;
    text-align: center;
    margin-top: 10pt;
    font-size: 8pt;
    color: #0592f5;
    /*cursor: pointer;*/
}

.link-admin {
    position: fixed;
    right: 15pt;
    top: 15pt;
    color: #0592f5;
    font-size: 10pt;
    cursor: pointer;
}

.qr-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.qr-img {
    width: 300pt;
    height: 300pt;
}

.qr-text {
    margin-top: 30pt;
    color: #ffffff;
    font-size: 18pt;
}