/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-auth-login {
  line-height: 1.2;
}
.gd-auth-login .gd-auth-login__title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.gd-auth-login .gd-auth-login__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gd-auth-login .gd-auth-login__qq {
  display: flex;
  align-items: center;
}
.gd-auth-login .gd-auth-login__qq .gd-icon {
  font-size: 44px;
}
.gd-auth-login__item + .gd-auth-login__item {
  margin-top: 12px;
}
.gd-auth-login .gd-auth-login__submit {
  margin-top: 18px;
  width: 100%;
  height: 45px;
}
.gd-auth-login .gd-auth-login__links {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 4px;
  font-weight: 400;
}
.gd-auth-login .gd-auth-login__resetwod {
  color: #999;
}
.gd-auth-login .gd-auth-login__icon-wechat,
.gd-auth-login .gd-auth-login__icon-qq {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.gd-auth-login .gd-auth-login__third-parties {
  width: 100%;
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.gd-auth-login .gd-auth-login__third-parties > div {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.gd-auth-login .gd-auth-login__footer {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  bottom: 0;
  left: 0;
  height: 48px;
  width: 100%;
  color: #005CF9;
  padding: 0 20px;
  background: linear-gradient(216deg, #f9fafb 0%, #f8fafb 57%, #f0f2f6 100%);
}
