/**
 * override Entra styles that are brought in by "app"
 */
.intro, .tiny, #cancel, .verifying-modal {
	display: none; }
.entry-item, .attrEntry {
	margin: 0.1875rem 0;
	padding: 0.1875rem 0; }
input[type=text], input[type=email], input[type=password], .dropdown_single {
	padding: 0.375rem;
	width: 100%; }
.buttons {
	text-align: right; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #003399;
	border-color: #003399;
	color: #fff;
	padding: 0.25rem 1rem; }
#attributeList ul {
	margin-bottom: 0; }

/**
 * additional customizations
 */
.sw-background {
	background: #fefefe;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0; }
.sw-entra-header {
	width: 25rem;
	margin: auto;
	margin-top: 0;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem; }
.sw-panel {
	width: 25rem;
	background-color: #fafafa;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 1rem;
	border: 1px solid #ccc;
	display: table; }
.sw-panel li {
	list-style: none; }
.sw-panel ul {
	padding-left: 0; }
.sw-bottom-right {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 4px; }
.sw-right-link {
	text-align: right;
	margin-top:0.5rem; }
.sw-link-style {
	color: #1779ba;
	text-decoration: none;
	cursor: pointer; }
.sw-panel h4 {
	font-size: 1.5rem; }

.sw-password-wrapper {
	position: relative; }
.sw-password-wrapper .sw-toggle-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
	color: #6c757d; }
