.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title {
    margin: 0;
    display: inline;
    background: linear-gradient(to top, yellow 40%, transparent 40%);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.buttons button {
    margin-left: 10px;
}

.password-wrapper {
    position: relative;
    display: inline-block;
}

#password {
    padding-right: 30px;
}

.eye-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

.button-wrapper {
    text-align: right;
    margin-top: 20px;
}

.lj-btn {
    background-color: rgba(78, 78, 236, 0.485);
    margin-top: 20px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.tpw-btn {
    background-color: rgba(134, 134, 134, 0.485);
    margin-top: 20px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}