@charset "utf-8";
html, body{height:100%;}
body {color:#000;background-image:url('/common/img/background.png?1');}
.loginWrap {height:100%;display:flex;flex-direction:column;justify-content:center;}
.form-signin {box-shadow:0 0 10px #333;border:4px solid #222;width:380px;padding:30px 40px;margin:0 auto;background:#fff;}
.form-signin h2 {margin:0.4em 0 1em;text-align:center;font-family:verdana;}
.input {position:relative;border-radius:2px;height: 40px;line-height: 22px;padding: 8px 12px;width: 100%;background: #fbfcfc;border: 1px solid #dde1e1;color: #000;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 4px rgba(0,0,0,.05);margin-bottom:-1px;z-index:2;box-sizing: border-box;}
.input:focus {border-radius:2px;font-weight: bold;background: #9ECA15 url('/common/img/blank.gif?1');box-shadow: 0 0 10px rgba(46,84,129,0.4);border: solid 1px #000;outline: none;-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s;z-index:3;}
.alert {margin:10px 0 20px;border:1px dashed #aaa;padding:0.5em;line-height:22px;background:#FDF7DF;}
.inputs {position: relative;border-radius: 2px;height: 40px;line-height: 22px;padding: 8px 12px;width: 100%;background-color: #fbfcfc;background-position: calc(100% - 5px) center;background-repeat: no-repeat;border: 1px solid #dde1e1;color: #000;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 4px rgba(0,0,0,.05);margin-bottom: -1px;z-index: 2;box-sizing: border-box;}
.inputs::-webkit-outer-spin-button,.inputs::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.inputs:focus {border-radius: 2px;font-weight: bold;background-color: #9ECA15;box-shadow: 0 0 10px rgba(46,84,129,0.4);border: solid 1px #000;outline: none;-webkit-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s;z-index: 3;}
.onlyNew {display: none;}