@media (min-width: 750px) {

	#coreClientParent{
		overflow: hidden;
		border: 0px;
		border-color: white;
		border-radius: 30px;
	}
}

@media (max-width: 749px) {

	html,
	body,
	#frame,
	.frame,
	#criipto_react_root,
	#coreClientParent,
	#mitId {
		box-shadow: none !important;
		background: #fff !important;
		background-color: #fff !important;
		border: 0 !important;
	}

	.mitid-checkbox_user-id {
		margin-top: auto !important;
		margin-bottom: 2rem !important;
	}
}

#mitId {
	border: 0px;
	border-color: white;
}



.broker.broker-mitid .mitid-border {
		border: 0px;
		border-color: white;
}

#headline {
	opacity: 0;
}

#footer{
	display:none;
}

.mitid-core-footer__nav,
.mitid-core-close,
.mitid-core-help,
.mitid-link,
.mitid-core-text-button {
	display: none !important;
}

.mitid-login-divider--bottom {
	display: none !important;
}

html,
body {
	touch-action: pan-x pan-y !important;
	-ms-touch-action: pan-x pan-y !important;
}

#description.default-hidden.desktop-show ~ div {
	display: none;
}

div:has(> header > h2 > span.lang-da > span.text) {
  border-radius: 30px;
  padding: 30px;
}