body {
    background: #75b9e6;
}
h1{font-size:24px;}
.text-logo{font-size:20px;}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
#login {
    margin: 10% auto 0 auto;
    position: relative;
    max-width: 420px;
}
#login .login-wrapper {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.tab-content .tab-pane {
    padding: 15px;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.nav-tabs > li a {
    border-color: #e7e7e2;
    background: #f3f5f6;
    color: #768399;
    margin-right: -1px;
    border-radius: 0;
	border:0;
}
.form-horizontal .fa {
    position: absolute;
    left: 25px;
    top: 10px;
}
.errors-important{padding:6px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}
.mb8{margin-bottom:8px;}
.mr10{margin-right:10px;}
.ml10{margin-left:10px;}
.ml5{margin-left:5px;}
.ml20{margin-left:20px;}
.mt8{margin-top:8px;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.mt0{margin-top:0;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr60{margin-right:60px;}
.p46{padding:4px 6px;}
.hide-error label.error{display:none !important;}
.required{color:red;font-weight:bold;margin-left:3px;}
input.error,textarea.error,select.error,button.error,div.error{background-color:#fce6f2 !important;}
label.error,label.error-required{color:red;margin-left:12px;}
.required{color:red;font-weight:bold;margin-left:3px;}