.navbar-header {
	padding: 20px 0;
	float: none;
}

.navbar-header .navbar-brand {
	float: right;
}

.navbar-header .title {
	float: left;
	color: white;
}

.actions {
	text-align: center;
}

/*
[ui-view] {
	transition-delay: 100ms;
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(.23,1,.32,1);
	transition-property: all;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
*/

#enroll {
	transition-delay: 100ms;
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(.23,1,.32,1);
	transition-property: all;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
}

.navbar {
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}

.title {
	color: #666666 !important;
}

.panel a {
	font-weight: bold !important;
}

[ui-view].ng-leave #enroll {
	z-index: -1;
	opacity: 0;
}

#register {
	transition-delay: 100ms;
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(.23,1,.32,1);
	transition-property: all;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
	transform: scale(1.0);
}

[ui-view].ng-enter #register {
	z-index: -1;
	opacity: 0;
	transform: scale(0.9);
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

img.security-key {
	margin-top: 15px;
	width: 100%;
}

img.otp {
	width: 100%;
}

.qrcode {
	margin-left: calc(50% - 100px);
}

.device-icon {
    font-size: 5em !important;
		color: #5ca616 !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}
