a,
a:focus,
a:hover {
  color: #428dba;
}

html,
body {
  height: 100%;
  background-color: #e8ebeb;
  color: #48525a;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #48525a;
}

.hidden {
  display: none;
}

.preludium-logo svg {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 308px;
  height: 100px;
  fill: #48525a;
  cursor: default;
}

.preludium-logo svg .text {
  font-family: sans-serif;
}

.preludium-logo svg .bold {
  font-weight: 600;
}

.preludium-clean {
  padding: 80px 0;
}

.preludium-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.preludium-clean .illustration {
  text-align: center;
  padding: 0 0 20px;
  font-size: 100px;
  color: rgb(244, 71, 107);
}

.preludium-clean form .form-control {
  background: #fff;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  height: 42px;
}

.preludium-clean form .forgot {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}

.preludium-clean form .forgot:hover,
.preludium-clean form .forgot:active {
  opacity: 1;
  text-decoration: none;
}
