.iziToast-inputs {
    width: 75%;
}

.center-eye {
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.icon-eye {
    padding: 0 10px;
    color: #000;
}

.btn-background {
    background-color: #7f4292;
    border: 1px solid #7f4292;
}

.btn-background:hover {
    background-color: #bbacd5;
    border: 1px solid #7f4292;
    color: #7f4292;
    font-size: 17px;
}

.btn-background:focus {
    background-color: #7f4292;
    border: 1px solid #7f4292;
}

.border-box:focus {
    border: 1px solid #7f4292;
}

.border-box:hover {
    border: 1px solid #7f4292;
    box-shadow: 0 0 0 1px #7f4292;
}

.color-1atv {
    color: #7f4292 !important;
    font-weight: bold !important;
}

.align-righ {
    text-align: right;
}
