.sid-float {
	display: none;
	position: absolute;
	width: 40rem;
	min-height: 12rem;
	height: auto;
	padding: 1rem;
	padding-bottom: 4rem;
	background-color: white;
	left: calc(50vw - 20rem);
	top: calc(50vh - 10rem);
	border-radius: 0.25rem;
	z-index: 99999;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sid-body {
	position: relative;
	width: calc(100% - 2rem);
	height: calc(100% - 4rem);
	left: 1rem;
	top: 2.5rem;
}

.sid-fader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99998;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.sid-close {
	position: absolute;
	top: 0.25rem;
	right: 1rem;
	font-size: 2rem;
	cursor: pointer;
}

.sid-code {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

.sid-input.danger {
  border-color:red;
	border-width: 2px;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.sid-code .huge {
	font-size: 3rem;
}
