*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  font-weight: 300;
}

html {
  background: #141414;
  height: 100%;
  width: 100%;
}

body {
  background-color: #141414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  color: #bdbdbd;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}

#logo-zenoptic-container-login {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
}