
body {
    background-color: #3D3D3D;
}
h1 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto 15px;
    text-align: center;
}
.inner {
    margin: auto;
    width: 100%;
}
.logo {
  /*   background-image: url("../images/Login/hb.png");
    background-position: 70px 30px;
    background-repeat: no-repeat;
    background-size: 34% 90%;
    height: 221px;
    opacity: 0.1;
    position: absolute;
    text-align: center;
    width: 500px; */
}
.lg-body {
    background: none repeat scroll 0 0 #646464;
    border-image: none;
    border-radius: 0;
    padding-top: 1px;
}
#lg-head {
    background: url("/bonyan/javax.faces.resource/images/Login/login-sprite.png.xhtml") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    height: 26px;
    margin: 15px 0 10px;
    padding: 0 19px;
}
#lg-head p {
    color: #FFFFFF;
    font-size: 15px;
    padding: 6px 34px 0 0;
}
.separator {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    height: 1px;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px !important;
}
.login {
    margin: auto;
    overflow: hidden;
    padding-top: 5px;
    width: 100%;
}
.login ul li {
    margin-top: 14px;
}
#usr-field, #psw-field {
    background: url("") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #000000 inset;
    height: 32px;
    position: relative;
}
#usr-field-icon {
    background: url("/bonyan/javax.faces.resource/images/Login/login-sprite.png.xhtml") no-repeat scroll 0 -28px rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
}
#psw-field-icon {
    background: url("/bonyan/javax.faces.resource/images/Login/login-sprite.png.xhtml") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 6px;
    width: 22px;
}
.input {
    border: 1px solid #CCCCCC;
    box-shadow: none;
    font-size: 12px;
    height: 32px;
    padding: 0;
    position: relative;
    text-indent: 40px;
    width: 100%;
}
#checkbox {
    margin: 16px 0 16px 4px;
}
.checkbox-text {
    color: #D3D3D3;
    float: none;
    font-size: 13px;
    margin-left: 6px;
}
.submit {
    background-color: #4D90FE;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px !important;
    height: 30px;
    padding: 0 25px;
}
#lost-psw {
    float: right;
    margin-top: -24px;
}
#lost-psw a {
    color: #D3D3D3;
    font-size: 13px;
}
label.error {
    background: url("/bonyan/javax.faces.resource/images/Login/login-sprite.png.xhtml") no-repeat scroll 0 -68px rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 22px;
    left: 6px;
    position: absolute;
    text-indent: -9999px;
    top: 6px;
    width: 22px;
}
#login-msg {
    background: none repeat scroll 0 0 #4D90FE;
    border: 1px solid #1290E0;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 10px;
    padding: 6px 10px;
}
#light-ver {
    background: url("") repeat scroll 0 0 #BBBBBB;
    border: 1px solid #9F9F9F;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 40px;
    text-shadow: 0 1px 0 #DDDDDD;
}
#light-ver p {
    color: #292929;
    padding: 10px;
    text-align: center;
}
.wrapper {
    margin-bottom: 4px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 175px;
    position: relative;
    width: 500px;
}
fieldset {
    border: medium none;
}
#lg-head {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#lg-head p {
    padding: 2px 0 0 2px;
}
.separator {
    margin: 6px 0 0;
}
.alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    border-radius: 4px;
    color: #B94A48;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.wrapper.change-password , .wrapper.lock-screen{
    overflow: hidden;
    width: 700px;
}
.wrapper .login-body {
    float: right;
    padding-bottom: 9px;
    padding-right: 15px;
    width: 470px;
}
.wrapper .profile {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 190px;
    margin-bottom: 18px;
    margin-right: 10px;
    margin-top: 14px;
    width: 190px;
}
.wrapper .profile img {
    max-width: 100%;
}
.progress {
    background-color: #F5F5F5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
}
.progress-bar {
    background-color: #428BCA;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
}
.progress-bar-success {
    background-color: #5CB85C;
}
.progress-bar-info {
    background-color: #5BC0DE;
}
.progress-bar-warning {
    background-color: #F0AD4E;
}
.progress-bar-danger {
    background-color: #D9534F;
}
.progress {
    background-image: none !important;
    border: 0 none;
    box-shadow: none !important;
    filter: none !important;
}
.progress > .progress-bar-success {
    background-color: #3CC051;
}
.progress > .progress-bar-danger {
    background-color: #ED4E2A;
}
.progress > .progress-bar-info {
    background-color: #57B5E3;
}
.progress > .progress-bar-warning {
    background-color: #FCB322;
}


.lock-screen .login-body .username {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 12px;
}

.lock-screen .login-body .email {
  color: #FFFFFF;
  margin-bottom: 24px;
  margin-top: 7px;
}

.lock-screen .login-body .locked-text {
  color: #FF3F3F;
  margin-bottom: 18px;
}
.lock-screen .login-btn {
  margin-top: 12px;
}

.profile span {
  color: #999999;
  display: block;
  font-size: 192px;
  text-align: center;
}