.header {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #d5e3ec;
  background: #fff;
}

.header_content {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 16px;
  margin: auto;
}

.header_content .register_btn {
  display: inline-block;
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  border: none;
  padding: 10px 24px;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-out 0.3s;
  z-index: 1;
  color: #fff;
  background: #1486d1;
}

.header_content .organization {
  flex: 1;
  display: flex;
  align-items: center;
}

.organization .logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.logo img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.organization .name {
  padding: 0 16px;
  font-size: 16px;
  font-family: Inter;
  font-weight: bold;
}
