.container {
  background-color: transparent;
  margin-top: 125px;
}

body {
  background: url("../images/light_wool.png") repeat scroll 0 0 transparent;
}

.loginButton {
  background: url('../images/button.png') no-repeat;
  cursor: pointer;
  border: none;
  width: 190px;
  height: 40px;
  color: #FFF;
  font-size:18px;
  margin-top: 10px;
}

.loginForm {
  background: none repeat scroll 0 0 white;
  padding: 25px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  border: 1px solid #ccc;
  -moz-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.25);
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}

form {
  margin: 0;
}

select {
  margin-bottom: 0;
}

.loginForm li {
  list-style: none outside none;
}
.loginError {
  margin: 8px 0;
  padding: 5px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}
.navData {
  width: 175px;
}

input {
  width: 300px;
  height: 35px;
  font-size: 18px;
}
.btn-xlarge {
  padding: 9px 30px;
  font-size: 18px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.loginLabel {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.formsContainer {
  text-align: center;
}
.generalMessage {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.loginForm li {
  list-style: none outside none;
}

.loginForm .loading-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white url('../images/ajaxloader.gif') center no-repeat;
  opacity: 0.6;
  display: none;
  left: 0;
}

.signup-label {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    line-height: 24px;
}

p {
  padding-bottom: 0 !important;
}