@import url('https://fonts.googleapis.com/css2?family=Fascinate&family=Poppins:wght@100&display=swap');


.primary_text {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;

}

.secondary_text {
    font-family: 'Roboto Flex', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

}

.link_text {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: blue;

}

.create_account_button {
    box-sizing: border-box;
    padding: 8px 14px;
    border: 1px solid #D9D9DA;
    border-radius: 6px;
    background: #FFFFFF;
    color: black;
}

.connect_account_button {
    box-sizing: border-box;
    padding: 8px 14px;
    border: 1px solid #D9D9DA;
    border-radius: 6px;
    background: black;
    color: white;

}

.main_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 10px 30px 20px 30px;
    background-color: white;
    margin-left: -20px;
    margin-top: 10px;
}

.left_panel {
    width: 50%;
    max-width: 50%;
    padding-left: 50px;

}

.right_panel {
    width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 100px;
}

.contlo_connect_page_button_container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contlo_button_container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.link_button {
    padding: 0
}


.contlo_connected_page_main_container {
    margin-top: 50px;
}