@font-face {
    font-family: 'PoppinsLight';
    src: url('fonts/Poppins-Light.woff2') format('woff2');
    font-weight: lighter;
    font-style: normal;
}
body {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(to bottom, #87CEEB, #B0E2FF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.logo {
    width: 200px;
    height: auto;
}

.subtitle {
    font-family: 'PoppinsLight', sans-serif;
    text-align: center;
    font-size: 1em;
    margin: 0.25em;
    line-height: 1.25em;
}
.micro-subtitle {
    font-family: 'PoppinsLight', sans-serif;
    text-align: center;
    font-size: 0.75em;
    margin: 0;
    line-height: 1em;
}
.title-login, .title-password {
    font-family: 'PoppinsLight', sans-serif;
    text-align: center;
    font-size: 1em;
    margin: 0;
    line-height: 1em;
}
.form-login {
    text-align: center;
}
.button-conecte-se, .button-user {
    margin-top: 0.5em;
}
