.login-page-input {
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
}

.login-input-img {
    width: 20px;
    height: 20px;
}

.login-input-input {
    flex: 1;
    margin-left: 10px;
    border: 0px;
    background-color: #f5f5f5;
}

.login-page-title {
    font-size: 28px;
    font-weight: bold;
    color: #1e78eb;
    margin: 0px 20px;
    text-align: center;
}

.login-page-content {
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.login-page-operate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    width: 100%;
    color: #333;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    padding: 20px;
}

.login-main-table {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20%, -30%);
    width: 500px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.login-main-table-height-400 {
    height: 400px;
}

.login-main-table-height-440 {
    height: 440px;
}

.login-main-table-height-540 {
    height: 540px;
}

.login-main-table-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 20px 20px 0px 20px;
    font-size: 16px;
}

.login-main-table-img {
    object-fit: 100%;
    width: 55%;
    height: 100%;
}

.login-main-button {
    padding: 0% !important;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(#1e78eb11, #1e78eb) !important;
    color: white;
}

.color-red {
    color: #1e78eb;
}

.login-success-toast {
    position: fixed;
    top: 10%;
    left: 40%;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    z-index: 3000;
    font-size: 22px;
    color: rgb(14,100,2);
    display: none;
}