/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to ui-sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: ui-sans-serif, system-ui, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

a.csrf-error--refresh-page,
a.csrf-error--refresh-page:visited {
  color: #00a69c;
}

a.csrf-error--refresh-page:hover {
  color: #02b3a7;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  /*-webkit-appearance: textfield; */ /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*! END OF normalize.css */


html {
  color: #404040;
  font-size: 10px;
  line-height: 1.4;
}

body {
  background-color: #f4f4f4;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}



/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    background: #ccc;
    color: #000;
    left: 0;
    margin: 0;
    padding-bottom: 1.0rem;
    padding-top: 1.0rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .browsehappy {
      display: none;
    }
}

/*! END OF HTML5 Boilerplate */

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;

  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*! END OF Hover.css */

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

/* Hide x and reveal icons for inputs in IE10+ */
::-ms-clear,
::-ms-reveal {
  height: 0;
  width: 0;
}

/* Override yellow background on auto-filled input-fields in Webkit. */
input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #ffffff;
}

body.no-focus-outline :focus {
  outline: none;
}

.background {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a69c;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  min-height: 58.0rem;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.form-container {
  padding-bottom: 4rem;
  min-width: 30rem;
  max-width: 35rem;
  margin: 0 1rem;
}

#logo-container {
  width: 12.0rem;
  height: 12.2rem;
  margin: auto;
  position: relative;

  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
html:not(.ie) #logo-container.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html:not(.ie) #logo-container .back img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
html.ie #logo-container.flipped .front {
  display: none;
}
html.ie #logo-container.flipped .back {
  display: block;
}

#logo-container .front,
#logo-container .back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* http://caniuse.com/#feat=transforms3d */
  /* Safari 9 */
  -webkit-backface-visibility: hidden;
  /* w3c */
  backface-visibility: hidden;
}
html:not(.ie) #logo-container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html.ie #logo-container .back {
  display: none;
}

#logo-container img {
  display: block;
}

#app-version {
  position: absolute;
  top: 4.4rem;
  left: 0;
  right: 1.0rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #008787;
  cursor: default;
}

html.ie #app-version {
  left: 1.0rem;
  right: 0;
}

h1 {
  color:  #ffffff;
  font-size: 3.4rem;
  font-weight: 300;
  text-align: center;
}

h2 {
  color:  #ffffff;
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
}

.login-title {
    margin-top: 1.5rem;
}

#login-form,
#reset-form{
    background: #ffffff;
    padding: 3.0rem 3.0rem;
    border-radius: 0.4rem;
    margin-top: 3.3rem;
    word-wrap: break-word;
}

.forgot-password-container {
    padding-top: 1rem;
    text-align: center;
    color: #ffffff;
}

.forgot-password-container a {
    color: #ffffff;
}

.select-application-button {
    margin-top: 1.5rem;
    line-height: 4.5rem;
    text-align: center;
    display: block;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
    text-decoration: None;
    color: #212121;
}

.select-application-button:hover {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.15), 0 0.375rem 0.625rem rgba(0, 0, 0, 0.05);
}
.select-application-button:active {
    box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.132), 0 0.01875rem 0.05625rem 0 rgba(0, 0, 0, 0.108);
    transform: translate3d(0, 0.08rem, 0);
}

input.username,
input.password,
.database-button,
.database-menu {
  text-indent: 0;
  background-color: #ffffff;
  border: none;
  color: #212121;
  font-size: 1.3rem;
  padding-left: 0;
  width: 100%;
}

input.username:focus,
input.password:focus,
.database-button:focus {
    -webkit-appearance: none;
    padding-bottom: 0;
    border-bottom: 2px solid #00a69c;
}

input.username,
input.password,
.database-button {
  height: 4.5rem;
  -webkit-appearance: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #e4e4d4;
  border-radius: 0;
}

body:not(.no-focus-outline) input.username:focus,
body:not(.no-focus-outline) input.username.good:focus,
body:not(.no-focus-outline) input.username.bad:focus,
body:not(.no-focus-outline) input.password:focus,
body:not(.no-focus-outline) input.password.good:focus,
body:not(.no-focus-outline) input.password.bad:focus {
  outline: none;
}

input.username.good:-webkit-autofill,
input.password.good:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #ffffff;
}

input.username.bad,
input.password.bad,
.database-button.bad {
  padding-bottom: 0;
  border-bottom: 2px solid #d50000;
}

input.username.bad:-webkit-autofill,
input.password.bad:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
}

input.username {
  margin-top: 0rem;
}

input.password,
.database-select-container {
  margin-top: 1.0rem;
}

input.username::-moz-placeholder,
input.password::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
input.username:-ms-input-placeholder,
input.password:-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
input.username::-webkit-input-placeholder,
input.password::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
input.username::placeholder,
input.password::placeholder {
  color: #8c8c8c;
  opacity: 1;
}

.dropdown {
  position: relative;
}

/*Backdrop to catch body clicks on mobile, etc.*/
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.dropdown-menu {
  display: none;
  float: left;
  left: -3.0rem;
  list-style: none;
  margin-bottom: 2.0rem;
  margin-top: 1.5rem;
  max-height: 30.0rem;
  overflow-y: auto;
  padding-bottom: 1.6rem;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  right: -3.0rem;
  z-index: 1000;
  width: auto;
}

.open  > .dropdown-menu {
  display: block;
}

.dropdown-menu > li > a {
  clear: both;
  color: #737373;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding-bottom: 1.2rem;
  padding-left: 3.0rem;
  padding-right: 3.0rem;
  padding-top: 1.2rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #f8f8f8;
  color: #212121;
  font-weight: 600;
  outline: 0;
  text-decoration: none;
}

.dropdown-header {
  color: #4c4c4c;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  padding-bottom: 1.3rem;
  padding-left: 3.0rem;
  padding-right: 3.0rem;
  padding-top: 2.0rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.error-messages {
  color: #d50000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7rem;
  margin-bottom: -1.5rem;
  margin-top: 2.2rem;
  padding-bottom: 1.3rem;
  width: 100%;
}

.error-messages > p {
  margin: 0;
}

.login-button {
  background-color: #00a69c;
  border-radius: 0.2rem;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  height: 5.0rem;
  margin-top: 3.0rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  width: 100%;
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.login-button:hover {
  background-color: #02b3a7;
}

.login-button:active {
  background-color: #02b3a7;
}

.login-button[disabled] {
  background-color: rgba(0, 166, 156, 0.5);
}

@-webkit-keyframes spin {
  10% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  10% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  border-style: solid;
  border-width: 0.3rem;
  display: inline-block;
  height: 2.4rem;
  vertical-align: middle;
  width: 2.4rem;

  border-top-color: #ffffff;

  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


.database-button--content > lime-icon {
  color: #a6a6a6;
}

.database-button:hover > .database-button--content > lime-icon {
  color: #636363;
}

lime-icon {
    height: 3.0rem;
    pointer-events: none;
    position: relative;
    width: 3.0rem;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

lime-icon > svg {
    fill: currentColor;
    height: 100%;
    width: 100%;
}

lime-icon[size="small"] {
    height: 3.0rem;
    width: 3.0rem;
}
lime-icon[size="medium"] {
    height: 3.9rem;
    width: 3.9rem;
}
lime-icon[size="large"] {
    height: 5.8rem;
    width: 5.8rem;
}

.database-button {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.database-button--content > .text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;

  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.database-select-container.open > .database-button > .database-button--content > lime-icon {
  color: #636363;
}

.database-button--content {

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
