* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding-left: 0;
}



a .link-inherit {
    color: inherit !important;
    text-decoration: none !important;
    -webkit-transition: all ease-in-out .3s !important;
    transition: all ease-in-out .3s !important;
}


.fm-group {
    margin-bottom: 1rem;
}

.fm-group label {
    font-size: 14px;
    color: gray;
    padding-bottom: 3px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #e70e0e;
}

.show-password-widget {
    display: inline-block;
    width: 100%;
    margin-top: 0.55rem;
    cursor: pointer;
}

.show-password-widget .show-password-widget-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 14px;
    column-gap: 0.75rem;
    cursor: pointer;
}


