
.forgot-pass-signup{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(187, 185, 185);
    padding: 0 10px 10px;
}
.forgot-password a, .goto-signup a{
    font-size: 11px;
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--primary);
}
.device-info{
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 10px 10px 0;
}
.device-info label{
    font-size: 11px;
    font-family: var(--font-body);
    font-weight: 400;
    color: rgb(121, 120, 120);
}
.login-form-button button{
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
    background: var(--primary);
    border: none;
    outline: none;
    color: var(--text-white);
    border-radius: 5px;
}