        @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
        [class*="fontawesome-"]:before {
          font-family: 'FontAwesome', sans-serif;
        }

        * {
          box-sizing: border-box;
        }

        @font-face {
  font-family: 'Glyphicons Halflings';
  src: url("./font/glyphicons-halflings-regular.eot");
  src: url("./font/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./font/glyphicons-halflings-regular.woff") format("woff"), url("./font/glyphicons-halflings-regular.ttf") format("truetype"), url("./font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 25, ../../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_extensions/bootstrap-sass-3.2.0.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-lock:before {
  content: "\e033";
}

html {
  height: 100%;
}

body {
  
  color: #606468;
  font: 400 0.875rem/1.5 "Open Sans", sans-serif;
  margin: 0;
  min-height: 100%;
}

a {
  color: #eee;
  outline: 0;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}

input {
  border: 0;
  color: #6774B8;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.site__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3rem 0;
}

.form input[type="password"], .form input[type="text"], .form input[type="button"] {
  width: 100%;
}
.form--login {
  color: #eee;
}
.form--login label,
.form--login input[type="text"],
.form--login input[type="password"],
.form--login input[type="button"] {
  border-radius: 0.25rem;
  padding: 1rem;
}
.form--login label {
  background-color: #009877;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form--login input[type="text"], .form--login input[type="password"] {
  border: 1px solid #009877;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form--login input[type="text"]:focus, .form--login input[type="text"]:hover, .form--login input[type="password"]:focus, .form--login input[type="password"]:hover {
  background-color: #eee;
}
.form--login input[type="button"] {
  background-color: #009877;  
  color: #eee;
  font-weight: bold;
}
.form--login input[type="button"]:focus, .form--login input[type="button"]:hover {
  background-color: #20B790;
}
.form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.form__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.text--center {
  text-align: center;
}

.grid__container {
  margin: 0 auto;
  max-width: 20rem;
  width: 90%;
}

.img {
    text-align:center;
    margin-bottom:15px;
}

.img img {
    margin: 0 auto;
    max-width:31em;
    width:90%;
}

.saving {
    position: fixed;
    display:none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

.saving strong {
    position: absolute;    
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -98px;
    padding-left: 56px;
    font-size: 2em;
    color: #fff;
    background: url(../img/loader.gif) no-repeat left center;
}

.alert {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30%;
    font-size: 15px;
    text-align: center;
    z-index: 999;
    padding: 10px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

