﻿body,
input,
textarea,
button {
  font-family: "Karla", "Open Sans", "Arial";
  font-weight: 600; }

a {
  color: inherit; }

.container-fluid .main {
  border-radius: 20px;
  box-shadow: 0 0 50px 5px rgba(33, 37, 41, 0.3);
  overflow: hidden; }

.form-group .field-validation-error {
  display: inline-block;
  margin-top: 0.25rem; }

.container-fluid .main .image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.modal .modal-body {
  max-height: calc(100vh - 250px); }
