

.the-sign p {
	padding: 10px 8px;
    line-height: 1.6em;
    border: 1px solid #f7b6a9;
    background: #fdf5f3;
    color: #666;
    font-size: 13px;
    padding-left: 12px;
    margin-top: 2%;
}
.the-sign p b {
	font-weight: bold;
    color: #9b1111;
}
.the-sign form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-top: 2%;
}
.the-sign form .inp {
	width: 48%;
	margin-bottom: 2%;
}
.the-sign form .inp label {
	width: 85px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #666;
}
.the-sign form .inp label em {
	font-style: normal;
	padding-right: 3px;
	color: #f00;
	height: 35px;
	line-height: 35px;
}
.the-sign form .inp input,
.the-sign form .inp select,
.the-sign form .inp textarea {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #e2dfdf;
	color: #666;
}
.the-sign form .w100 {
	width: 100%;
	height: auto;
}
.the-sign form .inp textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding: 10px;
	color: #666;
	box-sizing: border-box;
}
.the-sign form  button {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #ff9d00;
    cursor: pointer;
    margin-bottom: 10px;
}
