.global-container {
  margin: 0 auto;
  position: relative;
}

.bigger-box {
  padding-bottom: 102px;
  padding-top: 120px;
  min-width: 500px;
}

.big-box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 20px;
  position: relative;
  width: 980px;
}

.left-box {
  box-sizing: border-box;
  margin-left: 36px;
  padding-right: 32px;
  width: 500px;
}

.image-box {
  display: none;
}

.fb-logo {
  border: 0;
  height: 106px;
  margin: -28px;
}

.desktop-wordmark {
  color: #1877f2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 18px;
}

.logo-caption {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
  margin: 0;
  padding: 0 0 20px;
  width: 560px;
}

.right-box {
  display: inline-block;
  height: 456px;
  transform: translateX(24px);
  vertical-align: top;
  width: 396px;
}

.email-box,
.pw-box {
  background: #ffffff;
  border: 1px solid lightgray;
  border-radius: 6px;
  font-size: 17px;
  height: 22px;
  line-height: 16px;
  padding: 14px 16px;
  vertical-align: middle;
  width: 330px;
}

.pw-box::-ms-reveal,
.pw-box::-ms-clear {
  display: none;
}

.password-row {
  display: flex;
  position: relative;
}

.toggle-eye-icon {
  cursor: pointer;
  display: none;
  margin: 0;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
}

.email-box:focus,
.pw-box:focus {
  outline: 1px solid rgb(25, 120, 243);
  outline-offset: -2px;
}

.login-button {
  background-color: rgb(25, 120, 243);
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  padding: 0 16px;
  vertical-align: middle;
  width: 364px;
}

.login-button:hover {
  background-color: rgb(23, 112, 230);
  cursor: pointer;
}

.create-button {
  background-color: rgb(67, 184, 43);
  border: none;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 17px;
  line-height: 48px;
  margin: 24px auto;
  padding: 0 16px;
}

.create-button:hover {
  background-color: rgb(55, 165, 33);
  cursor: pointer;
}

.line {
  align-items: center;
  border-bottom: 1px solid lightgray;
  display: flex;
  margin: 6px 16px 0;
  text-align: center;
}

.mobile-or {
  display: none;
}

.adjust-forgot-pw {
  color: rgb(25, 120, 243);
  font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-left: 107.5px;
}

.form-container {
  align-items: center;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  height: 345px;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 397px;
}

