@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

body {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-family: Raleway;
	color: #ffffff;
	width: 1140px;
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
	padding: 10px 38px;
	height: 530px;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.card-form {
    width: 425px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.card-form:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.form-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    background: #7f9d89;
    border-radius: 10px 10px 0 0;
	letter-spacing: 1px;
}

.form-body {
	padding: 10px;
	padding-top: 7px;
}

.row {
    display: flex;
    justify-content: space-around;
    padding: 4px;
}
.languge_switch button {
	border: none;
	background: #FF6C5E;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 11px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
	transition: 0.5s;
}
.languge_switch {
	text-align: center;
	padding: 0px 0 6px 0;
}
input, select {
    appearance: none;
    width: 100%;
    margin: 0 15px;
    padding: 15px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #e8ebed;
    color: #576366;
    font-size: 14px;
}

/* Hide the file input using
opacity */
[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
input,
[type=file] + label {
  position: relative;
}
[type="file"] + label {
	text-align: center;
	background: #E8EBED;
	color: #fff;
	border: none;
	cursor: pointer;
	width: 100%;
	padding: 12px 15px;
	border-radius: 5px;
}
.image_input input {
	width: 326px;
}

[type=file] + label:hover {
  background: #7f9d89;
    color: #fff;
}


.rule {
    height: 2px;
    background: #e8ebed;
    margin: 0px 35px;
}

.form-footer {
	margin: 0 0px 15px 0px;
	padding: 0px 10px;
	text-align: center;
}

.form-footer button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	background: #7f9d89;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	width: 358px;
	font-weight: 700;
    letter-spacing: 1px;
}

span.social_btn {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    background: #7f9d89;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    width: 160px;
    text-align: center
}

.card-form.card_sign {
	margin-left: 25px;
	width: 720px;
	height: 478px;
	padding-left: 15px;
}

.form_btn {
	color: #fff;
	width: 135px;
	display: inline-block;
	text-align: center;
	height: 27px;
	font-weight: 700;
	margin-top: 9px;
	margin-left: 37px;
	padding-top: 8px;
	border-radius: 2px;
    cursor: pointer;
}
.active_btn {
   background: #7f9d89;
    cursor: default;
}
.Disab_btn {
   background: #999; 
}
.img_form {
	margin-top: 20px;
	width: 290px;
	margin-left: 21px;
}
.upload_btn {
	margin-left: 17px;
	margin-bottom: 31px;
	padding: 7px 10px;
}
.img_ratio {
	color: #4C4D4F;
	font-size: 13px;
	margin-left: 10px;
	font-weight: 700;
}
.error_massage {
	color: #7f9d89;
	font-size: 12px;
	font-weight: 700;
	margin-left: 12px;
}
.share_image {
	width: 1px;
	opacity: 0;
	height: 1px;
}
.mbl_warning {
    display: none;
}
.edit_image {
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 1px;
	cursor: pointer;
	background: #7f9d89;
	font-size: 11px;
	padding: 10px 9px;
	text-decoration: none;
}
.image_input label {
	margin-bottom: 5px;
	display: block;
	margin-top: 2px;
	color: #576366;
}
.image_input input {
  margin: 0;
}
.logo_upload {
  width: 83%;
  margin-left: 18px;
}


