.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.sync-logo {
	color: #0d6efd;
	font-size: 24px;
}
.navbar .sync-logo {
	font-size: inherit;
	margin-right: 5px;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.btn-group-xs > .btn, .btn-xs {
	padding: 0.25rem 0.4rem;
	font-size: 0.7rem;
	line-height: 0.8rem;
	border-radius: 0.2rem;
}


.title-row {
	margin-top: 30px;
	margin-bottom: 10px;
}


code.code {
	background: #f8f9fa;
	padding: 15px;
	margin: 10px 0;
	display: block;
	white-space: pre;
	overflow-x: scroll;
}