.slide-iframe {
	position: absolute;
	top: 71px;
	left: 0;
	right: 0;
	bottom: 71px;
	width: 100%;
	height: calc(100% - 71px);
}

.button.actionButton.account-button {
	width: auto;
	border-radius: 25px 0 0 25px;
}

.button.actionButton.logout-button {
	border-radius: 0 25px 25px 0;
	padding: 12px 12px 12px 8px;
	width: 38px;
	margin-left: 1px;
}

.button.actionButton.login-button {
	width: 100px;
	border-radius: 28px;
}

.username {
	margin-left: 5px;
}

.alert-danger {
	text-align: center;
	color: #d00;
	width: 100%;
	margin-top: 20px;
}

.important_field {
	display: none;
}
