/* Main Content */

.background{
  background-image: url("/img/bg.png");
  background-size: cover;
}

.body {
  margin-bottom: 70px;
}

.btn {
  margin-top: 10px;
}

.btn-outline-secondary{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover{
    background-color: #6c757d;
    border-color: #6c757d;
}

.container {
  height: auto !important;
  height: 100%;
  max-width: 960px;
  min-height: 100%;
}

.cookie-warning{
  margin-top: 5px;
  font-size: 8pt;
}

.form-signin{
  max-width: 300px;
  margin: 30px auto;
}

.form-top{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-bottom{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.informed-consent{
  margin-top: 20px;
}

html{
  position: relative;
  min-height: 100%;
}

img{
    max-width: 100vh;
    max-height: 100%;
    height: auto;
}

label{
  padding-top: 10px;
  margin-top: 10px;
}

button{
  margin-top: 50px;
  background-color: green;
}

progress {
  height: 20px;
  margin-bottom: 50px;
}

#instructions-heading{
  margin-left: 30%;
  margin-right: 30%;
}

#instructions{
  margin-left: 30%;
  margin-right: 30%;
}

#video-input{
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block
}

#progress-text{
  margin-top: 50px;
}

.container-fluid{
  padding-left: 20%;
  padding-right: 20%;
}

/* Footer */

.footer {
  background-color: #4c5270;
  bottom: 0;
  height: 70px;
  line-height: 0.5;
  position: absolute;
	text-align: center;
	width: 100%;
}

.footer p {
	padding-top: 25px;
	font-size: 12px;
  color: #fff;
}
