.login-page {
  background-color: #b11804;
  max-width: 100%;
}
.login-page .login-page-bg {
  min-height: 1100px;
  background-repeat: no-repeat;
  background-image: url('/img/portal-login.png');
  background-size: 110%;
  transition: all 200ms linear;
}
.navbar {
  background-color: white;
  height: 50px;
  width: 100%;
  transition: all 200ms linear;
}
.navbar .navbar-img {
  height: 65%;
  padding: 1%;
}
/* Font Awesome Changes on Button */
.fa {
  font-size: 21px;
}
.login-info {
  position: absolute;
  width: 100%;
}
.panel {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 200ms linear;
  background-color: white;
  height: 150px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.login-welcome {
  color: white;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10%;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
.login-welcome-sub {
  color: grey;
  font-weight: 400;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.welcome-panel {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: all 200ms linear;
  background-color: white;
}
.google-button {
  font-size: 14px;
  background-color: #2d2d37;
  transition: all 200ms linear;
  min-width: 250px;
  padding: 12px 15px;
  border-radius: 100px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.login-help {
  font-weight: 700;
  color: white !important;
  left: 46%;
  font-size: 14px;
}
.content-center {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
.login-help .login-help:hover {
  text-decoration: underline;
}
