.logo-banner {
    width: 100%;
    max-width: 350px;
}

.nc-connect-btn-rounded {
    border-radius: 6px;
}

.consent-logo {
    max-width: 100%;
    height: auto;
}

/* GIP Blue override for primary buttons */
.btn-primary {
    background-color: #47C8F5 !important;
    border-color: #47C8F5 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #2fb8e8 !important;
    border-color: #2fb8e8 !important;
    color: #fff !important;
}

/* Separator between local login and external login */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
    color: #999;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.separator span {
    padding: 0 0.75rem;
}

/* GIP logo sizing */
.gip-logo {
    max-width: 250px;
    width: 80%;
    height: auto;
}

/* Bordered sections for login form and NC Connect */
.formulaire form {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1.25rem;
    margin-bottom: 0;
}

.nc-connect-btn {
    border: 1px solid #ddd;
    border-radius: 6px;
}
