/*
 * Globals
 */
html,
body {
  height: 100%;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

input,
textarea,
button.outline {
  background-color: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

button.outline:hover {
  background-color: rgba(0,0,0,0.7) !important;
  border: 2px solid #fff !important;
}

.file:hover {
	text-decoration: underline;
}

.panel,
.panel-footer {
  background-color: rgba(0,0,0,0.5) !important;
  color: #fff !important;
}

.panel-heading {
  background-color: rgba(0,0,0,0.7) !important;
  color: #fff !important;
}

.cover {
	text-align: left;
  height: 50% !important;
}

.password-box {
	float: none;
    margin: 0 auto;
    text-align: center;
}