.loading {
    width: 30px;
}

.badge-eltres {
    color: #fff;
    background-color: #66c1c3;
}

button:disabled {
    cursor: not-allowed;
}

a[aria-disabled="true"] {
    pointer-events: auto!important;
    cursor: not-allowed;
}

.password-strength-bar {
    width: 20%;
    height: 10px;
    margin-right: 2px;
    background-color: #ebedef;
}