/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/* line 12, /titanseal/app/assets/stylesheets/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, /titanseal/app/assets/stylesheets/normalize.css */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, /titanseal/app/assets/stylesheets/normalize.css */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, /titanseal/app/assets/stylesheets/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, /titanseal/app/assets/stylesheets/normalize.css */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, /titanseal/app/assets/stylesheets/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, /titanseal/app/assets/stylesheets/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, /titanseal/app/assets/stylesheets/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, /titanseal/app/assets/stylesheets/normalize.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, /titanseal/app/assets/stylesheets/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, /titanseal/app/assets/stylesheets/normalize.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, /titanseal/app/assets/stylesheets/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, /titanseal/app/assets/stylesheets/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, /titanseal/app/assets/stylesheets/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, /titanseal/app/assets/stylesheets/normalize.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, /titanseal/app/assets/stylesheets/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, /titanseal/app/assets/stylesheets/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, /titanseal/app/assets/stylesheets/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 191, /titanseal/app/assets/stylesheets/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, /titanseal/app/assets/stylesheets/normalize.css */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, /titanseal/app/assets/stylesheets/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, /titanseal/app/assets/stylesheets/normalize.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, /titanseal/app/assets/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, /titanseal/app/assets/stylesheets/normalize.css */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, /titanseal/app/assets/stylesheets/normalize.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, /titanseal/app/assets/stylesheets/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, /titanseal/app/assets/stylesheets/normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, /titanseal/app/assets/stylesheets/normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, /titanseal/app/assets/stylesheets/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, /titanseal/app/assets/stylesheets/normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, /titanseal/app/assets/stylesheets/normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, /titanseal/app/assets/stylesheets/normalize.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, /titanseal/app/assets/stylesheets/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, /titanseal/app/assets/stylesheets/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, /titanseal/app/assets/stylesheets/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, /titanseal/app/assets/stylesheets/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, /titanseal/app/assets/stylesheets/normalize.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, /titanseal/app/assets/stylesheets/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, /titanseal/app/assets/stylesheets/normalize.css */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, /titanseal/app/assets/stylesheets/normalize.css */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, /titanseal/app/assets/stylesheets/normalize.css */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, /titanseal/app/assets/stylesheets/normalize.css */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, /titanseal/app/assets/stylesheets/normalize.css */
[hidden] {
  display: none;
}

/* line 1, /titanseal/app/assets/stylesheets/reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/* line 23, /titanseal/app/assets/stylesheets/reset.scss */
body {
  line-height: 1;
}

/* line 27, /titanseal/app/assets/stylesheets/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 32, /titanseal/app/assets/stylesheets/reset.scss */
nav ul {
  list-style: none;
}

/* line 36, /titanseal/app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, /titanseal/app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 46, /titanseal/app/assets/stylesheets/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 55, /titanseal/app/assets/stylesheets/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 62, /titanseal/app/assets/stylesheets/reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 69, /titanseal/app/assets/stylesheets/reset.scss */
del {
  text-decoration: line-through;
}

/* line 73, /titanseal/app/assets/stylesheets/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 78, /titanseal/app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 84, /titanseal/app/assets/stylesheets/reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 93, /titanseal/app/assets/stylesheets/reset.scss */
input, select {
  vertical-align: middle;
}

/* line 97, /titanseal/app/assets/stylesheets/reset.scss */
* {
  box-sizing: border-box;
}

/* line 1, /titanseal/app/assets/stylesheets/_components.scss */
.notification {
  color: #fff;
  margin-bottom: 1rem;
}

/* line 6, /titanseal/app/assets/stylesheets/_components.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: .5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.428571429;
  border-radius: 10rem;
  user-select: none;
  -webkit-appearance: none;
  outline: none;
  transition: all 0.1s;
  text-decoration: none;
  color: #fff;
  background-color: #aaa;
}
/* line 29, /titanseal/app/assets/stylesheets/_components.scss */
.btn:hover, .btn:focus {
  color: #fff;
  background-color: #ccc;
}

/* line 36, /titanseal/app/assets/stylesheets/_components.scss */
.btn-red {
  color: #fff;
  background-color: #B85045;
}
/* line 40, /titanseal/app/assets/stylesheets/_components.scss */
.btn-red:hover, .btn-red:focus {
  color: #B7B094;
  background-color: #3B3542;
}

/* line 47, /titanseal/app/assets/stylesheets/_components.scss */
.btn-blue {
  color: #fff;
  background-color: #3B78AE;
}
/* line 51, /titanseal/app/assets/stylesheets/_components.scss */
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background-color: #000000;
}

