﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-custom {
  width: 30%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 767.98px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .cf-turnstile {
    transform: scale(0.7); /* Shrinks to 50% of original size */
    transform-origin: center; /* Keeps it centered */
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .card-custom {
    width: 100%;
  }
}
