body {
  background: #eee;
}
body div a {
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
}
body div a:hover {
  color: inherit;
  text-decoration: none;
}
body .logo {
  width: 80%;
  margin: 0 auto;
}
body h2.error {
  font-weight: 500;
  font-size: 90px;
  margin: 0 ;
  padding: 0;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
body h3.error {
  color: rgba(255, 255, 255, 0.4);
}
body h3.error-top {
  color: rgba(255, 255, 255, 0.4);
  font-size: 30px;
}
body .cover {
  width: 100%;
  height: 100vh;
  background: url('../../../img/error_pages/shutterstock_296112011.jpg');
  background-size: cover;
  color: white;
}
body .cover-alert {
  width: 100%;
  height: 100vh;
  background: url('../../../img/error_pages/shutterstock_329983853.jpg');
  background-size: cover;
}
body .cover-unregister {
  width: 100%;
  height: 100vh;
  background: url('../../../img/error_pages/shutterstock_341389661.jpg');
  background-size: cover;
}
body .cover-new img {
  opacity: 0.3;
  padding-left: 20px;
  margin: 0 auto;
}
body .cover-new {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
body .height-resize {
  padding-top: 15%;
}
@media (max-width: 480px) {
  body h2.error {
    font-size: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body .height-resize {
    padding-top: 12%;
  }
  body h2.error {
    font-size: 45px;
  }
}
.container-logout-success {
  margin: 0 auto;
  background-size: cover;
  background: url(../../../img/startpage_main_slider/1.jpg) 50% 100%;
  height: 100vh;
  text-align: center;
}
.container-logout-success:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.container-logout-success h3,
.container-logout-success h4 {
  position: relative;
  z-index: 999;
  color: white ;
}
.login-box-container {
  margin-top: 14%;
  position: relative;
  z-index: 999;
}
@media (min-width: 200px) and (max-width: 400px) {
  .login-box-container {
    margin-top: 100%;
  }
}
@media (min-width: 401px) and (max-width: 700px) {
  .login-box-container {
    margin-top: 50%;
  }
}
.list-group {
  position: relative;
  z-index: 999;
}
div.registration-box-header h2 {
  font-family: Source_Sans_Pro_Light;
  font-size: 40px;
}
