
  .wrapper {
    align-items: center;
    margin: auto;
    min-height: 100%;
    display: none;
  }
  
  .inner {
    margin: auto;
  }
  
  .form {
    width: 60%;
    margin: auto;
    margin-top: 30%;
    padding: 2%;
    background-color: white;
  }
  .inner h3 {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin-bottom: 28px;
  }
  
  .form-group {
    display: flex;
    margin-bottom: 0px !important;
  }
  .form-group input {
    width: 50%;
  }
  .form-group input:first-child {
    margin-right: 25px;
  }
  
  .form-wrapper {
    position: relative;
  }
  .form-wrapper i {
    position: absolute;
    bottom: 9px;
    right: 0;
  }
  
  .form-control {
    border: 1px solid #003974;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    margin-bottom: 25px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #333;
  }
  .form-control::-moz-placeholder {
    font-size: 13px;
    color: #333;
  }
  .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #333;
  }
  .form-control:-moz-placeholder {
    font-size: 13px;
    color: #333;
  }

  .firstFormGroup {
    align-items: flex-end;
    padding-bottom: 2%;
  }

  .profileImage {
    border-radius: 50%;
  }

  .nameFields {
    margin: 1%;
  }

  .updateButton {
    background-color: #003974;
  }
  
  .input-password-toggle{display: none;}

  @media (min-width : 766px){
    .form {
      margin-top: 10%;
    }
  }

  @media (min-width : 980px){
    .form {
      margin-top: 6%;
    }
  }

  @media (min-width : 1100px){
    .form {
      margin-top: 1%;
    }
  }