html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

#logo
{
  width: 50px;
  margin-bottom: 5px;
}

.bg-navy
{
  background-color:#001F3F;
  color: #FFFFFF;
}

.text-navy
{
  color: #001F3F;
}

.font-grey
{
  color: grey;
}

#login-block
{
  height: 100vh;
  width: 100vw;
  background-image: url("/main-background.png");
}
.bottom-right
{
  background-image: url("/cards1.png");
  position: absolute;
  bottom: 20px; /* Distance from bottom of content */
  right: 20px;
  width:573px;
  height:426px;
  z-index: -1000;
}

#login-block .login-input
{
  margin-left: auto;
  margin-right: auto;
  width:400px;
}
