{% load static %}
#main_container {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  background: url('/static/background.jpg') repeat fixed;
}

#hr1{
  width: 20%;
  display:inline-block;
  border-top: 2px solid #E53E3E;
}

#hr2{
  display:inline-block;
  width: 10%;
  border-top: 2px solid #9966ff;
}

.dimmer{
  position: absolute;
  top: 0;
  height: 100%;
  background: #21212180;
  width: 100%;
  z-index: 4;
  display: none;
}

.dimmer.visible{
  display: block;
}

.dimmer img{
  top: 50%;
  right: 50%;
  position: absolute;
}


.subtitle {
  margin-top: 80px;
}
.error_page .card {
  background: white;
}
#logout{
  height: 64px;
  width: 64px;
  background: #ababab;
  border-radius: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}
