    
    .layui-layer-hui .layui-layer-content{
        color: #fff;
    }
    .verifiy-code::after{
		content: "";
		display: table;
		clear: both;
	}
    .password-box {
        margin: 0 auto;
        padding: 20px;
        width: 400px;
        background: #FFFFFF;
    }
 
    .title {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
 
    .title span {
        font-size: 18px;
        color: #353f42;
    }
 
    .title-msg {
        width: 100%;
        height: 64px;
        line-height: 64px;
    }
 
    .title:hover{
        cursor: default	;
    }
 
    .title-msg:hover{
        cursor: default	;
    }
 
    .title-msg span {
        font-size: 12px;
        color: #707472;
    }
 
    .input-content {
        width: 100%;
        height: 120px;
    }
 
    .input-content input {
        width: 100%;
        height: 40px;
        border: 1px solid #dad9d6;
        background: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
    }
 
    .enter-btn {
        width: 350px;
        height: 40px;
        color: #fff;
        background: #b39b77;
        line-height: 40px;
        text-align: center;
        border: 0px;
    }
 
 
    .enter-btn:hover {
        cursor:pointer;
        background: #cfb68f;
    }
	.verifiy-code{

		margin-top: 20px;

	}

	.code-input{
		width: 190px;
		float: left;
	}

	.captcha{
		width: 150px;
		height: 40px;
		margin-left: 20px;
		float: left;
	}

	.captcha img{
		width: 100%;
		height: 40px;
	}