/*akeeba social login*/
.com-users-login__submit.control-group .akeeba-sociallogin-link-button-j4 {
    background-color: transparent!important;
    color: #ffffff!important;
    line-height:2;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-color:#fff;
}

.com-users-login__submit.control-group .akeeba-sociallogin-link-button-j4:hover {
    background-color: #f1f1f1!important;
    color:#000 !important;
}

/*register page login*/
.form-login__submit.form-group {
    margin-bottom: 10px;
}

.form-login__submit.form-group .akeeba-sociallogin-link-button-j4 {
    background-color: transparent!important;
    color: #ffffff !important;
    line-height:2;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.form-login__submit.form-group .akeeba-sociallogin-link-button-j4:hover {
    background-color: #f1f1f1!important;
    color:#000 !important;
}

.view-login .list-group {
    --bs-list-group-color: #c7b285;
    --bs-list-group-bg: transparent;
    --bs-list-group-item-padding-x: 0;
    align-items: center;
}
.view-login .list-group a:hover{
    color:#fff;
}

.logout .controls {
    margin: 0;
    text-align: center;
}

joomla-alert[type=success] {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    top: 25vh;
    height: 40px;
}