/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#logout-btn{
    background: none;       /* Remove the background */
    border: none;           /* Remove the border */
    padding: 0;             /* Remove any padding */
    margin: 0;              /* Remove any margin */
    cursor: pointer;        /* Change cursor to pointer on hover */
    font: inherit;          /* Inherit font properties from parent */
    color: inherit;          /* Change cursor to pointer on hover */
}

.password-toggle-wrapper {
    position: relative;
    width: 100%;
}

.password-toggle-wrapper .password-toggle-button {
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
    height: calc(100% - 2px);
    min-width: 58px;
    line-height: 1;
    border-radius: 0 4px 4px 0;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-wrapper .form-control {
    padding-right: 72px;
}
