
@import url('/css/form.css');

.index-logo {
    margin: 2em auto 2em;
    width: 8em;
    height: 8em;
    background-image: url('/images/logo.svg');
    background-size: 8em;
    background-repeat: no-repeat;
}

.form-login {
    margin: auto;
    width: 25em;
}
