.container {
    text-align: center;
}

body {
    background: #0a80b7 url(/images/new-bg.jpg) repeat-x top;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Lato";
}
.white-container {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-width: 700px;
    margin: 25px auto;
}
a {
    color: #2898d3;
}

.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-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.alert ul {
    padding-left: 15px;
}

.btn.btn-primary {
    background: #2898d3;
    border-color: #2898d3;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #2486b9;
    border-color: #2486b9;
}

.cxa-access-token {
    font-size: 18px;
    font-weight: bold;
}

.footer {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.copyright {
    margin-top: 10px;
}