.rose-bg {
    background: var(--primary-color-light);
    width: 100%;
    position: absolute;
    min-height: 400px;
}

#password {
    min-height: 86.2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#password .modal-login {
    position: relative;
    width: 100%;
    max-width: 552px;
    max-height: 413px;
    padding: 38px 0;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 4px 25px 0px #5e2c3426;
    z-index: 3;
    background: var(--primary-color-light);
}

#password .modal-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#password .modal-login-container h2 {
    margin-bottom: 16px;
    text-align: center;
    color: #030303;
    width: 50%;
}

#password .input {
    width: 100%;
    padding: 12px 0 12px 40px;
    box-sizing: border-box;
    border: none;
    font-family: "Poppins Medium";
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
}

#password .form-group.mb-24 {
    margin-bottom: 24px;
}

#password .left-inner-addon {
    position: relative;
}

#password .left-inner-addon img {
    position: absolute;
    padding: 12px;
    pointer-events: none;
    z-index: 1;
    width: 20px;
    height: 20px;
}

#password .actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 241px;
    margin-bottom: 24px;
}

#password .actions .remember {
    display: flex;
    align-items: center;
    gap: 8px;
}

#password .actions .remember input::after {
    border-color: red;
}

#password .actions .forget-pass a {
    color: var(--primary-color);
    text-decoration: none;
    border-bottom: 1px solid var(--primary-color);
}

#password .button {
    max-width: 241px;
    width: 100%;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 16px 0;
    border-radius: 8px;
    text-align: center;
}

#password label {
    line-height: 150%;
}
