.icon-input {
    position: relative;
}

/* Adjust the padding to leave space for the icon */
.icon-input input {
    padding-left: 50px; /* Adjust as needed */
}



.icon-input2 {
    position: relative;
}

.icon {
    position: absolute;
    left: 10px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
}

.icon img {
    width: 30px; /* Adjust the width of the image */
    height: auto; /* Maintain the aspect ratio of the image */
}

/* Adjust the padding to leave space for the icon */
.icon-input2 input {
    padding-left: 50px; /* Adjust as needed */
}

.login-rounded {
    border-radius: 50px;
    height: 50px
}