.App {
    text-align: center;
  }

.App-TopMargin {
  text-align: center;
  margin-top: 2%;
}

.centerApp {
  margin: auto;
  width: 40%;
  min-width: 300px;
}

.border{
  border-style: solid;
}

.verticalButton{
  margin-left: 20px;
}

.App-header {
  overflow: hidden;
  background-color: #282c34;
  padding: 20px 20px;
  font-size: 20px;
  color: white;
  font-family: sans-serif;
}

.App-link {
  color: white;
  text-decoration: none;
}

.App-header-right {
  float: right;
}

.App-Menu {
  width: 200px
}

.App-clientLogin-image {
  float: right;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin-left: 10px;
}

input[type="file"] {
  display: none;
}

.fileUpload {
  display: inline-block;
}


/*# sourceMappingURL=static/js/../js/static/css/styles.6e8bbfff5b3d59712360.css.map.js*/