#header , .title-privacy
{
    background: linear-gradient(90deg, #001240 32.66%, #A3195B 78.99%);
}

.join-network-section {
    position: relative;
    min-height: 100vh;
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px;
}

.join-network-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url('../images/background-join.png') no-repeat center center;
    background-size: contain;
    opacity: 0.1;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.form-wrapper {
    position: relative;
    z-index: 1;
    background:  #F6F6F6;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    max-width: 750px;
    margin: auto;
}

.form-title {
    color: #A3195B;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
}
.header-spacer
{
    min-height: 0 !important;
}

.form-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #333;
    margin-bottom: 30px;
}
.btn-outline-secondary
{
    padding: 14.6px 12px 16px 12px;
}
.btn-group .btn {
    font-size: 15.552px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.2px;
    padding: 1rem 1rem;
    height: 100%;
}

.btn-group .btn img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.btn-group-toggle .btn-check:checked + .btn {
    border-radius: 7px;
    border: 0.968px solid #E0E0E0;
    background: #A3195B;
    justify-content: center;
    gap: 3.2px;
    flex-shrink: 0;
    font-size: 15.552px;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    height: 100%;

}
.form-control
{
    border-radius: 7px;
    border: 0.968px solid #EAEAEA;
    background: #FFF;
    display: inline-flex;
    padding: 16px 0px 15px 19.36px;
    align-items: center;
    flex-shrink: 0;
}

.btn-submit {
    display: flex;
    width: 529px;
    padding: 14.5px 0px 15.5px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: linear-gradient(90deg, #001240 21.63%, #A3195B 100%);
    color: #fff;
}
.btn-check+.btn:hover {
    color: #000 !important;
}
.underline
{
    opacity: 1;
    margin-top: 10px;
}
.form-label
{
    color: #323232;
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.5px; /* 196.875% */
}
.btn-group input
{
    display: inline-flex;
    height: 55px;
    padding: 16px 35px 14.5px 25px;
    align-items: flex-start;
    gap: 1px;
    flex-shrink: 0;
    border-radius: 7px;
    border: 0.968px solid #EAEAEA;
    background: #FFF;
}

.join-network-section::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url('../images/background/background-join.png') no-repeat center center;
    background-size: contain;
    opacity: 0.5;
    z-index: 0;
}


@media (max-width: 768px) {
    .btn-submit
    {
        width: 100%;
    }
    header #navbar .navbar-nav li a
    {
        color: #fff;
    }
    .navbar-toggler
    {
        background-color: #fff;
    }
}