@font-face {
  font-family: 'WojoSansThin';
  src: url('../fonts/WojoSansThin.woff') format('woff'), url('../fonts/WojoSansThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'WojoSansExtraLight';
  src: url('../fonts/WojoSansExtraLight.woff') format('woff'), url('../fonts/WojoSansExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'WojoSansLight';
  src: url('../fonts/WojoSansLight.woff') format('woff'), url('../fonts/WojoSansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'WojoSansRegular';
  src: url('../fonts/WojoSansRegular.woff') format('woff'), url('../fonts/WojoSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'WojoSansDemi';
  src: url('../fonts/WojoSansDemi.woff') format('woff'), url('../fonts/WojoSansDemi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'WojoSansBold';
  src: url('../fonts/WojoSansBold.woff') format('woff'), url('../fonts/WojoSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'WojoSansExtraBold';
  src: url('../fonts/WojoSansExtraBold.woff') format('woff'), url('../fonts/WojoSansExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
 unicode-range: U+0020-25CA;
}
html,
body {
  font-size: 12px;
  height: 100%;
}
body {
  font-family: "WojoSansRegular", sans-serif;
  display: table;
  margin: 0 auto;
  padding: 0px;
  color: #A4B1C7;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  /*background-color: #394354;*/
  /*background: linear-gradient(darkred, red);*/
  background-image: url("../uploads/background.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  
}
a,
a.inverted {
  cursor: pointer;
  color: cadetblue;
  text-decoration: none;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  outline: none
}
a:hover,
a.hover,
a:focus {
  color: steelblue;
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .35s ease;
  transition: all .55s ease;
  outline: none;
  text-decoration: none
}
#container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 220px;
}
header {
  text-align: center;
  margin: 2em 0;
}
header .avatar {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: .188em;
}
header p {
  margin: 1em 0;
}
header .avatar img {
  border-radius: .250em;
  box-shadow: 0 0 0 2px #A4B1C7;
  padding: 2px;
}
footer {
  padding: 1em;
  text-align: center;
  font-family: 'Cabin';
  color: black;
/*  position: absolute;
  bottom: 0;
  width: 34em;*/
}

footer img{
  /*margin-left: -6em;*/
     /*height: 300px;*/ 
/*    position: absolute;
    bottom: -6.5em;*/
    width: 30%;
}


.col.center {
  text-align: center;
}
.col {
  margin-bottom: 2em;
  position: relative;
}
.col:last-child {
  margin-bottom: 0;
}
i.icon.icon-prepend {
  font-size: 16px;
  display: block;
  height: 46px;
  width: 46px;
  line-height: 36px;
  text-align: left;
  left: 0.6em;
  top: 0;
}
.icon-prepend {
  position: absolute;
  text-align: center;
  color: black;
}
.icon-prepend {
  left: 1em
}
form input {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  padding-right: 1em;
  padding-left: 2.5em;
  padding-bottom: 0;
  height: 35px;
  font-size: 1em;
  background-color: transparent;
  border: 1px solid grey;
  /*border-bottom: 2px solid black;*/
  font-family: 'Cabin';
  outline: none;
  color: black;
  border-radius: 0.5em;
  -webkit-transition: background-color .3s ease-out, 0 .2s ease, border-color .2s ease;
  transition: background-color .3s ease-out, box-shadow .2s ease, border-color .2s ease;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #394354;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
form input:focus {
  border-bottom: 2px solid black;
  -webkit-appearance: none;
  color: black;
}
.button-login {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  min-height: 1em;
  width: 100%;
  outline: none;
  border: none;
  background-color: cadetblue;
  color: #fff;
  margin: 0em;
  padding: .5em 1.5em;
  font-size: 1.4em;
  line-height: 1;
  font-family: 'Cabin';
  font-style: normal;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius : 2em;
}
.button-login.alt {
  background-color: #d25b5b;
}
.button-login:hover {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  background-color: steelblue;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 50px #394354 inset;
 background-color: #394354;
 -webkit-text-color: #fff;
 color:#fff;
}
/* == Loading == */
.button-login.loading {
  position: relative;
  cursor: default;
  background-color: #FFFFFF;
  color: transparent;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.button-login.loading:after {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent url(../images/loader-mini.gif) no-repeat 50% 50%;
}
input:-webkit-autofill:focus {
 -webkit-text-color: #fff;
 color:#fff;
}
::-webkit-input-placeholder {
 color:#A4B1C7;
}
.wojo.message,
.wojo.list {
  position: relative;
  min-height: 18px;
  margin: 1em 0em;
  height: auto;
  padding: 1em;
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.325em 0.325em 0.325em 0.325em;
  -webkit-box-shadow: 0em -0.2rem 0em rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0em -0.2rem 0em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0em -0.2rem 0em rgba(0, 0, 0, 0.1) inset;
  background-color: #BD362F;
  color: #FFFFFF;
  opacity: 0.85;
}
.wojo.message i.icon {
  display: none
}
.wojo.negative .header {
  margin: 0em;
  font-size: 1em;
  font-size: 1em;
  font-family: 'WojoSansBold';
}
.wojo.negative ul.list {
  list-style-position: inside;
  margin: 0em;
  padding: 0em;
  font-size: .875em;
  font-family: 'WojoSansLight';
}
.wojo.message ul.list li,
.wojo.list li {
  position: relative;
  list-style-type: none;
  margin: 0em;
  margin-left: .5em;
  padding: 0em;
}

.system_title{
    font-size: 2.2em;
    padding: 1em;
    color:white;
    text-shadow: 2px 8px 6px rgba(7, 6, 6, 0.91), 0px -5px 12px rgba(8, 6, 6, 0.96);
    font-weight: bold;
    font-family : Cabin;
}