.authenticationComponent {
  width: 680px;
  height: auto;
  background-color: #eeeeee;
  color: #000000;
  padding: 15px 24px;
  position: relative;
  border: 2px solid black;
  overflow: hidden;
}
.authenticationComponent.largeBoxSize {
  width: 680px;
}
.authenticationComponent.mediumBoxSize {
  width: 500px;
}
.authenticationComponent .box-title {
  margin-bottom: 11px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  width: inherit;
  text-align: center;
}
.authenticationComponent .box-subtext {
  text-align: center;
  width: inherit;
  font-size: 1.2em;
}
.authenticationComponent .box-main {
  height: 200px;
  position: relative;
}
.authenticationComponent .box-main .box-header {
  margin-bottom: 10px;
}
.authenticationComponent .box-main .social-container {
  width: 300px;
}
.authenticationComponent .box-main .social-container .social-header {
  text-align: center;
}
.authenticationComponent .box-main .social-container .social-login {
  width: 300px;
  border: 1px solid #006697;
  background-color: #ffffff;
  height: 43px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: block;
}
.authenticationComponent .box-main .social-container .social-login .icon-login {
  height: 43px;
  width: 44px;
  float: left;
  background-position: 0 0;
  margin-top: 0;
  background-size: 160px;
  background-repeat: no-repeat;
  background-image: url("../img/social-icons-white.png");
}
.authenticationComponent .box-main .social-container .social-login .icon-login-linkedin {
  background-color: #0976b4;
  background-position: 8px 8px;
}
.authenticationComponent .box-main .social-container .social-login .icon-login-facebook {
  background-color: #3b5998;
  background-position: -35px 8px;
}
.authenticationComponent .box-main .social-container .social-login .icon-login-googleplus {
  background-color: #dd4b39;
  background-position: -75px 8px;
}
.authenticationComponent .box-main .social-container .social-login .social-text {
  padding: 11px 0 10px 56px;
  color: #777777;
}
.authenticationComponent .box-main .social-container .social-disclaimer {
  font-style: italic;
  font-size: .8em;
  text-align: center;
  margin-top: 10px;
}
.authenticationComponent .box-main .or-container {
  position: absolute;
  left: 305px;
  top: 0px;
  width: 40px;
  height: inherit;
  padding-top: 10px;
  text-align: center;
}
.authenticationComponent .box-main .or-container .vertical-line {
  width: 0px;
  border: 1px solid black;
  height: 100px;
  margin: 5px 0 5px 20px;
}
.authenticationComponent .box-main .email-container {
  position: absolute;
  left: 355px;
  top: 0px;
  height: inherit;
  width: 270px;
  text-align: center;
}
.authenticationComponent .box-main form input[type="text"],
.authenticationComponent .box-main form input[type="password"] {
  height: 34px;
  width: 270px;
  margin-bottom: 8px;
  border: 1px solid black;
  padding-left: 5px;
}
.authenticationComponent .box-main form .forgotPasswordLink {
  margin-top: 7px;
  float: right;
}
.authenticationComponent .box-main form .rememberMeSection {
  float: left;
}
.authenticationComponent .box-main form .rememberMeSection input[type="checkbox"] {
  position: relative;
  left: -5px;
  top: -5px;
}
.authenticationComponent .box-main form .registrationTerms {
  font-style: italic;
  font-size: .8em;
  text-align: center;
}
.authenticationComponent .box-main form input[type="button"] {
  background-color: #07b;
  border: none;
  color: #fff;
  margin: 10px auto 0;
  padding: 10px 30px;
}
.authenticationComponent .box-main form input[type="button"][disabled] {
  background-color: #cccccc;
}
.authenticationComponent .box-main form .error {
  color: red;
  font-size: 0.8em;
  margin-top: -5px;
  text-align: center;
}
.authenticationComponent .box-main form .errorfpbox {
  color: red;
  font-size: 0.8em;
  margin-top: -5px;
}
.authenticationComponent .box-main form .authspinner {
  padding-top: 10px;
  padding-left: 10px;
}
.authenticationComponent .box-main .forgot-password-instructions {
  width: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.authenticationComponent .box-footer {
  height: auto;
  width: 635px;
  text-align: center;
  border-top: 2px solid #000000;
  padding-top: 15px;
  margin: 120px auto 0 auto;
}
.authenticationComponent .box-footer p {
  margin-bottom: 10px;
}
.authenticationComponent .box-footer.largeFooterSize {
  width: 635px;
}
.authenticationComponent .box-footer.mediumFooterSize {
  width: 455px;
}
.authenticationComponent .forgotPasswordBox .box-main,
.authenticationComponent .forgotPasswordFinishBox .box-main,
.authenticationComponent .changePasswordBox .box-main {
  width: 450px;
  margin: 0px auto;
  text-align: center;
}
.authenticationComponent .forgotPasswordBox .box-footer,
.authenticationComponent .forgotPasswordFinishBox .box-footer,
.authenticationComponent .changePasswordBox .box-footer {
  margin-top: 101px;
}
.authenticationComponent .changePasswordBox {
  height: 300px;
}
.authenticationComponent .popupMessage {
  display: none;
  box-shadow: 0 0 10px #000;
  position: absolute;
  width: 400px;
  z-index: 1000;
  background-color: #ffffff;
  color: #000000;
  padding: 15px;
  text-align: center;
  top: 100px;
  left: 155px;
  font-size: 20px;
}
.authenticationComponent .authspinner {
  padding-left: 10px;
}
.authenticationComponent .authlabels {
  text-align: left;
  display: none !important;
}
@media (max-width: 767px) {
  /* styles for browsers smaller than 767px; */
  .authenticationComponent {
    width: auto;
    height: auto;
  }
  .authenticationComponent.largeBoxSize {
    width: auto;
  }
  .authenticationComponent.largeFooterSize {
    width: auto;
  }
  .authenticationComponent.mediumBoxSize {
    width: auto;
  }
  .authenticationComponent.mediumFooterSize {
    width: auto;
  }
  .authenticationComponent .box-main {
    height: auto;
  }
  .authenticationComponent .box-main .or-container {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    height: auto;
  }
  .authenticationComponent .box-main .or-container .vertical-line {
    height: 0;
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .authenticationComponent .box-main .email-container {
    position: relative;
    left: inherit;
    top: inherit;
    margin-top: 10px;
    width: auto;
  }
  .authenticationComponent .box-main .social-container {
    width: auto;
  }
  .authenticationComponent .box-main .social-container .social-login {
    width: auto;
  }
  .authenticationComponent .box-main .forgot-password-instructions {
    width: auto;
  }
  .authenticationComponent .box-footer {
    margin: 20px auto 0;
    width: auto !important;
    height: 20px;
  }
  .authenticationComponent .forgotPasswordBox .box-main {
    width: auto;
  }
  .authenticationComponent .popupMessage {
    left: inherit !important;
    margin: 0 20px 0 0;
    width: auto !important;
  }
  .authenticationComponent .box-main form input[type="text"],
  .authenticationComponent .box-main form input[type="password"] {
    width: auto;
    min-width: 200px;
  }
  .authenticationComponent .forgotPasswordFinishBox .box-main,
  .authenticationComponent .changePasswordBox .box-main {
    width: auto;
  }
}
@media (max-width: 645px) {
  .authenticationComponent .box-main .social-container .social-login .social-text {
    font-size: .857em;
  }
}

