#overrides .list-group-flush .list-group-item {

    border-right: 0;
    border-left: 0;
    border-radius: 0;

}
#overrides .list-group-item {

    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
        border-right-color: rgba(0, 0, 0, 0.125);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgba(0, 0, 0, 0.125);
        border-left-style: solid;
        border-left-width: 1px;

}
#overrides .list-group{
    margin: 0;
}

#overrides .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#resend-mail-success {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #0c0;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 3px;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
}