.fa-lock {
    position: absolute;
    top: 15px;
    left: 10px;
    cursor: pointer;
    color: #70747C
}

.fa-user {
    position: absolute;
    top: 14px;
    left: 9px;
    cursor: pointer;
    color: #70747C
}

.fa-envelope {
    position: absolute;
    top: 15px;
    left: 7px;
    cursor: pointer;
    color: #70747C;
    font-size: 14px
}

.fa-eye-slash {
    position: absolute;
    top: 15px;
    right: 9px;
    cursor: pointer;
    color: #70747C
}

.fa-eye {
    position: absolute;
    top: 15px;
    right: 9px;
    cursor: pointer;
    color: #70747C
}
