/*Box Colours*/
/* name, bg color, text color */
body {
  height: 100%;
}

#centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #f7f7f7;
  text-align: center;
}

#logo {
  width: 255px;
  height: 74px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../images/logo/paoc.svg);
  display: inline-block;
}

form {
  width: 300px;
  padding-top: 21px;
}

.form-control {
  padding: 23px 12px;
  border-radius: 0;
  margin-top: -1px;
  font-size: 16px;
  /* / $baseFontSize * $unit;*/
}

.remember {
  margin-bottom: 20px;
  float: left;
  font-size: 12px;
  /* / $baseFontSize * $unit;*/
}

.remember input {
  margin: 0;
  position: relative;
  top: 2px;
}

.forgot-password {
  float: right;
  text-align: right;
  font-size: 12px;
  /* / $baseFontSize * $unit;*/
}

.or {
  margin: 20px 0;
  color: #434a4f;
  font-size: 12px;
  /* / $baseFontSize * $unit;*/
}

.or::before, .or::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ccc;
  width: 43%;
  position: relative;
  top: 7px;
  margin: 1px 0px;
}

.or::before {
  float: left;
}

.or::after {
  float: right;
}
