body {
  background-color: #ffffff;
  margin: 20px;
}
h1 {
  color: #fdb515;
  margin-top: 0 !important;
  padding-top: 0 !important;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.logo img {
  margin: 0 auto;
}
.login {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
}
.btn-lg {
  width: 100%;
  display: block;
}
.input-lg {
      font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
font-weight: 400;
    letter-spacing: 0em;
    border-radius: 0.3em;
    background: #f5f5f5;
    color: #5f676c;
    border-color: #e8e8e8;
}
.input-lg:focus {
    border-color: #fdb515;
}

.input-lg::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #aeb2b5;
  opacity: 1; /* Firefox */
}

.input-lg:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #aeb2b5;
}

.input-lg::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #aeb2b5;
}