/* Styles for the .loginSidebar containers - these are the top-level containers for loginSlider controls. */


.loginSidebar
{
  position: fixed;
  background-color: #3d5ba9;
  width: 320px;
  right: -320px;
  top: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  z-index: 2;
  font-weight: 400;
}

#forgotPasswordForm
{
  z-index: 3;
}

/* Styles for the small 'x' button in the upper-right corner of .loginSidebar containers. */
.closeSliderButton
{
  float:right;
  display: block;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  background: url( "/modules/loginSlider/images/x.png" );
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  transition: all 1s;
  padding: 1px 6px;
}

/* Styles for the 'SIGN IN' header text in the sign-in control panel. */
.loginSidebar h2
{
  clear: right;
  text-align: center;
  font-size: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}

/* Styles for floating inputs specific to the sign-in controls. */
.loginSidebar .floating-input
{
  /* background-color: #37e2ff !important; */
  box-shadow: none !important;
  border-radius: 0px  !important;
  color: #fff;
  border-bottom: 1px #fff solid !important;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

/* Styles for the placeholder text attached to sign-in floatng label controls.*/
.loginSidebar .placeholder
{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* Styles for the <label> tag which contains both a form label span and input field. */
.loginSidebar .form__label
{
  position: relative;
}

/* Styles specific to loginSlider input containers. */
.loginSidebar .form__field
{
  margin-top: 2em;
  margin-bottom: 0;
}

/* Styles for the context links 'Forgot Password?' and 'Create Account'. Also applies to the 'Cancel' link in the 'Forgot Password' dialog. */
.sidebarContextLinks a, #cancelForgotPasswordLink
{
  color: #fff;
  font-size: 13px;
  opacity: 0.7;
  transition: opacity 0.5s;
}

.sidebarContextLinks a:hover, #cancelForgotPasswordLink:hover
{
  color: #fff;
  opacity: 1.0;
}

/* Styles specific to the 'Cancel' button on the 'Forgot Password' slider. */
#cancelForgotPasswordLink
{
  display: block;
  margin-top: 1em;
}

/* Styles applicable to all general slider submission buttons. */
.sliderSubmissionButton
{
  color: #3d5ba9;
  background-color: #fff;
}

/* Styles for the in-panel 'Sign In' button. */
#loginButton, #submitTwoFACodeButton
{
  display: block;
  margin: 0 auto;
  margin-top: 1em;
}

/* Styles for the in-panel Forgot Password 'Submit' button. */
#forgotPasswordButton
{
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  cursor: pointer;
}

/* Styles for the button which slides the login panel into the page. */
#openSigninFormLink
{
  display: flex;
  position: relative;
  align-content:flex-end !important;
  color: #3d5ba9;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}

/* Styles for the in-slider notifications providing feedback on incorrect passwords, etc. */
.loginSliderCallout
{
  justify-content: center;
  margin-top: 1em;
  font-size: 0.75em;
}

/* Default callout closure button is a touch too big in this context - we shrink it just for this application. */
.loginSliderCallout .close-button
{
  font-size: 1em;
}

.loginSidebar .loadingAnimation
{
  display: block;
  margin: 0 auto;
}

#sidebar-email, .form__label, #sidebar-password, #forgot-password-email, #sidebar-twoFACode
{
  width: 100%;
}

#forgotPasswordLink
{
  cursor: pointer;
}