﻿:root {
    --panel-bg: #2f49d1; /* Define a custom property */
}

.bg-panel-left {
    background-color: var(--panel-bg);
    color: #ccc;
}

.form-check-input, form-check-input {
    background-color: #d6d7e3;
}

.sign-up__link {
    color: #2f49d1; 
    text-decoration: none; 
}

    .sign-up__link:visited,
    .sign-up__link:active {
        color: #2f49d1;
    }

    .sign-up__link:hover {
        color: #2343ea;
        font-weight: bold;
    }


#bg-panel-logo {
    width: 50%;
    height: 50%;
}
