body {
    /* font-family: Arial, sans-serif; */
    /* background-color: #f5f5f5; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 100vh; */
    /* margin: 0; */
}

.login-container {
    border: 1px solid #ddd;
    /* background-color: #f6f6f6; */
    padding: 20px;
    /* border-radius: 8px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 360px;
    height: 260px;
}
.login-container10 {
    border: 1px solid #ddd;
    /* background-color: #f6f6f6; */
    padding: 20px;
    /* border-radius: 8px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 395px;
    height: 415px;
    margin-top: 44px;
}

.login-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab-btn {
    width: 48%;
    padding: 10px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.tab-btn:hover {
    background-color: #e0e0e0;
}

.login-form {
    display: flex;
    flex-direction: column;
}

.login-form h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.login-form input {
    margin-bottom: 15px;
    width: 300px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
}
.login-form input:focus {
    outline: none;
    border: 1px solid #ccc;
}
.hidden {
    display: none;
}
.mobileButton{
    padding: 10px;  width: 35px; height: 40.5px; background-color: #f3f3f3; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; border-right: 0px solid #ccc;border-radius: 0px;
}
.remember{
    color: #333; font-size: 12px;
}
.rememberWidth{
    width: 30px !important; 
}
.rememberA{
    margin-left: 210px; color: #666666; font-size: 12px; text-decoration: none;
}
.rememberA:hover{
    color: #d70000;
}
.logngFlex{
    display: flex;
}
.rememberButton{
    width: 160px; height: 40px; background-color: #ed5736; border: none; color: #fff; border-radius: 4px; font-size: 18px; cursor: pointer;
}
.rememberButton1{
    width: 160px; height: 40px; background-color: #ffd04d; border: none; color: #fff; border-radius: 4px; font-size: 18px; margin-left: 40px; cursor: pointer;
}
.rememberMargin{
    margin-top: 0px;margin-left: 210px; color: #333; font-size: 12px;
}
.rememberMargina{
    margin-left: 10px; color: #666666; text-decoration: none;
}
.rememberMargina:hover{
    color: #d70000;
}
.rememberButton2{
    width: 120px; height: 40.5px; margin-left: 10px; background-color: #50a240; border: none;  color: #fff; border-radius: 4px;
} 
.bottonDiv {
    width: 100%; height: 125px; background-color: #f6f6f6; border-top: 1px solid #e6e6e6 ; margin-top: 40px; bottom: 0;
     /* position: fixed; */
}

#message.error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #ffd04d;
    width: 200px;
    border-radius: 4px;
    color: #fff;
    /* padding-left: 20px;  */
    position: relative; /* 允许使用绝对定位的子元素 */
    background-repeat: no-repeat;
    background-position: left center; /* 图标位置 */
    background-size: 20px 20px; /* 根据图标大小调整 */
}
#message.success {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #50a240;
    width: 200px;
    border-radius: 4px;
    color: #fff;
    /* padding-left: 20px;  */
    position: relative; /* 允许使用绝对定位的子元素 */
    background-repeat: no-repeat;
    background-position: left center; /* 图标位置 */
    background-size: 20px 20px; /* 根据图标大小调整 */
}

#message.error::before {
    content: '';
    display: block;
    width: 24px; /* 图标宽度 */
    height: 24px; /* 图标高度 */
    position: absolute;
    left: 10px; /* 根据需要调整 */
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/_style/images/ts.png'); /* 图标路径 */
}
.toggle-tips{
margin-bottom: 16px;
    display: flex;
    color: #899099;
    align-items: center;
    margin-top: 15px;
}
.text-secondary{
width: 124px;
    border: 0.5px solid #899099;
}
.text-secondary_mx16{
    padding: 0px 10px;
}

