@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,600;0,700;1,600&display=swap");
/************************************************
 * LEGACY
 ***********************************************/
/**
 * Fonts
 */
/**
 * Dimensions
 */
/**
 * Colors
 */
/**
 * Input Styles
 */
/********************************************************
 * Back end
 ********************************************************/
/**
 * Bootstrap stuff
 */
.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

/**
 * Animations
 */
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F59331, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #F59331, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes aero-notify {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes aero-notify {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes aero-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes aero-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes aero-urgent {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes aero-urgent {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 0.8em;
}

sub {
  vertical-align: sub;
  font-size: 0.8em;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

small {
  font-size: 11.2px;
}

input[type=file], input[type=checkbox], input[type=radio], select {
  margin: 0;
}

/**
 * Buttons
 */
.btn.disabled {
  cursor: default;
  color: #ccc !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn.disabled:hover {
  color: #ccc !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn.disabled svg .fill {
  fill: #ccc !important;
}
.btn.disabled svg .stroke {
  stroke: #ccc !important;
}

.btn.btn-alt {
  background-color: #d55e00;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 28px !important;
  font-size: 1.125em;
  border-radius: 10px;
  border: 0;
  transition: all 0.4s ease-in-out;
}
.btn.btn-alt:hover {
  background-color: #00b9d4;
}

/**
 * Forms
 */
section form .header {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
form h5 {
  padding: 14px 14px 0;
}
form .form-controls {
  display: flex;
  padding: 1em 1em 0;
}
form .form-controls .btn {
  flex: 1;
}
form .form-controls .btn:last-child {
  margin-left: 1em;
}
form .form-controls .btn:only-child {
  margin-left: 0;
}
form .form-controls.top {
  width: 100%;
  padding: 0 0 1em;
}
form .password-verdict {
  padding-top: 1em;
}
form .switch-wrapper {
  margin: 0;
  padding: 14px 14px 0 14px;
}
form .switch-wrapper > span {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #111;
}

label.aero-label {
  margin: 0;
  padding: 14px 14px 0 14px;
  width: 100%;
}
label.aero-label > span {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #111;
}
label.aero-label > span.details {
  display: block;
  color: #111;
  margin-bottom: 4px;
  font-weight: normal;
}
label.aero-label > span.help-icon {
  position: relative;
  display: inline;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
label.aero-label > span.help-icon svg {
  width: 14px;
  height: 14px;
}
label.aero-label > span.help-icon:hover .help-text {
  display: block;
}
label.aero-label > span.help-icon .help-text {
  position: absolute;
  padding: 14px;
  display: none;
  left: 14px;
  top: -40px;
  background: #ffffff;
  border-radius: 2px;
  border: #e1e1e1 1px solid;
  color: #111;
  font-weight: normal;
  min-width: 200px;
  max-width: 400px;
  z-index: 1;
}
label.aero-label:last-child {
  padding-bottom: 14px;
}
label.aero-label input[type=text],
label.aero-label input[type=email],
label.aero-label input[type=number],
label.aero-label input[type=url],
label.aero-label input[type=password],
label.aero-label input[type=color],
label.aero-label select {
  background: #fff !important;
  border: 1px solid #ccc !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Nunito Sans", sans-serif;
  outline: none !important;
  color: #111 !important;
  padding: 5px !important;
  margin: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
  min-height: auto !important;
  border-radius: 8px;
  height: 35px;
  width: 100%;
}
label.aero-label input[type=text].aero-require-error,
label.aero-label input[type=email].aero-require-error,
label.aero-label input[type=number].aero-require-error,
label.aero-label input[type=url].aero-require-error,
label.aero-label input[type=password].aero-require-error,
label.aero-label input[type=color].aero-require-error,
label.aero-label select.aero-require-error {
  border: 2px solid #f84545 !important;
}
label.aero-label textarea {
  background: #fff !important;
  border: 1px solid #ccc !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Nunito Sans", sans-serif;
  outline: none !important;
  color: #111 !important;
  padding: 5px !important;
  margin: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
  min-height: auto !important;
  border-radius: 8px;
  width: 100%;
  resize: vertical;
}
label.aero-label textarea.aero-require-error {
  border: 2px solid #f84545 !important;
}
label.aero-label .btn:only-child {
  padding: 5px;
  width: 100%;
}
label.aero-label.aero-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.aero-label.aero-checkbox span:not(.checkmark) {
  display: inline;
  vertical-align: top;
  margin-left: 5px;
  font-variant: none;
}
label.aero-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
label.aero-label input[type=checkbox]:checked ~ .checkmark {
  background-color: #2196F3;
}
label.aero-label input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
label.aero-label .checkmark {
  display: inline-block;
  background-color: #ddd;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
label.aero-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 20px;
  top: 16px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box;
}
label.aero-label.aero-clearable {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
label.aero-label.aero-clearable.notempty input {
  width: 85%;
}
label.aero-label.aero-clearable.notempty button {
  display: block;
  width: 15%;
}
label.aero-label.aero-clearable input {
  width: 100%;
}
label.aero-label.aero-clearable .btn {
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 125%, 0.5);
  background: rgb(242.25, 242.25, 242.25) none !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  display: none;
  vertical-align: top;
  padding: 5px !important;
}
label.aero-label.aero-clearable .btn:hover {
  background: rgb(216.75, 216.75, 216.75) none !important;
  color: #fff !important;
}
label.aero-label.aero-clearable .btn i {
  vertical-align: middle;
}
label.aero-label.aero-clearable button {
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 125%, 0.5);
  background: rgb(242.25, 242.25, 242.25) none !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  display: none;
  vertical-align: top;
  padding: 5px;
  height: 35px;
}
label.aero-label.aero-clearable button:hover {
  background: rgb(216.75, 216.75, 216.75) none !important;
  color: #fff !important;
}
label.aero-label.aero-clearable button i {
  font-size: 20px;
  vertical-align: middle;
}
label.aero-label.aero-clearable button svg {
  height: 20px !important;
  fill: #fff;
}
label.aero-label.aero-button-input {
  display: flex;
}
label.aero-label.aero-button-input input[type=text], label.aero-label.aero-button-input select {
  border-radius: 8px 0 0 8px;
  flex: 1;
}
label.aero-label.aero-button-input .btn {
  padding: 5px !important;
  border-radius: 0 8px 8px 0;
}
label.aero-label.aero-input-columns {
  display: flex;
}
label.aero-label.aero-input-columns input[type=text], label.aero-label.aero-input-columns select, label.aero-label.aero-input-columns span.aero-column {
  flex: 1;
  margin-right: 5px !important;
}
label.aero-label.aero-input-columns input[type=text]:last-child, label.aero-label.aero-input-columns select:last-child, label.aero-label.aero-input-columns span.aero-column:last-child {
  margin: 0;
}
label.aero-label.aero-input-columns svg.aero-wayfinder {
  margin: 10px 10px 10px 5px;
}
label.aero-label.aero-input-columns .btn {
  padding: 5px !important;
}
label.aero-label.aero-static-input-group {
  display: flex;
}
label.aero-label.aero-static-input-group span {
  font-variant: none;
  margin: 0;
  width: 200px;
  border: 2px solid rgb(242.5, 242.5, 242.5);
  padding: 5px;
  border-right: 0;
}
label.aero-label.aero-static-input-group span:last-child {
  border-right: 2px solid rgb(242.5, 242.5, 242.5);
}

input.file {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EF7272;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}
.switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .switch-slider {
  background-color: #02BAF2;
}
.switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #02BAF2;
}
.switch input:disabled + .switch-slider {
  background-color: #f1f1f1;
}
.switch input:checked + .switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/**
*  Errors
*/
.aero-error-box ul, .aero-error-box li {
  padding: 0;
  margin: 0;
}
.aero-error-box li {
  padding: 10px;
  margin-bottom: 1px;
  background: rgb(248, 69, 69);
}

.aero-error-box, .aero-success-box {
  color: #fff;
  margin-bottom: 1em;
}

.alert-box.warning {
  background: #fad46b;
  border: 0;
}

.aero-success-box {
  background: rgb(16, 203, 118);
}

[class^=aero-box-] {
  padding: 10px;
  margin-bottom: 1em;
}

.aero-box-warning {
  background: #fad46b;
}

.aero-require-error {
  border: 2px solid #f84545 !important;
}

.field-error-msg {
  background: rgb(248, 69, 69);
  color: #fff;
  padding: 4px;
}

.progress {
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 10.5px;
  background-color: #e9ecef;
  border-radius: 8px;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: 1em;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(90deg, #00b9d4 0%, #d1f2f7 100%);
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.password-verdict {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-right: 20px;
}

.password-verdict, .error-list, .error-list li {
  margin: 0;
  padding: 0;
}

#import {
  display: inline-block;
}

ul li a#import {
  width: 100%;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  background: #f7f7f7;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #login {
    background-image: url("../images/airplanes@2x.png");
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.tallboi {
  height: 100%;
}
.container.fullwidth {
  background: #fff;
  margin-top: 150px;
  padding-bottom: 24px;
  width: 900px;
  line-height: 24px;
}
.container.fullwidth ul {
  list-style: disc;
  padding: 0 0 40px 24px;
}
.container.fullwidth li {
  padding-bottom: 14px;
}

#header {
  padding: 24px 48px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .logo {
  float: left;
  height: 48px;
}
#header .tagline {
  float: right;
  width: 412px;
}
#header .tagline img {
  max-width: 100%;
  padding: 20px 0;
}

