* {
  outline: 0 !important;
}

.hidden {
  display: none;
}

body {
  font-size: 16px;
  background-color: #EEEEEE;
  margin: 0;
  padding: 0;
}

a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}

.content {
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.form {
  width: 350px;
}
.form > div {
  display: block;
  width: 100%;
}

.form-link {
  color: #BDBDBD;
  font-size: 12px;
  margin-right: 10px;
}

.mdc-textfield {
  width: 100%;
}

.mdc-card {
  background-color: #fff;
}

.material-icons {
  text-decoration: none;
  cursor: pointer;
  padding-right: 8px;
  color: white;
}
.material-icons.agent-edit-icon:hover {
  text-decoration: none;
  color: #A490FF;
  opacity: 0.7;
}
.material-icons.agent-edit-icon:visited {
  text-decoration: none;
  color: #A490FF;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #A490FF;
}

.logo__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  width: auto;
}

.company-header {
  height: 250px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.company-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-top: -130px;
  margin-bottom: 30px;
}

.company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
  background-color: #484848;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  background-size: cover;
  margin-bottom: 5px;
}
.company-logo img {
  display: block;
  height: auto;
  width: auto;
  max-width: 70%;
  max-height: 70%;
}

.company-name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #757575;
}

.agent-avatar {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  background-size: cover;
  margin-bottom: 5px;
}

.agent-edit-icon {
  color: #A490FF;
}
/*# sourceMappingURL=style.css.map */
