﻿
.background-top-page {
    height: 171px;
    flex-shrink: 0;
    background: var(--Primary-Blue, #004987);
}

.first-pane .c-form{
    padding:0 !important;
    margin:0 !important;
}

.rounded-light {
    display: flex;
    margin: auto;
    border-radius: 50% 50% 50% 50%;
    background: rgba(81, 159, 225, 0.37);
    filter: blur(100px);
    width: 342px;
    height: 171px;
    clip-path: inset(0px -150px 0px -150px);
}

    .box-informations i {
        flex: 1 0 0;
        color: var(--gray-700, #344054);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .box-informations button {
        display: flex;
        width: 190px;
        height: 42px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid var(--gray-500, #667085);
        color: var(--gray-700, #344054);
        text-align: center;
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }

.access-list i {
    flex: 1 0 0;
    color: var(--Secondary-Orange, #F38A3B);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-formation-box {
    gap: 16px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
}

    .user-formation-box .blue-box {
        width: 180px;
        height: 180px;
        gap: 4px;
        padding: 40px;
        background: var(--Blue-light, #E9F3FE);
        flex-shrink: 0;
    }