* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
.container {
    height: 100%;
}
.login-wrapper {
    background-color: bisque;
    width: 358px;
    height: 500px;
    border-radius: 15px;
    padding: 0 50px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 150px;
}
.input-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid rgb(128,125,125);
    font-size: 15px;
    outline: none;
}
.input-item::placeholder {
    text-transform: uppercase;
}
.btn {
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 40px;
    background-image: linear-gradient(to right,#a6c1ee, #fbc2eb);
    color: #fff;
}
.msg {
    text-align: center;
    line-height: 88px;
}
a {
    text-decoration-line: none;
    color: #abc1ee;
}
.young-footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}
/* .thing>div:nth-child(2) {
    background-color: #d8ff84;
} */
/* footer */
.footer {
    margin-top: 5rem;
    font-size: 0.8rem;
    color: #819198;
    text-align: center;
    line-height: 2;
}
.footer div p {
    font-size: 0.9rem;
    font-weight: bold;
}
/* 深色模式 */
/* 深色模式下，图层必须要覆盖全局所有，尽量大即可 */
.darkmode-layer,
.darkmode-toggle {
z-index: 10000;
}
/* 拖动深色模式小部件后不移动深色背景 */
.darkmode-layer--expanded {
top: 0!important;
left: 0!important;
}