/* line 58, /titanseal/app/assets/stylesheets/_components.scss */
.actions {
  display: flex;
  flex-direction: column;
  min-width: 30rem;
}
/* line 63, /titanseal/app/assets/stylesheets/_components.scss */
.actions .btn {
  margin-bottom: 1rem;
}

/* line 68, /titanseal/app/assets/stylesheets/_components.scss */
.form-group {
  margin-bottom: 1rem;
}
/* line 71, /titanseal/app/assets/stylesheets/_components.scss */
.form-group label {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
  font-size: 18px;
}

/* line 80, /titanseal/app/assets/stylesheets/_components.scss */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #3B78AE;
  border-radius: 10rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  text-align: center;
}
/* line 95, /titanseal/app/assets/stylesheets/_components.scss */
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
  color: #C2C8D1;
}

/* line 103, /titanseal/app/assets/stylesheets/_components.scss */
.text-center {
  text-align: center !important;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* line 125, /titanseal/app/assets/stylesheets/_components.scss */
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 132, /titanseal/app/assets/stylesheets/_components.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 138, /titanseal/app/assets/stylesheets/_components.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 144, /titanseal/app/assets/stylesheets/_components.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  color: #fff;
}
/* line 151, /titanseal/app/assets/stylesheets/_components.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 156, /titanseal/app/assets/stylesheets/_components.scss */
.table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 160, /titanseal/app/assets/stylesheets/_components.scss */
.table td .btn {
  font-size: 14px;
  background-color: #000;
  line-height: 1;
  padding: .5rem 1rem;
}

/* line 168, /titanseal/app/assets/stylesheets/_components.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 175, /titanseal/app/assets/stylesheets/_components.scss */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}
/* line 186, /titanseal/app/assets/stylesheets/_components.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 194, /titanseal/app/assets/stylesheets/_components.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 201, /titanseal/app/assets/stylesheets/_components.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 208, /titanseal/app/assets/stylesheets/_components.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
/* line 215, /titanseal/app/assets/stylesheets/_components.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
/* line 221, /titanseal/app/assets/stylesheets/_components.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 228, /titanseal/app/assets/stylesheets/_components.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 1, /titanseal/app/assets/stylesheets/about.scss */
#about {
  text-align: center;
  font-family: arial;
  margin: 3em;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 173, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 202, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 204, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 206, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 210, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 212, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 214, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 220, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 226, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 228, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 230, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 243, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 246, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 248, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 251, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 254, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 256, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 260, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 268, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 276, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 278, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 284, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 291, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 301, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 305, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 312, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 319, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 325, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 340, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 353, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 355, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 358, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 379, /usr/local/bundle/ruby/2.5.0/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 1, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
/* line 7, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone {
  background-color: #fff;
  border: 5px dashed #3B78AE;
  border-radius: 60px;
  padding: 80px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 16, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone .dz-details, .dropzone-wrapper .dropzone .dz-image {
  cursor: pointer;
}
/* line 20, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone .dz-message {
  margin: 0;
}
/* line 23, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone .dz-message span {
  background-image: url(/assets/icon-pdf-439f87ace13d57ec1350d8eb784319648072996f14e91b0b293488f882307b34.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  color: #3B3542;
  font-size: 40px;
  text-align: left;
  padding-left: 160px;
  min-height: 140px;
  max-width: 800px;
  display: flex;
  align-items: center;
  user-select: none;
}
/* line 40, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone.dz-drag-hover {
  background-color: #3B78AE;
  border-color: #fff;
}
/* line 44, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone.dz-drag-hover .dz-message {
  opacity: 1;
}
/* line 47, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .dropzone.dz-drag-hover .dz-message span {
  color: #fff;
}
/* line 54, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper a.preview {
  color: #3B78AE;
  text-decoration-style: dashed;
  cursor: pointer;
}
/* line 59, /titanseal/app/assets/stylesheets/dropzone_custom.scss */
.dropzone-wrapper .note {
  font-size: 40px;
  color: #fff;
  margin-top: 30px;
}

