.disclaimer {
  font-size: 12px;
}
.login {
  background-color: #06b8ee;
  padding: 20px;
  border-radius: 5px;
}

.login label {
  color:white;
  font-weight: 400;
  text-shadow: 1px 1px 2px grey;
  text-transform: uppercase;
}

.btn-outline-light {
  border: 3px white solid;
  border-radius: 0px;
  font-weight: bold !important;
  text-transform: uppercase;
}

.finance p{
  font-weight:400;
}

#hero {
  min-height: 100vh;
}

.navbar-mobile ul {
  bottom: unset !important;
}
.grey {
  color:grey !important;
}
.black {
  color:black !important;
}
@media only screen and (max-width: 600px) {


}
.sodo{
  padding: 30px 10px 30px 10px;
  background-color: white;
}
.liho {
  padding: 30px 10px 30px 10px;
  background-color: rgba(6, 184, 238,0.1);
}
