/* error message */
.error-message:empty {
  display: none;
}


/* generic */
.generic-icon-button {
  padding: 0;
  border: 0;
  background-color: transparent;
}


/* login */
.product-name {
  font-family: "Varela Round", sans-serif;
  color: #2e3031;
}

.authentication-body {
  max-width: 500px;
}

.authentication-form-div {
  padding: 45px;
}

.authentication-text-between-lines {
  display: flex;
  flex-direction: row;
}

.authentication-text-between-lines:before, .authentication-text-between-lines:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}

.authentication-text-between-lines:before {
  margin-right: 10px
}

.authentication-text-between-lines:after {
  margin-left: 10px
}

.authentication-password-eye {
  top: 36px;
  right: 20px;
}