.debug-messages-content{
	
	position: relative;
    height: 100%;
    width: 100%;
    background-color: darkgreen;
    overflow: auto;
}

.debug-message{
	width: 100%;
	height: auto;
	font-size: 8pt;
	color: white;
}
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
  
  overflow: hidden;
}

#header {
  position: relative;
  width: 100%; height: 128px;
  text-align: center;
  overflow: hidden;
}

#header .logo {
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  max-width: 80%;
  max-height: 100%;
}

.alert-message {

    left: 0; right: 0; width: 50%;
    margin: auto;
    text-align: center;
    color: red;
}

.visible {

  opacity: 1 !important;
}

#signIn {

    transition: opacity 1s ease-out;
    opacity: 0; 
}

div.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    opacity: 0.8;
    background-color: gray;
    margin: auto;
    z-index: 1000;
}

div.loader img {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  width: 48px;
  height: 48px;
}

.form-password-confirm,
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}


.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-password-confirm input[type="password"],
.form-signin input[type="password"] {
  display: block;
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-password-confirm label.error {
    left: 0; right: 0;
    margin: auto;
    text-align: center;
    color: red;
    font-weight: normal;
}



/*# sourceMappingURL=index.css.map*/