* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}
.login-container {
	padding: 40px;
	border-radius: 8px;
	width: 100%;
}
.login-title {
	margin-bottom: 30px;
	color: #333;
	font-size: 26px;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	display: block;
	margin-bottom: 5px;
	color: #555;
	font-size: 13px;
}
.form-control {
	width: 350px;
	padding: 15px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
    margin-bottom: 8px;
	transition: border-color 0.3s ease;
}
.form-control:focus {
	outline: none;
	border-color: #1a73e8;
	box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.2);
}
.login-btn {
	width: 350px;
	padding: 14px;
	background: #ffcb05;
	color: #333;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	transition: background 0.3s ease;
	margin-bottom: 15px;
    margin-top: 10px;
}
.login-btn:hover {
	background: #ff8000;
    color: #fff;
}
.form-checkbox{
	font-size: 13px;
}
.form-rememberWidth{
	margin-right: 5px;
}
.form-lable_flex{
	display: flex;
}
.login-title14{
	font-size: 14px;
	margin-bottom: 5px;
}
.rememberMargin{
	font-size: 13px;
}
.rememberMargina{
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
	color: #007Aff;
}
.rememberMargina:hover{
    color:#FF4200;
}
.toast-center-center {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 !important;
}

        /*  注册样式 */
        .register-border{
          border-bottom: 1px solid #007fac;  
          margin-bottom: 15px;
        }
        .register-title30{
            margin-bottom: 30px;
            color: #4D5358;
            font-size: 18px;
        }
        .register-title{
            margin: 5px 0px;
            color: #4D5358;
            font-size: 18px;
        }
        .register-group {
            margin-bottom: 15px;
            display: flex;
        }
        .register-group label {
           
            color: #555;
            font-size: 13px;
            align-content: center;
            width: 270px;
            text-align: right;
            margin-right: 10px;
        }
        .passwordValidator{
            margin-left: 25px;
            font-size: 13px;
            color: #555;
        }
        .register-rememberWidth{
            margin-right: 5px;
            margin-left: 280px;
           
        }
        .register-rememberMargin{
            font-size: 13px;
            line-height: 30px;
            margin-left: 280px;
            width: 780px;
        }
        .register-btn {
            width: 90px;
            padding: 14px;
            background: #1a73e8;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 700;
            font-size: 14px;
            transition: background 0.3s ease;
            margin-bottom: 15px;
            margin-left: 280px;
        }
        .register-btn:hover {
            background: #1557b0;
        }
        .register-group span{
            color: #d90000;
        }
        .wd_750 {
            width:750px;
            height: 580px;
            margin-left: auto;
            margin-right: auto;
        }

        .m-box {
            min-height: 580px;
            background-color: #fff;
            position: relative;
        }

        .m-left {
            width: 320px;
            min-height: 100%;
            background-color: #FDD33F;
          
            overflow: hidden;
        }

        .m-left-logo {
            display: block;
            width: 210px;
            height: 43px;
            margin: 104px 0 0 42px;
            background: url(//css.dhresource.com/buyer/registerandsignin/image/2020/sprites.png) no-repeat -6px -190px;
        }

        .m-left-word {
            margin-top: 120px;
            padding-left: 42px;
            font-family: Adobe Heiti Std;
            font-weight: normal;
            color: #866335;
            line-height: 22px;
        }

        .m-left-title {
            color: #866335;
            font-size: 14px;
        }

        .m-left-word li {
            list-style: disc;
            font-size: 12px;
        }

        .m-right {
            box-sizing: border-box;
            width: 430px;
            height: 100%;
            padding: 80px 40px 0 40px;
        }

        .f-right {
            float: right;
        }

        #username::placeholder { /* 通过ID选择器 */
  color: #999; /* 红色 */
  
}
 #password::placeholder { /* 通过ID选择器 */
  color: #999; /* 红色 */
  
}
      