.login-container-highlight {
  color: #333;
  background-color: #FCD20A;
  padding:20px;
}

.login-container-normal {
  color: #333;
  background-color: #F0F0F0;
  padding: 20px;
}

.login-container-highlight h1,
.login-container-normal h1 {
   color: #000;
}

.vtg-label-bold {
  font-weight: 700;
}

.myprofile-section-container {
  margin-bottom: 1em; 
}

.myprofile-section-container hr {
  margin-top: 2em;
  margin-bottom: 1em;
  background-size: 4px;
  border-top: 4px solid #eee;
  border-color: #eee;
}

.myprofile-section-heading {
  font-size: 18px;
  font-weight: bold;
}

/* bootstrap row has -15px margin-left and margin-right so this cancels that out */
.vtg-layout-login {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
}

h1 {
  line-height: 1em;
}

/* override font-size and line-height for the form */
#newUserForm .btn,
#alreadyMemberForm .btn {
  line-height: 1.2!important;
}

#newUserForm .form-control,
#alreadyMemberForm .form-control {
  height: 30px;
}

#newUserForm input.form-control,
#alreadyMemberForm input.form-control {
  font-size: 14px!important;
  padding: 4px 8px 4px 8px;
  height: 30px;
  color: #000!important;
}

#newUserForm .bs-placeholder {
  color: #000!important;
}

#newUserGroup_Submit {
	margin-right:-10px;
}