body {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url("/static/img/datacenter-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#393939;
  padding-top: 50px;
}

.bg-darker {
  background-color: #1a1b1b
}

.modal-content {
  background-color: #1a1b1bbb;
  border-radius: 8px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

a:link, a:visited {
  color: #E6e7e8;
}

a:hover, a:active {
  color: #2e2e2e;
}

.container ul {
  padding-left: 20px;
}

.index-page {
  color: #E6e7e8;
  max-width: 1000px;
  padding: 15px;
  padding-top: 100px;
  margin: 0 auto;
}

.form-signin {
  color: #E6e7e8;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-shadow: 2px 2px 8px #000000;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin input[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Button */
.btn {
  background-color: #2e2e2e;
  color: white;
  border: 0;
}

/* Red Button */
.redbtn {
  color: rgb(216, 54, 54);
}

/* Green Button */
.greenbtn {
  color: #4CAF50;
}

/* Blue Button */
.bluebtn {
  color: rgb(46, 119, 255);
}

/* Blue Button */
.mytelnetbtn {
  color: #00C694;
}

.mytelnetbtn:hover {
  background-color: #00C694;
  color: #000000;
  font-weight:bold;
}