.form-container::after {
  border-bottom: 1px solid #d7d9dd;
  bottom: -12px;
  box-shadow: 0 1px 0 rgb(255 255 255 / 70%);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.space {
  padding: 6px;
}

.spaceTwo {
  padding: 0 6px;
}

.adjust {
  margin: 10px;
}

.adjustTwo {
  margin: 10px 10px 16px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: rgb(25, 120, 243);
  text-decoration: underline;
}

.bottom-link-box {
  color: #1c1e21;
  font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 100px;
  margin-left: 0;
  margin-top: 28px;
  padding-top: 0;
  text-align: left;
  width: 400px;
}

.bottom-link,
.bottom-link:hover {
  color: #385898;
}

body {
  background: #f2f4f7;
  color: rgb(27, 29, 32);
  direction: ltr;
  line-height: 1.34;
  margin: 0;
  padding: 0;
  unicode-bidi: embed;
}

footer {
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: justify;
  width: 100%;
}

footer > div {
  margin: 0 auto;
  max-width: 980px;
  padding: 0;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul:first-of-type {
  margin-bottom: 4px;
}

.list-items {
  color: rgb(138, 141, 145);
  display: inline-block;
  font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 9px 0 0;
  vertical-align: baseline;
}

.list-items:hover {
  color: rgb(138, 141, 145);
  text-decoration: underline;
}

.language-option.active {
  color: #737373;
  font-weight: 700;
}

.plus-button {
  font-size: 10px;
  font-weight: bold;
  width: 25px;
}

.line-2 {
  border-bottom: 1px solid #dddfe2;
  margin: 4px 0 8px;
}

.fb-clone,
.fb-clone-link {
  color: rgb(138, 141, 145);
  font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.fb-clone {
  margin: 20px 0 0;
}

.mobile-footer {
  display: none;
}

.reduce-margin {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 1125px) {
  .bigger-box {
    margin-top: -90px;
    padding-bottom: 170px;
    padding-top: 0;
  }

  .big-box {
    display: flex;
    flex-direction: column;
    height: 496px;
    margin: 0 40px;
    text-align: center;
    width: auto;
  }

  .left-box {
    margin: 0 auto;
    padding: 0;
  }

  .logo-caption {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    width: 100px;
  }

  .right-box {
    float: none;
    margin: 0 auto;
    padding: 40px;
    transform: none;
  }

  .form-container {
    float: none;
    margin: 0 auto;
  }

  .adjust {
    float: none;
    height: 25px;
    margin: 1px auto;
  }

  .adjust-forgot-pw {
    float: none;
    height: 25px;
    margin: 0 auto;
  }

  .spaceTwo {
    margin-bottom: 16px;
  }

  .line {
    margin: 10px 8px;
  }

  .create-button {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .bottom-link-box {
    float: none;
    height: 25px;
    margin: 25px auto 0;
  }

  footer {
    margin: 20px;
    margin-right: 55px;
    width: auto;
  }

  ul {
    margin: 0;
    width: auto;
  }

  .line-2 {
    margin: 7.5px;
    margin-left: 45px;
    width: auto;
  }

  .fb-clone {
    margin-top: 10px;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  html,
  body {
    background: #ffffff;
    min-width: 0;
    width: 100%;
  }

  .global-container {
    height: auto;
    width: 100%;
  }

  .contains-top-half-and-footer-bottom-half {
    min-height: 100vh;
    width: 100%;
  }

  .bigger-box {
    background: #ffffff;
    margin: 0;
    min-width: 0;
    padding: 16px 15px 78px;
  }

  .big-box {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .big-box::before {
    color: #1877f2;
    content: "facebook";
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 16px;
  }

  .left-box,
  .bottom-link-box,
  .form-container::after {
    display: none;
  }

  .right-box {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .form-container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .password-row {
    display: block;
  }

  .toggle-eye-icon {
    right: 14px;
    top: 14px;
  }

  .space {
    margin: 0 0 8px;
    padding: 0;
  }

  .email-box,
  .pw-box {
    background: #f5f6f7;
    border: 1px solid #dddfe2;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1c1e21;
    font-size: 15px;
    height: 44px;
    line-height: 20px;
    padding: 11px 12px;
    width: 100%;
  }

  .pw-box {
    padding-right: 44px;
  }

  .login-button {
    border-radius: 4px;
    font-size: 17px;
    height: 41px;
    line-height: 41px;
    margin-top: 3px;
    padding: 0 16px;
    width: 100%;
  }

  .adjustTwo {
    margin: 14px 0 0;
  }

  .adjust-forgot-pw {
    color: #216fdb;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
  }

  .line {
    align-items: center;
    border: 0;
    color: #1c1e21;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    gap: 14px;
    justify-content: center;
    margin: 22px 0 20px;
  }

  .line::before,
  .line::after {
    border-bottom: 1px solid #ccd0d5;
    content: "";
    flex: 1;
  }

  .mobile-or {
    color: #1c1e21;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .create-button {
    background-color: #00a400;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    line-height: 36px;
    margin: 0 auto;
    min-width: 176px;
    padding: 0 14px;
  }

  footer {
    background: #ffffff;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px 24px;
    text-align: center;
    width: 100%;
  }

  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    color: #576b95;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .mobile-language-grid {
    display: grid;
    gap: 0 34px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 12px;
    max-width: 300px;
  }

  .mobile-language-grid span {
    display: block;
  }

  .mobile-language-option {
    background: transparent;
    border: 0;
    color: #576b95;
    cursor: pointer;
    font: inherit;
    padding: 0;
  }

  .mobile-language-option.active {
    color: #737373;
    font-weight: 700;
  }

  .mobile-plus-button {
    background: #ffffff;
    border: 1px solid #8a8d91;
    border-radius: 3px;
    color: #576b95;
    font-size: 18px;
    height: 20px;
    line-height: 16px;
    padding: 0;
    width: 21px;
  }

  .mobile-meta-links,
  .mobile-copyright {
    color: #737373;
  }

  .mobile-meta-links {
    margin-top: 6px;
  }

  .mobile-meta-links a {
    color: inherit;
    text-decoration: none;
  }

  .mobile-meta-links a:hover {
    text-decoration: underline;
  }
}
