* {
    box-sizing: border-box;
}

label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  display: block;
  margin-left: 17px;
}

.container {
    width: 324px;
    height: 370px;
    margin: auto;
}

input {
    display: block;
    width: 260px;
    height: 30px;
    margin: 13px auto;
}

legend {
    background-color: #01bdbd;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;

    width: 149px;
    height: 25px;

    position: relative;
    top: 8px;
    right: 55px;
}

.email-input {
  margin-top: 34px;
}

.choose-password, .confirm-password {
  margin-top: 18px;
}

.btn {
  margin-top: 35px;
}

.btn-submit {
  background-color: #01bdbd;
  color: white;

  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  height: 45px;

  border-radius: 4px;
  border: 0px;
  padding: 0px;
}

fieldset {
  border: 0px;
}
