/* Panel */
.cmd-logout{
	padding: 10px;
	border: none;
	width:100px;
	border-radius: 3px;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	opacity: 1;
	animation: input_opacity 0.8s cubic-bezier(.55, 0, .1, 1);
	transition: background 0.2s ease-in-out;
}


.cmd-logout:hover { 
  background: rgba(255, 255, 255, 0.3);
}