@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --font-title-logo: 'Raleway', sans-serif;
}

body, html {
    height: 100%;
}
.container-fluid.full-height {
    height: 100vh;
}
.left-panel {
    background: url('../Img/J.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}
.right-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form {
    width: 100%;
    max-width: 400px;
    padding: 20px;
}

.title-logo{
    font-family: var(--font-title-logo);
    font-weight: 800;
}