#authentication-forms a {
  color: #aa0000;
  font-weight: bold;
}
#authentication-forms .help-block a {
  text-decoration: underline;
}
#authentication-forms .underlined {
  text-decoration: underline;
  color: #aa0000;
}
#authentication-forms .login-wrapper,
#authentication-forms .intro {
  margin-bottom: 15px;
}
#authentication-forms .required-help-text {
  color: red;
}
#authentication-forms .alert {
  margin-bottom: 10px;
}
#authentication-forms .login-form {
  border-right: 1px solid #ddd;
  padding-right: 90px;
}
#authentication-forms .login-form > .col {
  padding: 0;
}
#authentication-forms .help-label {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#authentication-forms .help-link {
  padding-top: 2px;
  padding-bottom: 15px;
  margin-top: 0px;
}
#authentication-forms #login-message {
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  #authentication-forms .login-form {
    border-right: None;
  }
}
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  top: 15px;
  /* width: 13em;  - apply for fixed size */
  padding: 8px 15px 6px 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF !important;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
/* Google */
.loginBtn--google {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
  padding-right: 34px !important;
}
.loginBtn--google:before {
  border-right: #364e92 1px solid;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.required:after {
  content: "*";
  color: red;
}
/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
