@import url(default1.css);

* {
    box-sizing: border-box;
    /*    outline: solid 1px #ccc;*/
}

html {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background: url(../pages/Images/login_20240321.jpg) 50% 50% no-repeat;
    width: 100%;
    background-color: #DED0B5;
    background-size: cover;
}

.login-title {
    font-size: 21px;
    margin-bottom: 40px;
}

.login {
    min-height: 450px;
    margin: 0 auto;
    /* backdrop-filter: blur(5px); */
    background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .7) 100%);
    border-radius: 15px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.lable-account,
.lable-password {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(245, 245, 245, .6);
    color: #777777;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.lable-account:after,
.lable-password:after {
    background-color: #777777;
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 8px;
}

.linr-qrcode {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.linr-qrcode img {
    width: 45px;
}

/* modal style */
.modal-content {
    padding: 20px 20px;
    border-radius: 15px;
    text-align: left;
}

.modal-content ul {
    list-style-type: none;
    text-decoration: none;
}

button.close {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
}

@media (orientation: portrait) {
    body {
        background-image: url(../pages/Images/login3.jpg);
        background-size: cover;
    }
}
