body {
	background: #aaa;
}

#PINform input:focus,
#PINform select:focus,
#PINform textarea:focus,
#PINform button:focus {
	outline: none;
}
#PINform {
	background: #3c8c8c;
	position: absolute;
	width: 300px; height: 420px;
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -215px;
	padding: 20px 30px;
      -webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
         -moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
              box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
}

#PINform img {
	height: 35px;
	width: 301px;
	opacity: .5;
	margin-top: 5px;
}


#config1 input {
	width: 400px;
	text-align: left;
	display: inline-block;
	font-size: 1.5em;
}
#config1 label {
	width: 50px;
	display: inline-block;
	margin-right: 10px;
}

#config2 label {
	display: inline-block;
	margin-right: 10px;
}

#PINbox {
	background: #ededed;
	margin: 3.5%;
	margin-bottom: 20px;
	width: 92%;
	font-size: 3em;
	text-align: center;
	border: 1px solid #d5d5d5;
}
.PINbutton {
	background: #ededed;
	color: #7e7e7e;
	border: none;
	/*background: linear-gradient(to bottom, #fafafa, #eaeaea);
      -webkit-box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);
         -moz-box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);
              box-shadow: 0px 2px 2px -0px rgba(0,0,0,0.3);*/
	border-radius: 50%;
	font-size: 1.5em;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 7px 19px;
	padding: 0;
}
.clear, .enter {
	font-size: 1em;
}
.PINbutton:hover {
 	box-shadow: #506CE8 0 0 1px 1px;
}
.PINbutton:active {
 	background: #506CE8;
	color: #fff;
}
.clear:hover {
 	box-shadow: #ff3c41 0 0 1px 1px;
}
.clear:active {
 	background: #ff3c41;
	color: #fff;
}
.enter:hover {
 	box-shadow: #47cf73 0 0 1px 1px;
}
.enter:active {
 	background: #47cf73;
	color: #fff;
}
.shadow{
      -webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
         -moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
              box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
}


#Busy {
    margin-top: -74px;
    text-align: center;
    width: 83%;
    height: 50px;
	display: none;
	position: absolute;
	
}

.hidden { display: none; }
.showing { display: block !important; }

#loggedout {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	margin-top: 50px;
}
#loggedout h2 {
	font-size: 32px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
#loggedout button {
	color: #fff;
	background-color: #007bff;
	border: 1px solid #007bff;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 16px;
}