.center{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 50%; */
    padding: 20px;
    /* background: red; */
    color: white;
    text-align: center;
}


.speaker {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 99999999;
}
.speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}
.speaker span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}
.speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}
#PINform input:focus,
#PINform select:focus,
#PINform textarea:focus,
#PINform button:focus {
	outline: none;
}
#PINform {
	position: relative;
	width: 613px;
	height: 400px;
	/* left: 41%; */
	margin: 0 auto;
	/* margin-left: -180px; */
	top: -142px;
	/* margin-top: -215px; */
	padding: 30px;
}
#PINbox {
	background: #ededed;
	margin: 3.5%;
	width: 92%;
	font-size: 4em;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-top: 120px !important;
}
.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: 55px;
	height: 55px;
	margin: 2PX;
	padding: 0;
	color: transparent;
}
.clear, .enter {
	font-size: 1em;
}
/*.ovr:hover {
 	box-shadow: #506CE8 0 0 1px 1px;
	background: rgba(80, 108, 232, 0.2);
 	color: #fff;
}
.PINbutton:hover {
 	background: rgba(80, 108, 232, 0.2);
 	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);
}

















.divbtnbdy{
	    margin: 0 auto;
	    width: auto;
	    top: -32px;
	    left: 96px;
	    position: relative;
}
#PINcode{
	 top: 210px;
    position: relative;
}
   
#PINbox {
    font-family: 'American Typewriter'!important;
    font-weight: normal;
    font-size: 18px;
    color: black;
    margin: 0px auto;
    background: none;
    border: 0;
    text-align: left;
    width: 580px;
    height: 100px;
    overflow: hidden !important;
}


	
	
	.PINbutton {
    background: #ededed;
    color: #7e7e7e;
    border: none;
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 2PX;
    padding: 0;
}
	
	

	.typeW{
		cursor: pointer;
	}
	
	.headingD{
	font-size: 25px;color: black;line-height: 37px;
	}
	
	@media (min-width: 320px) and (max-width: 480px) {
		#PINbox {
        padding: 5px;
        width: 100% !important;
        height: 137px;
        top: 0;
        /* padding-right: 85px; */
        margin-top: 85px !important;
  }
		
		#PINbox p{
			font-size: 15px !important;
			padding-left: 26px !important;
		}
#PINbox h3{
			font-size: 24px !important;
			line-height: 32px !important;
			padding-left: 7px;
		}
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation : landscape){
svg {
    margin-top: 13px !important;
    /* width: 40% !important; */
    max-width: 100%;
    height: auto!important;
  }
		
		#Layer_1{
			margin-top: 0px !important;
    width: 40% !important;
    max-width: 100%;
    height: auto!important;
		}
	#PINbox {
    font-family: 'American Typewriter'!important;
    font-weight: normal;
    font-size: 13px;
    color: black;
    /* text-align: center !important; */
    margin: 0px auto;
    background: none;
    border: 0;
    text-align: left;
    width: calc(100% - 55%);
    /* top: 60px; */
    margin-top: 4% !important;
    height: 78px;
 }
#PINbox p{
			font-size: 10px !important;
			padding-left: 26px !important;
		}
#PINbox h3{
			font-size: 13px !important;
			line-height: 15px !important;
		}
}