.login { 
  text-align: left;
  position:absolute;
  top: 40%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
} 

#pass {
text-align: left;
font-weight:bold;
padding-left:2px;
}

#Password {
-webkit-text-security: disc;
}

#passwd {
  display: block;
  width: 100%;
  height: 34px;
  text-indent: 12px;
  border: inherit;
  border-color: #d2d6de;
}

body {
  /*margin:1cm;*/
  font-size: 12px;
}

/*.shiny-output-error {
  visibility: hidden;
}*/

thead tr td {
	/*padding: 2px; */
	font-size: 10px
}

/*.shiny-progress .bar {
background-color: #FF0000;
.opacity = 0.8;
}*/
/*.shiny-progress .progress {
height:7px;
}*/

#shiny-notification-panel {
    bottom: 300px;
    right: 400px;
    width: 500px;
}