
.form-control {
    padding: 21px 15px !important;
}

.footer-04 .form-control {
    padding: 14px 15px !important;
}

.register-container {
    max-width: 100% !important;
}

.form-group {
    position: relative;
}

.toggle-button {
    position: absolute;
    top: 50%;
    right: 12px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eye-icon {
    width: 20px;
    height: 20px;
    color: #888;
}

.text-left {
    text-align: left !important;
    font-size: 15px;
}

@media (max-width: 480px) {
    .eye-icon {
        width: 1rem;
        height: 1rem;
    }
}
