.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none;
  background-color: #b51a1a;
  border: 1px solid #b51a1a;
}

@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');


html,
body {
  height: 100%;
  background-color: #363b3f;
  background-image: url(../account-abgelaufen.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Droid Sans', sans-serif;
  
}
@media (max-width: 767px) {
    body {
    background-image: none;
    }
}
    
body {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,1.0);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.7);
          box-shadow: inset 0 0 100px rgba(0,0,0,.7);
}
/*
 * Cover
 */

.cover {
  padding: 60px 30px 0px 0px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

@media (max-width: 767px){
    .cover {
        text-align: center;
        padding: 20px 0px 0px 0px;
        
    }
}

@media (max-width: 767px){
    .cover > img {
        margin: auto;
        padding: 20px 0px 0px 0px;
    }
}


.footer {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 10px;
    padding: 10px 0px;
    height: 60px;
    width: 100%;
    text-align: left;
}

.footer p {
    border-top: 1px solid #edf0f2;
}

@media (min-width: 767px){
  .footer {
    position: absolute;
    bottom: 0px;
}
}

a {
    color: #aa0000;
    text-decoration: none;
}

a:hover {
    color: #5e0000;
    text-decoration: underline;
}

a:hover, a:active {
    outline: 0;
}