img {
  max-width: 100%;
}

.profile_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
}
.profile_section .heading {
  width: 100%;
  padding: 5px;
  font-size: 23px;
  text-align: center;
}
.profile_section .formcontrol {
  width: 100%;
  padding: 10px;
}
.profile_section .formcontrol label {
  display: block;
  margin-bottom: 10px;
}
.profile_section .formcontrol label small {
  color: red;
}
.profile_section .formcontrol input {
  padding: 10px;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.profile_section .fullwidth {
  width: 100%;
}

.btn_update {
  background-color: #037ae2;
  color: #fff;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

.changepassword .formcontrol {
  width: 100%;
  position: relative;
}
.changepassword .formcontrol input {
  padding-right: 35px;
}
.changepassword .formcontrol .password {
  position: absolute;
  right: 21px;
  top: 53px;
  background-color: transparent;
  cursor: pointer;
}