.wrapper {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}
.wrapper a {
  color: #5d87ff;
  text-decoration: none;
}
.wrapper .alert {
  position: absolute;
  top: 48px;
  width: 450px;
}
.wrapper .loginContainer {
  width: 386px;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: rgba(145, 158, 171, 0.3) 0 0 2px 0, rgba(145, 158, 171, 0.12) 0 12px 24px -4px;
}
.wrapper .loginContainer .logo {
  width: 174px;
  height: 70px;
  margin: 0 auto;
}
.wrapper .loginContainer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrapper .loginContainer .thirdPartyLoginContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
.wrapper .loginContainer .thirdPartyLoginContainer .thirdPartyItem {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 7px 21px 7px 108px;
  border: 1px solid #e5eaef;
  border-radius: 8px;
}
.wrapper .loginContainer .thirdPartyLoginContainer .thirdPartyItem .thirdPartyIcon {
  width: 16px;
  height: 16px;
}
.wrapper .loginContainer .thirdPartyLoginContainer .thirdPartyItem .thirdPartyIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .loginContainer .thirdPartyLoginContainer .thirdPartyItem .thirdPartyLabel {
  font-size: 15px;
  font-weight: 400;
}
.wrapper .loginContainer .divider {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 300;
  color: #2a3547;
}
.wrapper .loginContainer .authForm {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wrapper .loginContainer .authForm .label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2a3547;
}
.wrapper .loginContainer .authForm .contractWrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 17.5px;
  font-size: 14px;
}
.wrapper .loginContainer .authForm .contractWrapper .forgotPassword {
  line-height: 17.5px;
  margin-left: auto;
  text-decoration: none;
  color: #5d87ff;
  cursor: pointer;
}
.wrapper .loginContainer .authForm .authInput {
  height: 44px;
}
.wrapper .loginContainer .authButton {
  margin: 16px auto;
  width: 100%;
  height: 42.25px;
}
.wrapper .loginContainer .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
  font-size: 16px;
  color: #2a3547;
}
.wrapper .loginContainer .footer .link {
  font-size: 14px;
  color: #5d87ff;
  cursor: pointer;
}
.wrapper .resetPasswordContainer {
  background-color: #ffffff;
  color: #2a3547;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 7px;
  box-shadow: rgba(145, 158, 171, 0.3) 0 0 2px 0, rgba(145, 158, 171, 0.12) 0 12px 24px -4px;
  overflow: hidden;
  background-image: none;
  padding: 32px;
  z-index: 1;
  width: 100%;
  max-width: 500px;
}
.wrapper .resetPasswordContainer .logo {
  width: 174px;
  height: 70px;
  margin: 0 auto;
}
.wrapper .resetPasswordContainer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrapper .resetPasswordContainer .subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.57;
  color: #2a3547;
  text-align: center;
  font-weight: 400;
}
.wrapper .resetPasswordContainer .label {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24.5px;
  font-weight: 600;
  display: block;
}
.wrapper .resetPasswordContainer .authInput {
  margin: 16px auto;
  height: 44px;
}
.wrapper .resetPasswordContainer .resetPasswordFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  color: #2a3547;
}
.wrapper .resetPasswordContainer .resetPasswordFooter button {
  width: 100%;
  height: 42.25px;
}
.wrapper .resetPasswordContainer .resetPasswordFooter .link {
  font-size: 14px;
  color: #5d87ff;
  cursor: pointer;
}
