/* pages/ucenter/accountsecurity/mdfpassword/mdfpassword.wxss */
.main {
  height: 100%;
  width: 100%;
  position: relative;
}

.main_image {
  height: 1334rpx;
  width: 750rpx;
  margin-top: -128rpx;
}

.main .context {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0rpx 6rpx 6rpx  #f5f5f5 inset;
}

/* .context_input {
  margin: 30rpx 32rpx;
} */

.logo_view{
  margin: 0rpx 268rpx;
}
.login_logo1 {
  height: 213rpx;
  width: 214rpx;
  margin-top: 90rpx;
}
.login_logo2 {
  height: 120rpx;
  width: 184rpx;
  margin: 0rpx 15rpx;
}

.context_input {
  margin-top: 70rpx;
  margin-right: 60rpx;
  margin-left: 60rpx;
  margin-bottom: 20rpx;
}

.context_input .input_view {
   box-shadow: 0rpx 0rpx 10rpx  #dedede;
  border-radius: 10rpx;
  margin: 20rpx 0rpx;
  height: 88rpx;
  position: relative;
}

.context_input input {
  width: calc(100% - 122rpx);
  display: inline-block;
  font-size: 32rpx;
  height: 88rppx;
  line-height: 88rpx;
  min-height: 88rpx;
  padding-left: 30rpx;
  color: #434343;
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
}

.context_input .placeholder {
  color: #999999;
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
}
.errorMsg{
  height: 28rpx;
  margin: 12rpx 60rpx 32rpx 60rpx;
  font-size: 28rpx;
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
  color: red;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login_button {
  width: calc(100% - 300rpx);
  font-size: 32rpx;
  /* margin: 0rpx 32rpx; */
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #00a8dc;
  border-radius: 40rpx;
  height: 80rpx;
  border: none;
  text-align: center;
}

.login_button_disable {
  width: calc(100% - 300rpx);
  font-size: 32rpx;
  /* margin: 0rpx 32rpx; */
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #c9c9c9;
  border-radius: 40rpx;
  height: 80rpx;
  border: none;
  text-align: center;
}

.login_button.button-hover {
  background-color: #36a9a6;
}

.bindPhoneInfo{
  text-align: center;
  font-size: 32rpx;
  height: 100rpx;
  line-height: 100rpx;
  min-height: 100rpx;
  color: #C0C0C0;
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
}

.password_img {
  width: 26rpx;
  height: 34rpx;
  margin: 27rpx 0rpx 27rpx 32rpx;
  padding-right:32rpx;
  border-right: 2rpx #999999 solid;
}