body {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #eee;*/
}
.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;
}
.logo {
  border: 5px;
}
.container {
  margin: auto;
  width: 360px;
  padding: 10px;
  /*border: solid 2px #3c3c3c;*/
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.25);
  border-radius: 10px;
}
.buttonSecondary {
  border: #3c3c3c;
}
h3 {
  font-size: 21px;
  margin-bottom: 5px;
}
.forgotUsernamePassword {
  margin: 2px 0 25px 0;
  display: block;
  width: 295px;
  text-align: center;
  font-size: 14px;
}
#consentText {
  padding: 30px 10px 30px 0px;
  font-size: 16px;
}
.breakDivider {
  border-bottom:1px solid rgba(0,0,0,.25);
  line-height:16px;
  text-align:center;
  margin-bottom: 30px;
}
.breakDividerText {
  background:#FFF;
  position:relative;
  bottom:-8px;
  padding:0 15px;
}
.footerLinks {
  padding-top: 36px;
  font-size: 12px;
}
.footerLinks div {
  float: left;
}
.footerLinks div.link {
  padding-left: 3px;
  padding-right: 3px;
}
#termsConditionsLink {
  padding-left: 0px;
}

/*remove this styling with register button & forgot links*/
#loginSubmit {
  margin-top:20px;
  margin-bottom:10px;
}
/*end remove styling*/

#loginErrors {
  color: #ff2121;
  font-size: 16px;
  border-bottom: none;
  margin-bottom: 0px;
  font-weight: bold;
}
.link {
  color: #337ab7;
  text-decoration: none;
}
.link:hover,
.link:focus {
  color: #23527c;
  text-decoration: underline;
  cursor: pointer;
}
#footerDialog {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
#footerDialogContentContainer {
  background-color: #fefefe;
  margin: 65px auto;
  padding: 0px 10px 10px 10px;
  border: 1px solid #888;
  width: 340px;
  max-height: 360px;
}
#footerDialogContent {
  height: 320px;
  margin-top: 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#footerDialogContent embed {
  width: 316px;
}
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.validationErrors {
  color: #ff2121;
  font-size: 16px;
  border-bottom: none;
  margin-bottom: 0px;
  font-weight: bold;
}

/* password strength */
.passwordstrength {
  font-weight: bold;
  font-size:14px;
  color:#666;
  padding:0;
  margin:0 0 0 10px;
  height:19px;
  width:110px;
  float: left;
  text-align:center;
}
.shortPass{
  background:#edabab;
  border:1px solid #bc0000;
}
.badPass{
  background:#edabab;
  border:1px solid #bc0000;
}
.goodPass{
  background:#ede3ab;
  border:1px solid #bc9f00;
}
.strongPass{
  background:#d3edab;
  border:1px solid #73bc00;
}