:root {
    --color-background: #fff;
    --font-color: #616161;
    --font-family: 'TT Hoves Pro Trial Variable', sans-serif;
    --color-pre-dark: #27272A;
    --font-color-pre-dark: #313131;
    --disable-color: #C2C2C2;
    --border-color: #E4E4E4;
    --btn-color: #537BFB;
    --bs-accordion-btn-minus-active-icon:   url("../img/minus.svg");
    --bs-accordion-btn-inactive-icon: url("../img/plus.svg");
    --sidebar-background-color: linear-gradient(180deg, #527BFB 0%, #4D0EA5 100%);
    --logo: url("../img/logo.png")
}

.alert,.brand,.btn-simple,.h1,.h2,.h3,.h4,.h5,.h6,.navbar,.td-name,a,body,button.close,h1,h2,h3,h4,h5,h6,p,td{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    font-family:'TT Hoves Pro Trial Variable', sans-serif;
}
body,html{
    font-size:14px;
    color: var(--font-color)
}

.wrapper{

    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/main_bg_white.png');
}

.wrapper .centered-logo{
    height: 100vh;
    display: flex;
    align-items: center;
}
.wrapper .centered-logo .img-logo{
    width: 200px;
}
