html,body {
    height: 100%;
    background-image: url(../images/1543523.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
#btnSubmit{
    background-image: url(../images/button.png);
    background-size: 100% 100%;
    background-origin: border-box;
    padding: 0px;
    padding-bottom: 13px;
    border-radius: 5px;
    border: 0px;
    height: 60px;
    font-size: 26px;
    font-weight: bold;
    background-color: rgba(255,255,255,0) !important;
}
#btnSubmit:hover{
    /*border-color: #ffffff;*/
    /*padding: 10px;*/
    border: 0px;
}
.login-box-body{
    width:500px !important;
    height:400px;
    box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 0.3) !important;
}
.login_title a{
    color:#ffffff !important;
}
#username,#password{
    height: 50px;
    border-radius: 3px;
    border-color: #56baf6;
}
#username:focus,#password:focus{
    border-color: #2ab0ff;
}
.login-copyright{
    color:#999999 !important;
    bottom: 40px;
    position: fixed;
    margin-left: -98px;
    left: 50%;
    margin-top: 0px;
}
.form-control-feedback{
    color:#56baf6 !important;
    line-height: 50px !important;
}
.icheckbox_square-blue{
    border-radius: 3px;
    /*border: 1px solid #2baeff;*/
    /*background-image: none;*/
}
.form-group{
    height: 60px;
}

