body {
  font-family: AvenirNext, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif;
}

button {
  background-color: #0077c5;
  border: 1px solid #4c4c4c;
  border-radius: 4px;
  color: rgb(250, 251, 252);
  width: 80px;
  height: 35px;
  margin-left: 10px;
  margin-right: 30px;
}

button img {
  width: 10px;
}

body {
  background-color: #eee;
}

header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
  height: 30px;
}

header div {
  font-size: smaller;
}

.blue {
  color: #0077c5;
}

fieldset {
  background-color: white;
  width: 25%;
  margin: 0 auto;
  margin-bottom: 35px;
}

fieldset p span {
  color: #4c4c4c;
  font-weight: 400;
  font-size: 24px;
}

fieldset .upper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upper .account {
  margin-top: 1px;
  color: #4c4c4c;
  font-size: 14px;

}

.email,
.phone,
.password {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 10px;
}

.phone p {
  margin-top: 7px;
  font-size: x-small;
}

.email,
.phone,
.password {
  margin-bottom: 30px;
  margin-left: 30px;
  color: #4c4c4c;
}

input {
  height: 28px;
  width: 90%;
}

.footer_button {
  width: 84%;
  margin-left: 30px;
  height: 45px;
  margin-bottom: 30px;
}

.footer {
  text-align: center;
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-style: italic;
  color: #757575;
}

.input_img {
  background-image: url("./assets/open-lock.png");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: right;
  right: 42px;
  top: 3px;
  width: 23px;
  height: 23px;
  position: relative;
  float: right;

}

.main_logo {
  background-image: url("./assets/ecosystem_logos.png");
  background-repeat: no-repeat;
  height: 35px;
  width: 118px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 45px;
}

.minor_logo {
  background-image: url("./assets/ecosystem_logos.png");
  background-repeat: no-repeat;
  height: 23px;
  width: 320px;
  display: block;
  background-position: 0 -57px;
  margin: 0 auto;
  margin-bottom: 30px;

}

.lower_bottom {
    background-color: #eee;
    font-size: x-small;
}

footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #505050;
    font-size: 12px;
    padding-bottom: 5px;
}


.more {
    margin-top: -15px;
    font-size: 12px;

}

a {
    text-decoration: none;
}