#login {
  display: flex;
  height: 100%;
  background: url("../images/airplanes.png") right bottom transparent no-repeat;
  background-size: 650px 510px;
}
#login.install section {
  width: 500px;
}
#login section {
  align-self: center;
  width: 400px;
  margin: 0 48px;
}
#login section header {
  color: #0a2b4e;
  font-size: 32px;
  font-weight: bold;
  padding: 20px;
}
#login footer {
  background-color: #f3f3f6;
  padding: 14px;
  font-size: 11.2px;
  border-radius: 0 0 10px 10px;
  text-align: right;
}
#login form > p {
  padding: 14px;
}
#login .aero-label + .aero-label {
  margin-top: 18px;
}

h2, h3 {
  font-family: "Poppins", sans-serif;
}

h2 {
  color: #0a2b4e;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
}

h3 {
  color: #0a2b4e;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}

header h2 {
  margin-left: 20px;
}

form .form-controls {
  display: block;
}
form .form-controls .btn {
  margin: 14px 0;
}

.error {
  padding: 10px;
  background: rgb(255, 77, 77);
  border: 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
  border-radius: 5px;
}

.success {
  padding: 10px;
  background: #28a745;
  border: 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
  border-radius: 5px;
}

.info {
  padding: 10px;
  border: 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
  border-radius: 5px;
}

.reset-password {
  padding: 14px;
}

.reset-password > a {
  text-decoration: underline;
  font-size: 11.2px;
  color: #333;
  display: block;
}

.reset-password > a:hover {
  text-decoration: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.expired p {
  padding: 0 1em;
  margin: 1em 0;
}

.new-or-returning button + button {
  margin-top: 1em;
}

.browser-options {
  margin-left: 20px;
}
.browser-options p {
  margin-bottom: 14px;
  margin-right: 14px;
}
.browser-options .extension-preview {
  width: 200px;
  border: thin solid #ccc;
  margin: 0 auto;
  display: block;
}

.copy-input {
  background: #fff !important;
  border: 1px solid #ccc !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Nunito Sans", sans-serif;
  outline: none !important;
  color: #111 !important;
  padding: 5px !important;
  margin: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
  min-height: auto !important;
  border-radius: 8px;
  border-radius: 5px;
  font-family: "Courier New", monospace;
  width: 40%;
}

.jump-svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.jump-svg svg {
  fill: #706e6b;
}

.jump-link {
  margin-left: 10px;
  cursor: pointer;
}

a {
  color: #00b9d4;
  text-decoration: underline !important;
  cursor: pointer !important;
  font-weight: bold;
}
/*# sourceMappingURL=login.css.map */
