    #first{
        color: #0D0D0D;
        padding: 10px 15px 10px 45px;
        width: 100%;
        border-radius:20px;
        border:0;
        box-shadow: 0 0 20px rgba(192,203,251,0.7);
        outline: none;
        font-size: 16px;
    }
    
    #firstName, #lastName, #motherLastName, #email, #phone, #details{
        color: #0D0D0D;
        padding: 11px 15px 11px 45px;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 7px;
        box-sizing: border-box;
        box-shadow: 0 0 0 rgba(192,203,251,0.7);
        outline: none;
        font-size: 16px;
    }
    .input-wrapper{
    position:relative;
    margin-bottom:1px;
    }

.input-icon{
    position: absolute;
    width:30px;
    left:20px;
    top:50%;
    transform:translateY(-100%);
}