@font-face {
  font-family: "GT-Eesti-Text-Medium";
  src: url("//storage-shared-assets.outwardinc.com/fonts/ensemble/GT-Eesti-Text-Medium.woff");
}
@font-face {
  font-family: "GT-Eesti-Text-Book";
  src: url("//storage-shared-assets.outwardinc.com/fonts/ensemble/GT-Eesti-Text-Book.woff");
}
body {
  margin: 0;
  font-family: "GT-Eesti-Text-Book", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}
input:focus,
button:focus {
  box-shadow: none;
  outline: 0;
}
.login-screen-wrapper {
  height: 100vh;
  display: grid;
}
.hidden {
  display: none;
}
.inverted {
  filter: invert(1);
}
.floating-logo {
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  height: 215px;
  opacity: 1;
}
.floating-logo.visible {
  opacity: 1;
  transition: opacity 1s ease;
  animation: shrink-logo 0.5s ease 1.3s forwards;
}
.splash-background {
  z-index: -2;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("//storage-shared-assets.outwardinc.com/images/ensemble/v001/UI/Splash/splash-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.splash-background.blurred {
  z-index: -1;
  opacity: 0;
  background-image: url("//storage-shared-assets.outwardinc.com/images/ensemble/v001/UI/Splash/splash-background-blurred.jpg");
}
.splash-background.blurred.visible {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.splash-background.blurred.always-visible {
  opacity: 1;
}
.splash-background:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #444a54, #666d78);
  opacity: 0.9;
  left: 0;
}
.splash-background.simple-login:before {
  background: rgba(51,51,51,0.8);
}
.brand-nav {
  padding-top: 10px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.brand-nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
}
.login-screen-wrapper {
  display: flex;
  flex-direction: row;
}
.guest-login-container .login-control {
  display: none;
  position: absolute;
  width: 400px;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.guest-login-container-redesigned .login-control {
  display: none;
  position: absolute;
  width: 420px;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 24px 24px;
  box-sizing: border-box;
}
.guest-login-container-redesigned {
  font-family: 'Karla';
  font-weight: 400;
  line-height: 17.5px;
  letter-spacing: 0.14px;
}
.login-control {
  position: absolute;
  width: 420px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.logout-control {
  display: none;
  position: absolute;
  width: 400px;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.guest-login-container .login-control input {
  height: 28px;
}
.guest-login-container-redesigned .login-control input {
  height: 28px;
}
.login-control.simple-login {
  position: initial;
  transform: none;
  margin: auto;
  text-align: left;
  width: auto;
}
.logged-out-wrapper {
  visibility: hidden;
  border: 2px solid #fff;
  padding: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  width: 570px;
}
.logged-out-wrapper.visible {
  visibility: visible;
}
.guest-login-container .logged-out-message {
  text-transform: uppercase;
  color: #f5a623;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.guest-login-container-redesigned .logged-out-message {
  text-transform: uppercase;
  color: #f5a623;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.logged-out-message {
  text-transform: uppercase;
  color: #f5a623;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.sign-in-again-message,
.sign-in-again-guest-message {
  white-space: nowrap;
}
.sign-in-again {
  display: inline-block;
  font-family: "GT-Eesti-Text-Book";
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.login-control.visible,
.logout-control.visible {
  display: block;
}
.guest-login-container .left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 40%;
  min-width: 308px;
  z-index: 2;
  background-image: url("//storage-shared-assets.outwardinc.com/images/ensemble/v001/UI/Splash/splash-guestBackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.guest-login-container-redesigned .left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 35%;
  min-width: 308px;
  z-index: 2;
  background-image: url("//storage-shared-assets.outwardinc.com/images/ensemble/v001/UI/Splash/splash-guestBackground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.guest-login-container .right {
  position: absolute;
  width: 60%;
  left: 40%;
  height: 100%;
}
.guest-login-container-redesigned .right {
  position: absolute;
  width: 65%;
  left: 35%;
  height: 100%;
}
.guest-login-container .left .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4a4a4a;
  opacity: 0.92;
}
.guest-login-container-redesigned .left .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #252525;
  opacity: 0.8;
}
.guest-login-container .left .contents {
  position: absolute;
  display: flex;
  width: 60%;
  min-width: 262px;
  height: 435px;
  min-height: 437px;
  flex-direction: column;
  justify-content: space-around;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.guest-login-container-redesigned .left .contents {
  position: absolute;
  display: flex;
  width: 60%;
  min-width: 262px;
  height: 435px;
  min-height: 437px;
  flex-direction: column;
  justify-content: space-around;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
div.guest-login-container .floating-logo {
  top: 20%;
}
div.guest-login-container-redesigned .floating-logo {
  top: 20%;
}
.guest-login-container .logout-control.visible .login-logo.guest.inverted.visible {
  width: 95%;
}
.guest-login-container-redesigned .logout-control.visible .login-logo.guest.inverted.visible {
  width: 95%;
}
.guest-login-container .logout-control.visible {
  top: 50%;
}
.guest-login-container-redesigned .logout-control.visible {
  top: 50%;
}
.guest-login-container .title {
  height: 32px;
  min-height: 32px;
  min-width: 265px;
  color: #fff;
  font-family: "GT-Eesti-Text-Medium";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 32px;
}
.guest-login-container-redesigned .title {
  height: 32px;
  min-height: 32px;
  min-width: 265px;
  color: #fff;
  font-family: 'Karla';
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 32px;
}
.guest-login-container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.guest-login-container-redesigned .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.guest-login-container .row span {
  height: inherit;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.guest-login-container-redesigned .row span {
  height: inherit;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.guest-login-container .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.guest-login-container-redesigned .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.guest-separator {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.guest-separator div {
  flex-grow: 1;
  background-color: #979797;
  width: 100%;
  height: 1px;
}
.guest-separator span {
  min-width: 40px;
  color: #4a4a4a;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
}
.logged-out-guest-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.logged-out-guest-spacer {
  height: 40px;
}
.logged-out-guest-message {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
}
.logged-out-guest-message-redesigned {
  font-family: 'Karla';
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.14px;
}
.sign-in-again-guest-message {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
  color: #000;
}
.sign-in-again-guest-message-redesigned {
  color: #1a1a1a;
  font-weight: 400;
  line-height: 17.5px;
  letter-spacing: 0.14px;
}
.sign-in-again {
  display: inline-block;
  font-family: "GT-Eesti-Text-Book";
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.sign-in-again.guest {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  color: #f5a623;
}
.sign-in-again.guest {
  color: #a4813c;
}
.login-form {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.guest-login-container-redesigned .login-form {
  display: flex;
  flex-direction: column;
  transform: translateY(300px);
  transition: transform 0.5s ease;
}
.guest-login-container-redesigned .login-form.visible {
  transform: translateY(0);
  transition: transform 0.5s ease;
}
.simple-login .login-form {
  flex-direction: row;
  visibility: visible;
  opacity: 1;
  position: relative;
}
.login-form.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.login-form.guest {
  color: #000;
}
.app-logo {
  margin-left: -8px;
}
.login-logo.visible {
  opacity: 1;
}
.login-logo {
  width: 65%;
  opacity: 0;
}
.login-item {
  margin-top: 10px;
}
.login-item-redesigned {
  font-size: 14px;
  margin-top: 0;
}
.login-item.guest {
  color: #000;
}
.app-name {
  font-size: 45px;
  line-height: 54px;
}
.guest-login-container .login-cta {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
.guest-login-container-redesigned .login-cta {
  font-size: 14px;
  margin-bottom: 32px;
}
.login-cta {
  line-height: 23px;
  margin-bottom: 20px;
}
.simple-login .login-cta {
  font-size: 22px;
  line-height: 26px;
  margin-top: 65px;
}
.input-wrapper {
  display: flex;
  flex-direction: column;
}
.input-wrapper label {
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}
.input-wrapper input {
  margin-top: 8px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 2px solid #fff;
}
.guest .input-wrapper input {
  border: 1px solid #d9d9d9;
  padding: 10px 16px;
}
.guest .input-wrapper-redesigned input {
  border: 1px #252525 solid;
  border-radius: 5px;
}
.guest .input-wrapper-redesigned .password-toggle-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 40px;
  margin-top: 36px;
}
.password-toggle-icon i {
  font-size: 18px;
}
.guest .login-item a {
  color: #f5a623;
}
.guest .login-item a.link-redesined {
  color: #252525;
  margin-left: 0;
}
.simple-login input {
  margin-top: 0;
  border: 0;
  font-size: 18px;
  padding: 16.25px;
  box-sizing: border-box;
}
.simple-login input::placeholder {
  color: #d8d8d8;
}
.simple-login input#email {
  border-radius: 2px 0 0 2px;
  width: 480px;
  box-shadow: inset -1px 0 rgba(51,51,51,0.1);
}
.simple-login input#password {
  border-radius: 0 2px 2px 0;
  width: 420px;
}
.error {
  opacity: 0;
  text-align: left;
  color: #ef1c00;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
}
.simple-login .error {
  color: #ff4f49;
  font-size: 16px;
}
.simple-login .error[for="password"] {
  margin-left: 16.25px;
}
.simple-login .error[for="login-button"] {
  position: absolute;
  bottom: 0;
}
.error.visible {
  opacity: 1;
}
.forgot-password {
  display: block;
  text-align: left;
  color: #fff;
}
.guest-login-container .forgot-password {
  font-size: 15px;
  display: block;
  text-align: left;
}
.guest-login-container-redesigned .forgot-password {
  font-size: 15px;
  display: block;
  text-align: left;
}
.login-button,
.guest-button {
  font-family: "GT-Eesti-Text-Medium";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 55px;
  border-radius: 2px;
  background-color: #f5a623;
  border: 0;
  cursor: pointer;
  margin-top: 32px;
  padding: 0;
  box-shadow: 0px 0px 0px rgba(50,50,50,0.9);
  transition: all 0.3s cubic-bezier(0.07, 0.56, 0.48, 0.9);
}
.guest-button {
  background-color: #4a4a4a;
  margin-top: 45px;
}
.guest-button-redesigned {
  border-radius: 5px;
  background: none;
  border: 2px #252525 solid;
  color: #252525;
  font-family: 'Karla';
}
.login-button-redesigned {
  border-radius: 5px;
  background-color: #252525;
  color: #fff;
  font-family: 'Karla';
}
.simple-login .login-button {
  margin-top: 0;
  margin-left: 25px;
  height: 55px;
  width: 180px;
  font-size: 18px;
}
.login-button:hover,
.guest-button:hover {
  transition: all 0.3s cubic-bezier(0, 0.56, 0.35, 0.98);
  box-shadow: 2px 5px 10px 4px rgba(50,50,50,0.3);
}
.guest-login-container .no-account {
  margin: 20px 0 15px 0;
  font-size: 15px;
}
.guest-login-container-redesigned .no-account {
  margin: 32px auto 0 0;
  font-size: 15px;
}
.no-account {
  margin-top: 30px;
}
.sign-up {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
.copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
  font-size: 12px;
}
.simple-login.copyright {
  width: auto;
  bottom: 40px;
  right: 60px;
}
.copyright .fa-copyright {
  margin-right: 5px;
}
/* Version3 */
.sign-in-page {
  height: 100vh;
  width: 100vw;
  display: flex;
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: center;
}
.sign-in-page .login-logo {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sign-in-page .floating-logo {
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  height: 215px;
  opacity: 1;
}
.sign-in-page .floating-logo.visible {
  opacity: 1;
  transition: opacity 1s ease-out;
  animation: shrink-and-drift-logo 0.3s ease-out 0.8s forwards;
}
.sign-in-page .login-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  width: 96%;
  margin: auto;
  padding: 15px;
  margin-top: 10px;
  max-width: 450px;
  opacity: 0;
  box-shadow: 0 4px 25px 0 rgba(0,0,0,0.15);
  transform: translateY(300px);
}
.sign-in-page .login-form.visible {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-out 0.8s;
}
.sign-in-page .login-form .login-cta {
  font-size: 24px;
}
.sign-in-page .login-subtitle {
  font-size: 12px;
}
.sign-in-page .input-wrapper {
  margin-top: 5px;
  width: 100%;
  position: relative;
}
.sign-in-page .input-wrapper input {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  width: 90%;
}
.sign-in-page .input-wrapper .password-toggle-icon {
  bottom: 10px;
  right: 15px;
}
.sign-in-page .input-wrapper input.field,
.sign-in-page .input-wrapper input:focus {
  padding: 15px 16px 5px;
}
.sign-in-page .input-wrapper .input-label-redesigned {
  position: absolute;
  bottom: 12px;
  left: 16px;
  font-size: 12px;
  transform: translateY(-50%);
  text-transform: none;
  color: #505050;
}
.sign-in-page .input-wrapper input:empty + .input-label-redesigned,
.sign-in-page .input-wrapper input:focus + .input-label-redesigned,
.sign-in-page .input-wrapper input.field + .input-label-redesigned {
  bottom: 24px;
  font-size: 10px;
}
.sign-in-page .guest-button-redesigned {
  border: 1px solid #d9d9d9;
}
.sign-in-page .separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
.sign-in-page .login-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.sign-in-page .login-footer .guest-button-redesigned {
  padding: 5px 10px;
  width: 48%;
  margin-top: 10px;
  text-transform: none;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #252525;
  text-decoration: none;
}
.sign-in-page .login-button,
.guest-button {
  text-transform: none;
}
.sign-in-page .error.visible + input {
  background-color: #fff3f3;
  border: 1px solid #e81818;
}
.sign-in-page .input-wrapper .error.visible + input + label {
  color: #b80000;
}
.sign-in-page .sign-in-again.guest {
  color: #1a1a1a;
}
@media screen and (max-height: 768px), (max-width: 1200px) {
  .simple-login input#email {
    width: 340px;
  }
  .simple-login input#password {
    width: 340px;
  }
  .simple-login .error {
    max-width: 340px;
  }
  .simple-login .error[for="login-button"] {
    max-width: 680px;
  }
}
@media (max-height: 755px) {
  .guest-login-container .no-account {
    font-size: 12px;
    margin: 9px 0 2px 0;
  }
  .guest-login-container-redesigned .no-account {
    font-size: 12px;
    margin: 9px 0 2px 0;
  }
  .guest-login-container .login-cta {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .guest-login-container-redesigned .login-cta {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .guest-login-container .error {
    font-size: 12px;
    margin-top: 1px;
  }
  .guest-login-container-redesigned .error {
    font-size: 12px;
    margin-top: 1px;
  }
  .guest-login-container .login-control {
    top: 57%;
  }
  .guest-login-container-redesigned .login-control {
    top: 57%;
  }
  .guest-login-container .login-button,
  .guest-login-container .guest-button {
    height: 55px;
  }
  .guest-login-container-redesigned .login-button,
  .guest-login-container-redesigned .guest-button {
    height: 55px;
  }
  .guest-button {
    margin-top: 35px;
  }
  .guest-login-container .login-control input {
    height: 20px;
    font-size: 16px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .guest-login-container .no-account {
    font-size: 13px;
    margin: 1px 0 2px 0;
  }
  .guest-login-container-redesigned .no-account {
    font-size: 13px;
  }
  .guest-login-container .login-cta {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .guest-login-container-redesigned .login-cta {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .guest-login-container .error {
    font-size: 12px;
    margin-top: 1px;
  }
  .guest-login-container-redesigned .error {
    font-size: 12px;
    margin-top: 1px;
  }
  .guest-login-container .login-control {
    top: 57%;
  }
  .guest-login-container-redesigned .login-control {
    top: 57%;
  }
  .guest-login-container .login-button,
  .guest-login-container .guest-button {
    height: 45px;
  }
  .guest-login-container-redesigned .login-button,
  .guest-login-container-redesigned .guest-button {
    height: 45px;
  }
  .guest-button {
    margin-top: 35px;
  }
  .guest-login-container .login-control input {
    height: 19px;
    font-size: 16px;
  }
  .guest-login-container-redesigned .login-control input {
    height: 19px;
    font-size: 16px;
  }
  .guest-login-container-redesigned.sign-in-page .login-control input {
    height: 28px;
  }
}
@media only screen and (max-width: 940px) and (max-height: 450px) and (orientation: landscape) {
  html,
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .guest-login-container .left {
    display: none;
  }
  .guest-login-container-redesigned .left {
    width: 15%;
    min-width: 245px;
    overflow-y: auto;
  }
  .guest-login-container-redesigned .left .overlay {
    position: fixed;
    width: 15%;
    min-width: 245px;
    height: 100%;
    padding-bottom: 40px;
  }
  .guest-login-container {
    box-sizing: border-box;
    overflow: auto;
    height: 100vh;
    padding-bottom: 20px;
  }
  .guest-login-container-redesigned {
    box-sizing: border-box;
    overflow: auto;
    height: 100vh;
    padding-bottom: 20px;
  }
  .guest-login-container .right {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding-top: 130px;
  }
  .guest-login-container-redesigned .right {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    right: 0;
    padding-top: 130px;
    padding: 130px 90px 0;
  }
  .guest-login-container .left .contents {
    width: 100%;
    position: relative;
  }
  .guest-login-container-redesigned .left .contents {
    width: 100%;
    position: relative;
    padding: 0 24px 24px;
    box-sizing: border-box;
    display: flex;
    min-width: 100px;
    height: auto;
    row-gap: 50px;
  }
  .guest-login-container-redesigned .left .copyright {
    position: relative;
    bottom: 0;
    left: 24px;
    padding-bottom: 20px;
    text-align: start;
  }
  .guest-login-container-redesigned .title {
    word-wrap: break-word;
    min-width: 100px;
    height: auto;
    padding: 50px 0 0 10px;
  }
  .guest-login-container .login-control {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1;
  }
  .guest-login-container .login-control.visible {
    display: block;
  }
  .guest-login-container-redesigned .login-control {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1;
  }
  .guest-login-container-redesigned .login-control.visible {
    display: block;
  }
  .guest-login-container .login-form {
    opacity: 1;
    visibility: visible;
    padding: 20px;
    max-width: 600px;
    margin: auto;
  }
  .guest-login-container-redesigned .login-form {
    opacity: 1;
    visibility: visible;
    padding: 20px;
    max-width: 600px;
    margin: auto;
  }
  div.guest-login-container .floating-logo {
    top: -120px !important;
    height: 115px !important;
  }
  div.guest-login-container-redesigned .floating-logo {
    top: -120px !important;
    height: 115px !important;
  }
  .password-toggle-icon {
    right: 60px !important;
  }
  .sign-in-page .input-wrapper .password-toggle-icon {
    right: 15px !important;
  }
  .guest-login-container .login-control input {
    font-size: 16px;
  }
  .guest-login-container-redesigned .login-control input {
    font-size: 16px;
  }
  .sign-in-page {
    padding-top: 250px;
  }
  .sign-in-page .login-logo {
    width: 50%;
  }
  .sign-in-page .login-control {
    width: 80%;
  }
  .sign-in-page .floating-logo {
    display: none;
  }
}
@media only screen and (max-width: 450px) and (max-height: 940px) and (orientation: portrait) {
  html,
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .guest-login-container {
    display: flex;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 20px 20px 20px;
    height: 100vh;
    align-items: center;
  }
  .guest-login-container-redesigned {
    display: flex;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 20px 20px 20px;
    height: 100vh;
    align-items: center;
  }
  .guest-login-container .left,
  .guest-login-container .right {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
  .guest-login-container-redesigned .left,
  .guest-login-container-redesigned .right {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }
  .guest-login-container .left {
    display: none;
  }
  .guest-login-container-redesigned .left {
    display: none;
  }
  .guest-login-container .right {
    padding-top: 150px;
    box-sizing: border-box;
    height: auto;
  }
  .guest-login-container-redesigned .right {
    padding-top: 150px;
    box-sizing: border-box;
    overflow: auto;
  }
  div.guest-login-container .floating-logo {
    top: -120px !important;
    height: 115px !important;
  }
  div.guest-login-container-redesigned .floating-logo {
    top: -120px !important;
    height: 115px !important;
  }
  .guest-login-container .left .contents {
    width: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
  }
  .guest-login-container-redesigned .left .contents {
    width: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
  }
  .guest-login-container .login-control {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1;
  }
  .guest-login-container .login-control.visible {
    display: block;
  }
  .guest-login-container-redesigned .login-control {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1;
  }
  .guest-login-container-redesigned .login-control.visible {
    display: block;
  }
  .guest-login-container .login-form {
    opacity: 1;
    visibility: visible;
  }
  .guest-login-container-redesigned .login-form {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .guest-login-container .login-cta {
    margin-bottom: 10px;
  }
  .guest-login-container-redesigned .login-cta {
    margin-bottom: 10px;
  }
  .safari.guest-login-container-redesigned .right {
    padding-bottom: 60px;
  }
  .sign-in-page .floating-logo {
    display: none;
  }
}
@media only screen and (min-width: 450px) and (min-height: 940px) and (orientation: portrait) {
  .sign-in-page .login-logo {
    display: none;
  }
  .sign-in-page .login-form .login-cta {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 940px) and (min-height: 450px) {
  .sign-in-page .login-logo {
    display: none;
  }
  .guest-login-container-redesigned .login-control input {
    height: 28px;
  }
  .sign-in-page .login-form .login-cta {
    margin-bottom: 10px;
  }
}
@-moz-keyframes shrink-logo {
  from {
    height: 215px;
  }
  to {
    height: 115px;
  }
}
@-webkit-keyframes shrink-logo {
  from {
    height: 215px;
  }
  to {
    height: 115px;
  }
}
@-o-keyframes shrink-logo {
  from {
    height: 215px;
  }
  to {
    height: 115px;
  }
}
@keyframes shrink-logo {
  from {
    height: 215px;
  }
  to {
    height: 115px;
  }
}
@-moz-keyframes shrink-logo-redesigned {
  from {
    top: 50%;
    height: 0;
  }
  99% {
    height: 130px;
  }
  to {
    top: 0;
    height: auto;
  }
}
@-webkit-keyframes shrink-logo-redesigned {
  from {
    top: 50%;
    height: 0;
  }
  99% {
    height: 130px;
  }
  to {
    top: 0;
    height: auto;
  }
}
@-o-keyframes shrink-logo-redesigned {
  from {
    top: 50%;
    height: 0;
  }
  99% {
    height: 130px;
  }
  to {
    top: 0;
    height: auto;
  }
}
@keyframes shrink-logo-redesigned {
  from {
    top: 50%;
    height: 0;
  }
  99% {
    height: 130px;
  }
  to {
    top: 0;
    height: auto;
  }
}
@-moz-keyframes shrink-and-drift-logo {
  from {
    top: 20%;
    height: 215px;
  }
  to {
    top: -119px;
    height: 115px;
  }
}
@-webkit-keyframes shrink-and-drift-logo {
  from {
    top: 20%;
    height: 215px;
  }
  to {
    top: -119px;
    height: 115px;
  }
}
@-o-keyframes shrink-and-drift-logo {
  from {
    top: 20%;
    height: 215px;
  }
  to {
    top: -119px;
    height: 115px;
  }
}
@keyframes shrink-and-drift-logo {
  from {
    top: 20%;
    height: 215px;
  }
  to {
    top: -119px;
    height: 115px;
  }
}
