/* Parsley Form stuff */
input.parsley-success, textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
ul.parsley-error-list {
    font-size: 11px;
    margin: 2px;
    list-style-type:none; 
}
ul.parsley-error-list li {
    line-height: 11px;
}

/* Custom styles */
.bigger {
  font-size: 16px;
}
.light {
  font-weight: 300;
}
header h1 {
  font-weight: 300;
  font-size: 65px;
  color: #C77700;
  margin-top: 100px;
}
header h1 img.logo {
  margin-top: 0;
  margin-bottom: 29px;
}
body {
  color: #333;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.medium-light-text {
  font-weight: 300;
}
.well.soft {
  background: white;
  padding: 8px 24px;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
}
.well.soft h3.medium-light-text {
  margin-top: 25px;
}
.well.soft ul li {
  margin-top: 25px;
  line-height: 35px;
}
.alert-info.soft {
  border-color: #BCE8F1;
}
.alert-warning.soft {
  color: #C09853;
  border: 1px solid #FBEED5
}
.alert-error.soft {
  border-color: #EED3D7;
  color: #666;
}
.alert-error.soft h3 {
  color: #B94A48;
}
.alert-error.soft hr {
  border-top-color: #EED3D7;
}
.well.soft h4 {
  color: #666;
  font-size: 22px;
  line-height: 24px;
}
.alert-error.soft .spaced {
  display: block;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  margin-left: 10px;
}

.logo {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.auth-form-container {
  padding: 30px;
  background: #d6f0f7;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.shadow-box {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.auth-form-container form {
  margin-bottom: 10px;
}
.auth-form-container a {
  color: #2E6CA3;
}
#side-message {
  background: white;
  position: absolute;
  padding: 20px;
  padding-left: 40px;
  width: 260px;
  right: -15px;
  top: 80px;
}
#side-message blockquote {
  border-color: #B6E3F2;
  margin: 20px 0;
  font-style: italic;
}
#side-message blockquote small {
  font-style: normal;
  color: #707070;
}
#sign-up-form-container {
  width: 580px;
  position: relative;
  z-index: 1;
}
#divider {
  border-bottom: 1px dotted #575757;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  height:20px;
}

#divider span {
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
  top:10px;
  background: #d6f0f7;
  font-size: 18px;
  font-style: italic;
  color: #5E5E5E;
}
.btn-google.large {
  display: inline-block;
  width: 200px;
  border: 1px solid #ccc;
  padding-right: 30px;
}
label {
  font-size: 16px;
}
.gb-btn-xlarge {
  padding: 20px 25px;
  font-size: 26px;
  margin-bottom: 10px;
}
input.larger, input[type=text], input[type=email], input[type=password], input[type=number] {
  padding: 10px;
  font-size: 24px;
  font-weight: 300;
  height: initial;
  height: 51px;
  border-color: #6F6F6F;
}
.ie9 input.larger {
  height: 51px;
}
footer {
  margin-top: 50px;
}
/* override Bootstrap for accessibility contrast ratio */
a {
  color: #3072ab;
}

.muted {
  color: #5E5E5E;
}

.close {
  color: #6F6F6F;
  opacity: 1;
}
.close:hover {
  color: #333333;
  opacity: 1;
}
.close:focus {
  opacity: 1;
}
.btn-success {
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: #136230;
}
.btn-success:hover {
  background-color: #064612;
}
.btn-success:focus {
  background-color: #064612;
  outline: solid 2px #064612;
  outline-offset: 2px;
}
.email {
  color: #666666;
  font-weight: 500;
}
.text-link {
  text-decoration: underline;
}

h2 small.pull-right.medium-light-text {
  margin-top: 16px;
}

.password-tips ul li {
  margin-bottom: 8px;
}