/* line 1, /titanseal/app/assets/stylesheets/style.scss */
html, body {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 14, /titanseal/app/assets/stylesheets/style.scss */
body {
  justify-content: center;
  align-items: center;
  background: #162443;
  background: -moz-linear-gradient(top, #162443 0%, #3F5D8B 100%);
  background: -webkit-linear-gradient(top, #162443 0%, #3F5D8B 100%);
  background: linear-gradient(to bottom, #162443 0%, #3F5D8B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162443', endColorstr='#3F5D8B',GradientType=0 );
  color: #3B3542;
  font-family: "Lato", Helvetica;
}
@media screen and (max-width: 575px) {
  /* line 14, /titanseal/app/assets/stylesheets/style.scss */
  body {
    align-items: flex-start;
  }
}

/* line 30, /titanseal/app/assets/stylesheets/style.scss */
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}

/* line 39, /titanseal/app/assets/stylesheets/style.scss */
.header {
  padding: 2rem;
}
/* line 43, /titanseal/app/assets/stylesheets/style.scss */
.header .brand .logo {
  max-width: 480px;
  width: 100%;
}
/* line 48, /titanseal/app/assets/stylesheets/style.scss */
.header .header-nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
/* line 53, /titanseal/app/assets/stylesheets/style.scss */
.header .header-nav ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
/* line 59, /titanseal/app/assets/stylesheets/style.scss */
.header .header-nav ul.nav li {
  margin: .5rem 1rem;
  color: #fff;
}
/* line 63, /titanseal/app/assets/stylesheets/style.scss */
.header .header-nav ul.nav li a {
  color: #fff;
  text-decoration: none;
}
/* line 67, /titanseal/app/assets/stylesheets/style.scss */
.header .header-nav ul.nav li a:hover {
  text-decoration: underline;
}

/* line 76, /titanseal/app/assets/stylesheets/style.scss */
.container {
  display: flex;
  width: 100%;
  padding: 1rem;
  padding-top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 86, /titanseal/app/assets/stylesheets/style.scss */
.login-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  /* line 91, /titanseal/app/assets/stylesheets/style.scss */
  .login-wrapper .login-form {
    max-width: 500px;
    width: 100%;
  }
}
/* line 98, /titanseal/app/assets/stylesheets/style.scss */
.login-wrapper .login-form .form-actions .btn {
  min-width: 300px;
}

/* line 105, /titanseal/app/assets/stylesheets/style.scss */
.verify-result-wrapper {
  background-color: #fff;
  border: 5px dashed #3B78AE;
  border-radius: 60px;
  padding: 80px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

/* line 116, /titanseal/app/assets/stylesheets/style.scss */
.verify-result {
  max-width: 800px;
  display: flex;
  align-items: center;
}
/* line 121, /titanseal/app/assets/stylesheets/style.scss */
.verify-result__icon {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 138px;
  min-width: 138px;
}
/* line 129, /titanseal/app/assets/stylesheets/style.scss */
.verify-result.success .verify-result__icon {
  background-image: url(/assets/icon-success-0d0d4089db46d82929b1107e56998474d436f495a4075d26229a7ea4555b9261.png);
}
/* line 133, /titanseal/app/assets/stylesheets/style.scss */
.verify-result.error .verify-result__icon {
  background-image: url(/assets/icon-error-bace1c22766c792fdfa4ddb9ab35ab1087d918178a48204c5b3c00d7017cbbca.png);
}
/* line 137, /titanseal/app/assets/stylesheets/style.scss */
.verify-result.revoked .verify-result__icon {
  background-image: url(/assets/icon-error-bace1c22766c792fdfa4ddb9ab35ab1087d918178a48204c5b3c00d7017cbbca.png);
}
/* line 141, /titanseal/app/assets/stylesheets/style.scss */
.verify-result__content {
  margin-left: 20px;
  font-size: 40px;
  line-height: 1.1;
  text-align: left;
}

/* line 149, /titanseal/app/assets/stylesheets/style.scss */
#upload_form {
  width: 100%;
}

@media screen and (min-width: 576px) {
  /* line 153, /titanseal/app/assets/stylesheets/style.scss */
  .upload-form {
    max-width: 800px;
    width: 100%;
  }
}
/* line 160, /titanseal/app/assets/stylesheets/style.scss */
.upload-form .form-actions .btn {
  min-width: 300px;
}

/* line 166, /titanseal/app/assets/stylesheets/style.scss */
h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 40px;
}

/* line 174, /titanseal/app/assets/stylesheets/style.scss */
.seal-logs a {
  color: white;
}
/* line 177, /titanseal/app/assets/stylesheets/style.scss */
.seal-logs a:visited {
  color: grey;
}

/* line 183, /titanseal/app/assets/stylesheets/style.scss */
.dash a {
  color: white;
}
