.device-view-gauge {
  position: relative;
  display: inline-block;
}
h3 {
  text-align: center;
}

.login-bar-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  height: 44px;
  
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.login-bar {
  position: relative;
  background-color: #5f5f5f;
  color: #f1f1f1;
  font-size: 17px;
  float: left!important;
  width: 100%;
  display: block;
  text-align: right;
  padding-left:5px;
  padding-top: 5px;
  padding-bottom:5px;
  padding-right: 5px;
  height:34px;
}

* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  align-items: right;
}
.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background-color: #A0A0A0;
  color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  border: 1px solid #dee0e4;
  width: 150px;
}
.login form input[type="button"] {
  background-color: #A0A0A0;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.login form input[type="button"]:hover {
background-color: #404040;
  transition: background-color 0.2s;
}

.gauge {
  width: 250px;
  align-content: center;
  text-align: center;
  display: inline-block;
}

.main-top {
  position: relative;
  display: inline-block;
  margin-left:0;
  margin-right:0;
  padding-top:44px;
  width: 100%;
  overflow: visible;
}
.flexbox {
  display: flexbox;
  text-align: center;
}
.flexbox-wrap {
  display: flexbox;
  flex-wrap: wrap;
}
.flex {
  display: flex;
  justify-content: center;
  display: inline-block;
  float: none;
}

.main {
  position: relative;
  display: block;
  width: 100%;
}

.bottomright {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #5f5f5f;
  color: #f1f1f1;
  font-size: 10px;
  /*width: 100px;*/
  display: block;
  text-align: right;
  padding: 2px;
}