html {
  background: none;
}

body {
  background-color: white;
  padding-top: 100px;
}

.panel {
  width: 400px;
  margin: 0 auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
  border-radius: 5px;
  border: 0 solid transparent;
}

.panel-body{
  padding: 30px;
  padding-top: 15px;
}

.logo-img {
  width: 150px;
}


div.heading {
  display: none;
}

div.intro {
  display: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

::placeholder {
  color: transparent;
}

.error {
  color: #ff5252;
}

input {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  border-radius: 2px !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  padding: 6px 12px;
  width: 100% !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

input:focus {
  outline: 1px solid #1976d2;
}

input.highlightError {
  border-color: #ff5252;
}

input.highlightError:focus {
  outline: 1px solid #ff5252;
}

.buttons button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: inherit;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.helpLink.tiny {
  display: none;
}

.footer {
  position: fixed;
  bottom: 0;
  margin: 16px 0px;
  width: 100%;
  text-align: center;
}

.footer ul {
  margin: 0;
}

.footer ul li {
  display: inline-block;
}

.footer ul li:not(:first-child) {
  margin-left: 16px;
}