#main{
	width: 1100px;
    margin: 0 auto;
}

.title-area{
	color: #d9c6a5;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	position: relative;
}

.title-area .return-btn{
	position: absolute;
	left: 20px;
    top: 15px;
	color: #d9c6a5;
	text-decoration: none;
	font-size: 25px;
	font-weight: 500;
}

.content-area-bg{
	border-radius: 25px; 
	padding: 5px; 
	background: radial-gradient(circle farthest-corner at center, #844122, #edd688);
}

.content-area{
	background-color: #ffffff;
	padding: 60px 100px;
	border-radius: 25px;
}

/*login-pass-editor-tb*/
.content-area .login-pass-editor-tb{
	width: 90%;
}

.content-area .login-pass-editor-tb td{
	padding: 15px 10px;
	vertical-align: middle;
	font-size: 18px;
	border-bottom:1px solid #ccc;
}

.content-area .login-pass-editor-tb td.icon{
	font-weight:bold;
	width:1px;
	white-space: nowrap;
	color: #c3a165;
	text-align: center;
	font-size: 26px;
}

.content-area .login-pass-editor-tb td.title{
	font-weight:bold;
	width:1px;
	white-space: nowrap;
	color: #2b2b2b;
}

.content-area .login-pass-editor-tb .input-v1{
	border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 16px;
    width: 80%;
	padding: 7px;
}

.content-area .save-btn{
	background: linear-gradient(rgb(239, 224, 199), rgb(193, 174, 134));
    border: 1px solid rgb(153, 135, 98);
    color: rgb(43, 43, 43);
    font-weight: 600;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 20px;
}

.content-area .save-btn:hover{
	background: linear-gradient(rgb(255, 255, 255), rgb(185, 185, 185));
    border: 1px solid rgb(170, 170, 170);
}