.page-profile-edit .profile_edit_form {
	margin: 20px auto;
}
.page-profile-edit .profile_edit_form .head {
	color: #6b1d0a;
	background-color: #c98720;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 10px 20px;
    font-size: 30px;
    font-weight: 700;
}
.page-profile-edit .profile_edit_form .content {
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 20px;
}
.page-profile-edit .profile_edit_form .content table tr td:first-child {
	vertical-align: top;
}
.page-profile-edit .profile_edit_form .content textarea {
  resize: none;
}
.page-profile-edit .profile_edit_form .content label {
	line-height: 2;
    font-size: 16px;
    vertical-align: super;
    font-weight: normal;
}
.page-profile-edit .profile_edit_form .content input[type='file'] {
	display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}
.page-profile-edit .profile_edit_form .button {
	position: relative;
	margin: 20px 0;
}
.page-profile-edit .profile_edit_form .button span {
	background-color: #275b6e;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;	
}
.page-profile-edit .profile_edit_form .button .back {
	float: left;
}
.page-profile-edit .profile_edit_form .button .submit {
	float: right;
}
.page-profile-edit .profile_edit_form .content .profile_pic {
	margin: auto;
	text-align: center;
}
.page-profile-edit .profile_edit_form .content .profile_pic .profile_img {
	margin-bottom: 10px;
}
.page-profile-edit .profile_edit_form .content .profile_pic img {
	max-width: 200px;
	border-radius: 10px;
	border: 1px solid #6b1d0a;
}
.page-profile-edit .profile_edit_form .content .profile_pic .img_upload span {
	border-bottom: 1px dotted;
	margin-bottom: 1px;
	font-size: 16px;
	cursor: pointer;
}
.page-profile-edit .profile_edit_form .content table {
	margin: auto;
	border: none;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.page-profile-edit .profile_edit_form .content .profile_pic {
		margin-bottom: 20px;
	}
}