.edit-image {
  font-size: 0;
}

.div-profile-image {
  width : 50%;
  display: inline-block;
  text-align: center;
}

.profile-image {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
}

.browse-image {
  display: inline-block;
  width : 50%;
  font-size : 22;
}

.edit-data{
  font-size: 0;
  margin: 10px 0;
}

.edit-data input[type="text"] {
  width: 50%;
  outline: 0;
}

.form-label {
  width: 50%;
  display: inline-block;
  font-size: 20px;
}


.checkbox {
  width: 50%;
  display: inline-block;
  text-align: right;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}


.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #55D069;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.slider {
  border-radius: 34px;
}

.slider:before {
  border-radius: 50%;
}

.back {
  float: left;
  background-color: #d50027;
  color: black;
  border-color: black;
  border-radius: 5px;
  padding: 5px 12px;
  text-decoration: none;
  border-width: 1px;
  border-style: outset;
  font: 13.3333px Serif;
}

.save {
  float: right;
  background-color: #8BBd3c;
  color: black;
  border-color: black;
  border-radius: 5px;
  font: 13.3333px Serif;
  padding: 5px 12px;
  border-width: 1px;
}