.ptcm-page {
  background: url("../../images/bg3.jpg");
}

.ptcm-login {
  display: inline-block;
  width: 26%;
  z-index: 500;
  position: relative;
  background: #fff;
  border: solid 6px;
  border-radius: 4px;
  text-align: center;
  left: 37%;
  top: 25vh;
}
.ptcm-login label {
  font-weight: bold;
  text-align: left;
}
.ptcm-login input {
  margin-bottom: 8px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px;
}
.ptcm-login button {
  margin-top: 10px;
  background: gray;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer;
  width: 150px;
  text-align: center;
  margin-bottom: 18px;
}
.ptcm-login .warning {
	color: red;
}
.ptcm-dashboard {
  background: white;
  opacity: 0.95;
  padding: 4px 1% 1%;
  min-height: 95vh;
  border-radius: 5px;
}
.file-list {
  margin-left: 16px;
}