﻿/* Dit is een stylesheet voor de AxyTemplate setup. Bedoeld als basis inrichting voor het deelnemerssportaal. */
@import url('../../AxyWare/Presets/AxyFlatTables.css');

body {
    background: none;
}

.logo {
    max-height: 7em;
    margin: 2em 0 1em 0;
}

/* login widget */
.axy-container-login input {
    width: 61%;
}

/*.axy-container-login .button-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}*/

.container-loginstatus {
    padding-right: 1em;
}
