@font-face {
  font-family: Lato-Regular, sans-serif;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Monaco, sans-serif;
  src: url("../fonts/Monaco.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@keyframes bar {
  0% {
    height: 0px;
    opacity: 0; }
  100% {
    height: 100%;
    opacity: 1; } }

body, BODY, .body {
  font-family: Lato-Regular, sans-serif; }

.form-height {
  min-height: 100vh; }

.how {
  font-size: 12px;
  color: #999999; }

.success-msg-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bar 1s ease;
  animation-delay: 0.5s;
  animation-direction: alternate;
  -webkit-animation: bar 1s ease;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-direction: alternate; }
  .success-msg-area .content-area {
    width: 1080px;
    height: 520px;
    border-radius: 10px;
    background: url("../img/sucess-msg.jpg") 0% 20% no-repeat;
    background-size: calc(100% - 98px) 100%;
    display: flex;
    justify-content: flex-end;
    border: 1px solid #343a40;
    position: relative; }
    .success-msg-area .content-area button {
      border-radius: 0 8px 8px 0;
      cursor: pointer;
      text-decoration: none;
      padding: 0; }
      .success-msg-area .content-area button a {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 518px;
        width: 100px;
        border-radius: 0 10px 10px 0; }
        .success-msg-area .content-area button a:hover {
          text-decoration: none; }
    .success-msg-area .content-area .close-btn {
      background: #ff0038; }
    .success-msg-area .content-area .check-btn {
      background: #005ec3;
      border-left: none; }

.logo-area img {
  height: 100px; }

sup {
  color: red;
  font-size: 16px;
  top: 0; }

.table > thead tr th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2; }

.download-container {
  bottom: 0;
  padding: 10px;
  width: 100%;
  background: #f7f7f7; }
  .download-container .btn {
    margin-left: auto; }
