﻿/* 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. */
/*.overlay {
  background-color: rgba(0, 0, 0, 0.404);
  height: 100vh;
}*/

.image-bg {
  background-image: url('../images/business2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image-bg-trans {
    background-image: url('../images/retina_wood.png');
    background-repeat: repeat;
}


/*
::placeholder{
  font-size: .8rem;
}
.form-text{
  font-size: smaller;
}

.report-card{
  width: 200px;
  border: 1px solid rgb(197, 197, 197);
  font-size: .9rem;
}*/
