.footerLogo {
    visibility: hidden;
}

.access-container-register {
    overflow-y: visible;
    display: unset;
}

.logoTag {
    visibility: hidden;
}


:root {
    --primary-color: #0353a4;
    --secondary-color: #000f50;
    --red-color: #ee2265;
    --yellow-color: #f47b33;
    --green-color: #15b881;
    --black-color: #13293d;
    --gray-color: #e1e4e8;
    --blue-color: #1799f4;
    --dark-blue-grey: #13293d;
    --azure: #1799f4;
    --pale-grey: #f7f8f9;
    --white-color: white;
}
