#root {
  overflow-x: hidden;
}
.header {
  height: 120px;
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 2px #333;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header .logoBox {
  font-size: 30px;
  background: #1890ff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
}
.mainContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.mainBox {
  width: 50%;
  background-color: #ecf0f1;
  border-radius: 30px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.3);
  padding: 30px;
}
.mainRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentRow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}


/*# sourceMappingURL=/drop.f27b2f2f.css.map */