@import url(fonts.css);
html, body {
  height: 100%;
}
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, address, dd, dt, dl {
  margin: 0;
  padding: 0;
}
body, input, select, textarea, body * {
  margin: 0px;
  padding: 0px;
  font: 400 14px/1.4em "Oxygen", sans-serif;
  color: #000;
  box-sizing: border-box;
}
input, select, textarea {
  font-size: 14px;
}
body::after, body::before, input::after, input::before, select::after, select::before, textarea::after, textarea::before, body *::after, body *::before {
  box-sizing: border-box;
}
body {
  background: #EAEBF0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a:focus, a:active, input:focus, textarea:focus, button:focus, select:focus, checkbox:focus, radio:focus {
  outline: none;
  outline-style: none;
}
.clear {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.bu {
  padding: 8px 16px 8px 16px;
  border-style: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  margin-right: 16px;
  color: #FFFFFF;
  transition: all 0.15s ease-in 0s;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.bu span {
  color: #FFFFFF;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.20s ease-in 0s;
  display: inline-block;
}
.bu-blue {
  background: #0068E9;
}
.bu-blue:hover {
  background: #075FCC;
  color: #FFFFFF;
}
.container {
  width: 90%;
  max-width: 360px;
  height: 400px;
  position: relative;
  perspective: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  margin-top: calc(100vh / 4);
  transition: all .35s ease;
  background-color: transparent;
}
.container.process {
  transform-origin: 50% 50%;
  transform: scale(1, 0.01);
  background: #0068E9 !important;
}
.container.process.finish {
  transform: scale(0, 0.01);
}
.card {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform .7s;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
.card div {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
body.app {
  background-image: none;
  background-color: #FFFFFF;
}
.app .card div {
  box-shadow: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0)
}
.app input, .app label.icon {
  border-color: #DDDDDD;
  background-color: #FFFFFF;
  color: #000;
}
.app .card div h4 {
  color: #000;
}
.app input::placeholder {
  color: #7D7D7D
}
.app input:focus::placeholder {
  color: #D6D6D6
}
.app label.icon .fa {
  color: #2C2C2C;
}
.card div h4 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #000;
}
.card form {
  text-align: center !important;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.card.flipped .login-form {
  z-index: -1;
}
.card.flipped, .card .fgt-form {
  transform: rotateY(180deg);
}
input {
  padding: 8px;
  background: transparent;
  display: block;
  width: 80%;
  float: left;
  margin: -1px auto;
  height: 40px;
  color: #000;
  border: none;
}
.password input {
  /*width: 78%;*/
}
input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
input:focus::placeholder {
  color: rgba(0, 0, 0, 0.1);
  transform: translateX(10px)
}
input:focus + label span {
  color: #0068E9 !important;
}
label {
  display: block;
  background-color: #EBEDF0;
  width: 100%;
  margin: 15px 0;
  height: 40px;
  border: 1px solid transparent;
  transition: all .4s ease;
}
label:hover, label.focus {
  border: 1px solid #0068E9;
}
label:hover:before, label.password .toggle-password:hover {
  color: #0068E9;
}
label:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  display: block;
  float: left;
  margin: 11px 10px 0 15px;
}
label.password .toggle-password {
  font-size: 12px;
  display: block;
  float: right;
  margin-right: 8px;
  margin-top: 14px;
  cursor: pointer;
  color: #000;
}
label.username:before {
  content: '\f007'
}
label.password:before {
  content: '\f13e'
}
label.email:before {
  content: '\f0e0'
}
label .fa {
  color: #FFF;
}
button {
  height: 40px;
  width: 100%;
  margin: 20px auto;
}
/*button i.fa {
  display: none;
  color: #FFFFFF;
  font-size: 1.9em;
  line-height: .9em;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}*/
button.processing {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
button.processing span {
  display: none;
}
#wc-msg {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 72px;
  transition: all .35s ease;
  background-color: #075FCC;
  display: none;
  overflow: hidden;
  text-align: center;
  z-index: 11;
}
.flipped #wc-msg {
  bottom: 127px;
  transform: rotateY(180deg);
}
.small-wc {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.full-wc {
  width: 100%;
  height: 100%;
  bottom: 0px !important;
  z-index: 10;
}
.small-wc.full-wc.error:after, .small-wc.full-wc.success:after, .full-wc.loading-p:after, .small-wc.loading-p:after {
  font-family: 'FontAwesome';
  background-color: transparent;
  color: #FFF;
  width: 50px;
  height: 50px;
  font-size: 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  animation: fadein 1.5s;
}
.small-wc.full-wc.error:after {
  content: '\f071';
}
.small-wc.full-wc.success:after {
  content: '\f046';
}
.small-wc.loading-p:after {
  top: 15px;
  width: 40px;
  height: 20px;
  content: url(../images/loader.gif);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.small-wc h5 {
  font-size: 16px;
  font-weight: 100;
  color: #FFFFFF;
  padding-top: 190px;
}
.small-wc span {
  background: rgba(0, 0, 0, .1);
  padding: 8px 32px;
  margin-top: 40px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.small-wc span:hover {
  background: rgba(0, 0, 0, .2);
}
.small-wc h6 {
  font-size: 26px;
  font-weight: 100;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.small-wc b {
  color: #FFFFFF;
	padding: 0 20px;
}
.frm-holder {
  display: block;
  position: relative;
}
.image-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  min-height: 80px;
}
.image-logo img {
  height: auto;
  width: 120px;
}
.image-logo .fa {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
.fp {
  cursor: pointer;
}
.fp:hover {
  text-decoration: underline;
}