.msweb-sso-auth-modal-root .modal-small,
.msweb-sso-auth-modal-root .modal-body {
  overflow: hidden;
}

.msweb-sso-auth-modal-root .modal-body {
  display: flex;
  flex-direction: column;
}

.msweb-sso-auth-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.msweb-sso-auth-modal__frame {
	display: block;
	width: 100%;
	flex: 1;
	min-height: 560px;
	border: 0;
}

.msweb-sso-auth-modal__error {
  flex-shrink: 0;
  margin: 0;
  padding: 8px 16px;
  color: #a13333;
  font-size: 13px;
  line-height: 1.4;
}

.msweb-sso-auth-modal__error:empty {
	display: none;
}

@media (max-width: 720px) {
	.msweb-sso-auth-modal-root {
		align-items: stretch;
		justify-content: flex-start;
	}

	.msweb-sso-auth-modal-root .modal-full {
		width: 100vw;
		height: 100dvh;
		max-width: 100vw;
		max-height: 100dvh;
	}

	.msweb-sso-auth-modal__frame {
		min-height: 0;
	}
}
