.login-container {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
}

.login-left {
  width: 430px;
  height: 100%;
  min-width: 430px;
  overflow: hidden;
  background-color: #f2f7ff;
  padding: 40px 40px;
  box-sizing: border-box;
  /* display: flex;
  flex-direction: column;
  justify-content: space-around; */
}

.left_top_title {
  font-size: 40px;
  font-family: Inter-Black;
  line-height: 54px;
  margin-top: 16px;
  margin-bottom: 105px !important;
}

.left_middle_title {
  font-size: 24px;
  font-family: Inter-Bold;
}

.left_bottom_desc {
  font-size: 16px;
  margin-top: 12px;
  line-height: 24px;
}

.right-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-cont {
  display: flex;
  width: 100%;
  max-width: 440px;
  padding: 0px 10px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.email-title {
  font-size: 16px;
  width: 100%;
}

.login-input-normal {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  border: 1px solid #e9edf0;
  background-color: #e9edf0;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.login-input-normal:focus {
  border-color: #006fff;
  outline: none;
}

.error-tip {
  display: none;
  width: 100%;
  color: #ff0068;
  font-size: 14px;
  margin-top: 8px;
}
.change-email-tip{
  width: 100%;
  color: #262933;
  font-size: 14px;
  margin-top: 8px;
}
.change-email-tip i{
  color: #006fff;
  font-style: normal;
  text-decoration: underline;
  cursor: pointer;
}

.blue-btn {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  font-size: 16px;
  border: none;
  color: white;
  background-color: #006fff;
  cursor: pointer;
  flex-shrink: 0;
}

.blue-btn:hover {
  background-color: #005ed9;
}

.or-container {
  width: 100%;
  height: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  flex-shrink: 0;
}

.or-container span {
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  font-size: 14px;
  color: #a5acbd;
  padding-left: 10px;
  padding-right: 10px;
  transform: translate(-50%, -50%);
}

.dividing-line {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 8px;
  background-color: #e5e7eb;
}

.font_14_grey {
  font-size: 14px;
  color: #6b7280;
}

.google-login {
  width: 100%;
  height: 44px;
  position: relative;
  border-radius: 22px;
  border: 1px solid #262933;
  cursor: pointer;
  flex-shrink: 0;
}

.google-login:hover{
    background-color: #F8FBFF;
}

.google-login-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.google-login-cover span{
  white-space: nowrap;
}
.g_id_signin2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 99;
}
.login-register-btn {
  color: #006fff;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
}

.login-register-btn:hover {
  text-decoration: underline;
}

.login-forget-btn {
  margin-top: 12px;
  text-decoration: underline;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #6b7280;
}

.login-forget-btn:hover {
  color: #262933;
}

.toggle-pwd {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/login/ic_login_toggle_pwd.png) no-repeat;
  top: 55%;
  /* left: 50%; */
  transform: translate(0%, -50%);
  right: 20px;
  background-position: left;
  border: none;
  cursor: pointer;
}
.toggle-back {
  width: 32px;
  height: 32px;
  background: url(../img/header/ic_back.png)  no-repeat;
  background-size: 200% 100%;
  background-position: left;
  display: inline-block;
  vertical-align: middle;
}
.toggle-back-span{
  vertical-align: middle;
  font-size: 24px;
  line-height: 29px;
  color: #006FFF;
  font-weight: 700;
  margin-left: -2px;
}
.toggle-back-main{
  width: 109px;
  height: 40px;  
  cursor: pointer;
}
.send-code{
  color: #006fff;
  font-size: 14px;
  position: absolute;
  top: 55%;
  transform: translate(0%, -50%);
  right: 20px;
  cursor: pointer;
}

.privacy-container{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
}

.privacy-container span{
  color: #6B7280;
}

.privacy-container a{
  color: #0171D3;
  margin-left: 5px;
}

.toggle-privicy {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(../img/login/ic_toggle_privicy.png) no-repeat;
  background-position: left;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .login-left{
    display: none;
  }

  .right-container{
    padding: 45px 15px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .login-cont{
    padding-bottom: 45px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
}
