body {
	background-color: #5A7EDC;
	color: white;
	font-family: arial;
}

.login-window {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.user {
    margin-bottom: 20px;
    display: table;
}
.user a {
    display: flex;
    align-items: center;
}
.user img {
	height: 64px;
	width: 64px;
	border: 4px solid white;
	border-radius: 8px;
}
.user span {
    font-size: 1.3em;
    margin-left: 25px;
}
a, a:link, a:visited, a:hover, a:active {
	color: white;
	text-decoration: none;
}
