.simple-box-form > [ng-if="ctrl.state.showOAuthLogin"],
.simple-box-form > [ng-if="ctrl.state.showOAuthLogin && !ctrl.state.showStandardLogin"] {
	display: none;
}

[ng-if="!ctrl.state.loginInProgress"] {
	background: transparent !important;
	border: 0 !important;
}

[ng-if="!ctrl.state.loginInProgress"] .panel-body {
	background-color: transparent !important;
}

[ng-if="!ctrl.state.loginInProgress"] .simple-box-form > .form-group:first-of-type {
	margin: 0;
}
