﻿.cfa-background {
  background-image: none;
}

.login-background {
  background-image: url(Images/LoginBackground.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  height: 800px;
}

#noscript {
  position: absolute;
  top: 140px;
}

.login-panel {
  background-color: transparent;
  border-color: black;
  border-width: 3px;
  display: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 640px;
}