.centerline {
  border-top: 1px solid #479654;
  margin: 0.7rem 1rem 0rem 1rem;
  width: 100%;
  flex: 1;
}
body {
  font-size: 14px;
  font-family: "Poppins";
}
a {
  text-decoration: underline;
  font-weight: bold;
  color: #479654;
}
::placeholder {
  color: #BEBEBE !important;
}
.btn {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.btn-success {
  background: #479654;
}
.input-group {
  margin-top: 1rem;
  background: white;
}
.input-group .input-group-text {
  color: #BEBEBE;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
  background: unset;
  padding: 1rem;
  padding-left: 1.5rem;
}
.input-group .form-control {
  border-left: 0px;
}
.card-header, .card-footer {
  background: unset;
  border: none;
}
.login-logo {
  width: 80px;
  margin: 1rem;
}
.logo-text {
  font-size: 1.5rem;
  font-weight: bold;
}
.card {
  min-width: 400px;
  border: unset;
  background: unset;
}
.navbar {
  background-color: white !important;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.25);
}
.navbar-brand img {
  width: 40px;
}
#station-selector {
  position: absolute;
  bottom: 200px;
  line-height: 1.5;
}
#station-selector .map-cards {
  margin-right: 1rem;
  margin-left: 1rem;
}
#station-selector .map-cards .name {
  font-weight: 500;
  color: #333333;
}
#station-selector .map-cards .distance {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 2;
  color: #898989;
}
#station-selector .map-cards .avaliability {
  color: #479654;
}
#station-selector .map-cards .icons div {
  margin-right: 1rem;
}
.navbar-nav {
  width: 100%;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #479654;
}
#app-navbar-container {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
#app-navbar-container #app-navbar {
  position: absolute;
  bottom: 100px;
  height: 70px;
  width: 350px;
  background: white;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  align-items: center;
  padding: 1rem;
}
#app-navbar-container #app-navbar .navbar-btn, #app-navbar-container #app-navbar .navbar-btn-green {
  padding: 1rem;
  display: flex;
}
#app-navbar-container #app-navbar .navbar-btn-green {
  background-color: #479654;
  border-radius: 10px;
  padding: 0.8rem;
}

