/*
 * @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-resetpwd {
  line-height: 1.2;
}
.gd-auth-resetpwd .gd-auth-resetpwd__title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.gd-auth-resetpwd .gd-auth-resetpwd__item {
  display: flex;
}
.gd-auth-resetpwd .gd-auth-resetpwd__item + .gd-auth-resetpwd__item {
  margin-top: 12px;
}
.gd-auth-resetpwd .gd-auth-resetpwd__sms-btn {
  width: 100px;
  height: 45px;
  background: #ececec;
  color: #424242;
  flex: 0 0 auto;
  font-weight: 400;
  border: none;
  padding: 0;
  font-size: 14px;
  margin-left: 15px;
}
.gd-auth-resetpwd .gd-auth-resetpwd__sms-btn:hover:hover {
  background: #ccc;
  color: #111;
}
.gd-auth-resetpwd .gd-auth-resetpwd__submit {
  margin-top: 24px;
  width: 100%;
  height: 45px;
}
.gd-auth-resetpwd .gd-auth-resetpwd__links {
  color: #A9A9A9;
}
.gd-auth-resetpwd .gd-auth-resetpwd__footer {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  bottom: 0;
  left: 0;
  height: 48px;
  width: 100%;
  padding: 0 20px;
  background: linear-gradient(216deg, #f9fafb 0%, #f8fafb 57%, #f0f2f6 100%);
}
