@charset "UTF-8";

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
:focus { outline: 0; }
body, input, select, textarea { font-family: 'Open Sans Regular'; }
body {
    color: #555; line-height: 1.5em; font-size: 12px;
    /*background: #f2f5f6 url(../images/bg2.png) repeat-x;*/
        /*background: #f2f5f6 url(../images/bg2.png) repeat-x;*/
    background-color: #f1f1f1;
}
input, select, textarea { color: #555; font-size: 12px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Regular';  font-size: 20px; margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.left { float: left; }
.right { float: right; }
textarea { resize: none; }
.button {
    cursor: pointer; width: 100px;
}
.button:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;}
}
.clear { clear: both; }
.alert-box-fixed
{
    position: fixed;
    width: 500px;
    color: #444;
    font-family: 'Open Sans Bold'; font-size: 13px;
    padding: 5px 10px 5px 36px;
    left: 50%; top: 8px;
    margin-left: -250px; margin-top: 0px;
    z-index: 9999;
}
.error-box
{
    background: rgba(255, 236, 236, 1) url('../images/error.png') no-repeat 10px 50%;
    z-index: 9999;
    border: 1px solid #f5aca6;
}
.success-box
{
    background: rgba(233, 255, 217, 1) url('../images/success.png') no-repeat 10px 50%;
    z-index: 9999;
    border: 1px solid #a6ca8a;
}
#main { width: 100%; padding: 0; margin: 0; }
.top-logo { width: 400px; margin: 50px auto 0 auto; padding: 0; text-align: center; }
.login-area {
    width: 400px;
    padding: 0;
    margin: 20px auto 0 auto;
    min-height: 220px;
    background: #fff;
}
.effect2
{
  position: relative;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #163c56;
  -moz-box-shadow: 0 15px 10px #163c56;
  box-shadow: 0 15px 10px #163c56;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.login-form{}
.login-form input.general { width: 300px; height: 30px; line-height: 30px; border: 1px solid #d1d1d1; padding: 0 0 0 30px; }
.login-form input.general:focus { border: 1px solid #ff060f; }
.login-form input.username { background: transparent url(../images/user.png) no-repeat 5px center; }
.login-form input.password { background: transparent url(../images/pwd.png) no-repeat 5px center; }
.blue { background: #ff060f; border: none; padding: 10px 0; color: #fff; }
.blue:hover {
    background: #e76f0c;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
.red { background: #ff4848; border: none; padding: 10px 0; color: #fff; }
.red:hover {
    background: #d20000;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

input.general { width: 150px; height: 30px; line-height: 30px; border: 1px solid #d1d1d1; padding: 0 10px; border-radius: 3px; }
input.disp-username { width: 250px; height: 30px; line-height: 30px; border: 1px solid #d1d1d1; padding: 0 10px; border-radius: 3px; }
select { width: 250px; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ccc; border-radius: 3px; }

.footer-wrapper { width: 400px; margin: 30px auto 0 auto; padding: 0; text-align: center; height: 40px; line-height: 40px; text-align: center; }
.footer-wrapper2 {
    height: 26px; line-height: 25px;
    background-color: #f2f5f6;
    position: absolute;
    bottom: 0;
    width: 99%;
    border-bottom: 1px solid #fff; border-top: 0;
}
.footer-wrapper2 .text {
    padding: 0 5px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}