﻿@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoLight.woff2") format("woff2");
  font-weight: 300;
}
.modal-dialog .modal-header {
  background-color: #007CB2;
}
.modal-dialog .modal-header h5.modal-title {
  color: #fff;
  font-size: 24px;
}
.modal-dialog .modal-body {
  color: #000;
}
.modal-dialog .modal-footer.with-link {
  justify-content: space-between;
}
.modal-dialog .modal-footer.with-link a {
  font-size: 14px;
  font-weight: bold;
}
