﻿.copyright {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.forgot-pass-link {
  display: inline-block;
  flex: 2;
  margin-top: 1rem;
}

  .forgot-pass-link a,
  .sf-menu .current-culture {
    color: #365EF6;
  }

    .forgot-pass-link a:focus-visible {
      outline: none;
    }

#ForgotPasswordInfo {
  margin: 10px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid lightgray;
}

.input-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5rem;
}

.login-ads.adsg-elevation-4 {
  margin-left: 1rem;
  padding: 1rem;
}

  .login-ads.adsg-elevation-4 a img {
    max-width: 22rem;
  }

@media only screen and (max-device-width: 768px) {
  .login-wrapper {
    padding-top: 32rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (min-device-width: 1024px) {
  .login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-content, .login-ads {
  background-color: #ffffff;
  display: inline-block;
  overflow: hidden;
  padding: 2rem;
  width: 22rem;
}

  .login-content .primary-button {
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    height: 2.5rem;
    line-height: 30px;
    margin: .5rem 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

.login-content-footer {
  padding-top: 1.5rem;
  text-align: center;
}

  .login-content-footer .copyright {
    padding-top: 2.1rem;
  }

  .login-content-footer .secondary-button, .login-content .secondary-button {
    border: 1px solid #365EF6;
    color: #365EF6;
    text-decoration: none;
  }

.login-input, .form-input {
  border: 1px solid #ACACAC;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  height: 2.5rem;
  margin: .5em 0;
  padding: 0 0 0 .5em;
  width: 100%;
}

.login-text, .main-content {
  text-align: center;
  margin-bottom: 1rem;
}

.logo-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

  .logo-header > a:focus-visible, .login-ads > a:focus-visible {
    outline: none;
  }

  .logo-header > a:focus > img, .login-ads > a:focus > img {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }

  .logo-header > a > img, .logo-header > img {
    max-width: 19rem;
    margin: 0 auto;
  }

.mobile-badge-container {
  display: flex;
  justify-content: center;
  margin-top: .5rem;
}

  .mobile-badge-container img {
    width: 12rem;
  }

.secondary-options-area {
  display: flex;
}

.sf-menu {
  border: 1px solid #365EF6;
  border-radius: 3px;
  box-sizing: border-box;
  height: 2.2rem;
  margin-right: 0;
}

  .sf-menu a, .sf-menu li span {
    color: #365EF6;
  }

  .sf-menu ul li:hover, .sf-menu ul li a:hover, .sf-menu li.sfHover {
    background: #E3EAFC;
  }

.validation-message {
  color: #EA0A3B; /*ADS Red 600*/
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .validation-message > svg {
    vertical-align: middle;
    padding-top: 0.6rem;
  }

  .validation-message > p {
    max-width: 80%;
  }

.login-option {
  display: flex;
  margin-bottom: 1.5rem;
}
.login-form h1 {
  font-size: 14px;
  font-weight: 500;
}

/* Hides default radio buttons*/
.login-option span input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-subtext {
  margin-left: 1.7rem;
}

.pass-login-area, .email-login-area {
  width: auto;
}

.email-login-area {
  display: none;
}

.input-container {
  display: inline-block;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}

  .input-container svg {
    padding-top: 0.8rem;
    position: absolute;
    right: 0.5rem;
  }