body {
    font-size: 14px;
    font-family: BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: #333;
    line-height: 1.5;
}

html, body {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 13px !important;
    margin: 0;
    padding: 0;
    background: #f2f5f7;
}

.hidden {
    display: none;
}

.loginContainer{
    padding-top: 80px;
    z-index: 1;
}

.main {
    width: 480px;
    height: 100%;
    margin: 0px auto 15px;
    padding: 48px 48px 96px 48px;
    background: #fff;
    position: relative;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center !important;
}

.loginContainer .titleHeader {
    line-height: 1;
}

.titleHeader {
    text-align: left;
    margin-top: 0px;
}

.titleHeader img {
    font-size: 14px;
    margin-top: 0px;
}

.titleHeader p {
    font-size: 17px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-top: 10px !important;
}

.title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 35px;
    line-height: 1.75
}

.qrCode {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 5px auto 0;
}

.qrCodeImg {
    width: 100%;
    height: 100%;
}

.text {
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
}

.desc {
    color: #9e9e9e;
    margin-top: 25px;
}

.qrCodeOverdue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    flex-direction: column;
    display: none;
}

.qrCodeOverdue img {
    margin-bottom: 20px;
}

.footer {
    margin-top: 65px;
    font-size: 14px;
    text-align: center;
}

.btn {
    color: #2196f3;
    cursor: pointer;
    text-decoration: none;
}

.btn:hover {
    color: #207fcb;
    text-decoration: none;
}

.scanCodeAgain {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 136px;
    border-radius: 18px;
    border: none;
    color: #fff;
    background: #2196f3;
    margin-top: 55px;
    margin-bottom: 96px;
    cursor: pointer;
}

.scanCodeAgain:hover {
    background: #207fcb;
}