#menu-title {
  margin: 10px 30px 30px;
  text-align: center;
}

#menu-title span {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  border-radius: 2em;
  padding: 0.5em;
}

#title-standardweb {
  display: none;
  color: #34b1ae;
  border: solid 3px #34b1ae;
}

#title-adminweb {
  display: none;
  color: #ff7f50;
  border: solid 3px #ff7f50;
}

#title-conpas {
  display: none;
  width: 200px;
  margin: 0 auto;
}

.environment {
  text-align: center;
  margin-top: 10px;
}

#forgotPassword {
  float: right;
}

.buttons {
  margin-top: 40px;
}

button#next {
  width: 100%;
  background-color: #337ab7;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  height: 40px;
}

div.error p:empty {
  display: none;
}

button#next:hover {
  background-color: #28679e;
}

input#email {
  margin-bottom: 20px;
}

.help {
  text-align: center;
  padding-top: 15px;
}