.input-box {
    display: flex;
    align-items: center;
    background: #eee;
    border-radius: 8px;
    padding: 0 10px;
    margin: 20px 0;

}

.input-box i {
    font-size: 20px;
    color: #888;
}

.input-box input {
    flex: 1;
    padding: 13px 10px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0 !important;
}



.input-box input::placeholder {
    color: #888;
    font-weight: 400;
}

.input-box .toggle-password {
    margin-left: auto;
    cursor:pointer;
}