body {
    background-color: #f5f5f5;
}

.body-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.body-container .qrcode-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 6px #eaeaea;
    padding: 20px 0 40px 0;
    width: 320px;
    flex-direction: column;
    background-color: white;
}

.body-container .qrcode-container .barcode {
    width: 135px;
    height: 135px;
}

.body-container .qrcode-container .title {
    margin: 5px 0 25px 0;
    font-size: 18px;
}

.body-container .qrcode-header {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    min-height: 65px;
}

.body-container .header {
    background-color: #ffcc00;
    border-bottom: solid 10px #D40511;
    height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.body-container .main-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 80px 0 100px 0;
    flex: 1;
    background: url('../images/login_bottom.png') no-repeat bottom;
    background-size: contain;
}