.bold-text-input {
  color: #040405;
  font-weight: .3rem;
}

.header-blue {
  background-color: #0054a7;
}

.button-bot {
  margin-right: 21px;
  margin-bottom: 12px;
}

.login-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  }
.login-container .login-logo {
  position: absolute;
  top: -75px;
  width: 150px;
  padding: 6px;
  border-radius: 50%;
  background: #1e2c4c;
  height: 150px;
  }

/*# sourceMappingURL=customize.css.map */