/**
 * HiTemp 找回密码弹窗样式
 */

/* 找回密码弹窗特定样式 */
#forgot-modal .auth-modal-header p {
    color: #6b7280;
}

#forgot-modal .form-group:last-of-type {
    margin-bottom: 25px;
}


