.sso-login-button{
    background: rgb(205, 0, 68);
    color: white;
}

.sso-login-button:hover{
    background: rgb(176, 2, 60);
    color: white;
}

.osm-signup-container .btn-primary:hover {
    background: rgb(176, 2, 60) !important;
    color: white !important;
    border-color: #0e0e0e;
}

.joomla-dialog-header {
    display: flex;
    justify-content: space-between;
}


.joomla-dialog-header h3 {
    font-size: 30px !important;
}

.button-close.btn-close::after {
    display: inline-block;
    content: "\00d7";
    color: rgba(121, 117, 89, 0.5);
}

.mod-breadcrumbs.breadcrumb.px-3.py-2 {
    display: none;
}

dialog {
    border: none;
}

dialog .sso-login-button.sppb-btn.sppb-btn-custom.sppb-btn-xlg.sppb-btn-block.sppb-btn-rounded{
    margin: 10px 0;
}


.joomla-dialog-container{
    padding: 1px 10px;
}


dialog .button-close.btn-close {
    background: none;
    border: none;
    scale: 3;
    padding: 0;
}

dialog .button-close.btn-close:hover, .login-dialog-btn:hover {
    cursor: pointer;
}

dialog .mod-login-logout__options.list-unstyled {
    margin: 18px 12px;
}
