.loginborder {
	display: flex;
	border-color: #ced4da;
    border-width: thin;
    border-style: solid;
    border-radius: .5rem;
    background: white;
}

.logincontainer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

body {
	background: linear-gradient(black, transparent), linear-gradient(to top left, blueviolet, transparent), linear-gradient(to top right, blue, transparent);
	background-blend-mode: difference;
}

.ui-tabmenu-nav {
	overflow-x: auto !important;
}

.tabs {
	display: grid !important;
	justify-items: center !important;
}

li:focus {
  box-shadow: none !important;
}

.ui-panelgrid-cell {
	padding-top: .5rem !important;
}