/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#loginform
{
	color: white; /* hide our text logo */
}

#public_nav
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-nav-btn-group
{
	width: 100%;
    text-align: center;
}
.public-nav-btn-group-safe-ip
{
	width: 100%;
    text-align: center;
}
.bmgr-nav-50pct
{
	min-width:50%;
}
.bmgr-nav-100pct
{
	min-width:100%;
}
.btn-qrkeg-clean-button
{
	min-width:100px;
	min-height:64px;
}

@keyframes success {
  from {background-color: red;}
  to {background-color: yellow;}
}