.inici-top-n30 {
    top: -30px !important;
}

.inici-space-top-2 {
    margin-top: -1.5rem !important;
}

.inici-btn-padding {
    padding: 5px 20px !important;
}

.inici-space-botton-2 {
    margin-bottom: 1.4rem !important;
}
.inici-space-botton-0 {
    margin-bottom: 0 !important;
}
.inici-space-botton-1 {
    margin-bottom: 0.25rem !important;
}

.inici-mb-1 {
    margin-bottom: 1rem !important;
}

.inici-space-top-1 {
    margin-top: 0.25rem !important;
}
.inici-space-top-05 {
    margin-top: 0.5rem !important;
}
.inici-space-top-n2 {
    margin-bottom: 0 !important;
    bottom: 0px !important;
}

.inici-icon1 {
    width: auto !important;
    height: 150px !important;
}

.inici-mr-12 {
    margin-right: 12rem !important;
}

/* ----- svg microsoft -------- */
.svg-microsoft {
    width: 25px;
    stroke: var(--rose-alpa) !important;
}
.svg-microsoft rect {
    fill: var(--rose-alpa) !important;
}

a:hover .svg-microsoft {
    stroke:var(--violet-alpa) !important;
}

a:hover .svg-microsoft rect {
    fill: var(--violet-alpa) !important;
}

/* ----- svg auth0 -------- */
.svg-auth0 {
    width: 25px;
    stroke: var(--rouge-alpa) !important;
}
.svg-auth0 rect {
    fill: var(--rouge-alpa) !important;
}

a:hover .svg-auth0 {
    stroke: var(--violet-alpa) !important;
}

a:hover .svg-auth0 rect {
    fill: var(--violet-alpa) !important;
}

.svg-auth0-path {
    fill: var(--violet-alpa) !important;
}

a:hover .svg-auth0-path {
    fill: var(--rose-alpa) !important;
}

/* .page-item.active
{
    background-color:  var(--violet-alpa) !important;;
} */

.page-item.active .page-link {
    background-color: var(--violet-alpa) !important;
}
 .page-link:hover{
    color: var(--violet-alpa) !important;
 }

input[type="submit"].register_ini {
    background: var(--rouge-alpa) !important;
    color: white !important;
    transition: all 0.2s ease-in-out !important;

}

input[type="submit"].register_ini:hover {
    background: var(--violet-alpa) !important;
    color: white !important;
}

.alert-info
{
    background:#e8423c39 !important;
}

.text-color
{
    color: #442e5e !important;
}
