* {
  padding: 0;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  width: 60%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #fff;
  margin-top: 2%;
}

form {
  width: 80%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h5 {
  background: #fff;
  font-size: 2em;
  margin-top: 2%;
}

label {
  display: block;
  margin: 2px 0px;
  background: #fff;
  font-size: 1.2em;
}

.field {
  margin-top: 2%;
  width: 60%;
  background: #fff;
}

.form-field {
  width: 100%;
  height: 5vh;
  border-radius: 10px;
  outline: none;
  border: 1px solid #000;
  padding: 2px 5px;
  background: #fff;
}

#myProgress {
  width: 100%;
  bacground-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#transferButton {
  border: 1px solid grey;
  width: 60%;
  height: 30px;
  margin-bottom: 5%;
  background: grey;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#transferButton:hover {
  cursor: pointer;
}

.transfer_container {
  margin: auto;
  display: flex;
  width: 60%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
