code {
    background: lightgray;
    color: black !important;
    border-radius: 4px;
    padding: 3px;
    margin-bottom: 0;
}

.icon-input-btn{
    display: inline-block;
    position: relative;
    padding-right: 0.25em;
}

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

.fa-eye:hover, .fa-eye-slash:hover {
    cursor: pointer;
}

#confirmPasswordVisibilityButton {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

#account_form_submit:disabled {
    background-color: lightgrey !important;
    color: #1a1d20 !important;
}