
:root{
  --main-color: #000;
  --color-dark: #1d2231;
  --text-grey: #8390a2;
  --btSuccess: #000;
  --btSucColor:#fff;
  --baseBG:#0f0f1a;
  touch-action: pan-x pan-y;
}
body{
  height: 100%;
  font-family: 'Poppins', sans-serif;
}
.main-content{
  display: table;
  height: 100%;
  margin:10% auto;
}

.content {
 width: 500px;
 display: table-cell;
 height: 100%;
 margin: 0 auto;
 vertical-align: middle;
 border-radius: 10px;
 box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
.mypanel-head{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color:#fff;
  font-size: 300;
  background-color: var(--main-color);
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
}
.mypanel-piep{
 
  color:#fff;
  font-size: 200;
  background-color: var(--main-color);
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0,0.2);
  text-align: center;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
}



.center{
  display: table;
   width: 100%;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: var(--btSuccess);
  color: white;
  border-radius: 10px;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 25%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
 
}

img.avatar {
  width: 50px;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}
.text-center{
  text-align: center;
}

.digit-group >
	input {
    width: 60px;
		height: 60px;
    font-size: 24px;
    
  }



