.form-horizontal .control-label { text-align: left; }
.sbold { font-weight: bold !important; }
.text-primary { color: #337ab7; }
.uppercase { text-transform: uppercase; }
.login.navbar{
    height: auto;
}

.login.navbar .navbar-inner{
    height: auto;
}

.login.navbar .navbar-inner{
    background: #2dc3e8 !important;
}

.login .navbar-header {
    float: none !important;
}

.login .navbar-header .navbar-brand{
    display: inline-block;
    height: auto !important;
}

.login .navbar-header h3{
    color: #fff;
    margin-left: 50px;
    display: inline-block;
}

.login .navbar-header .navbar-brand img{
    width: auto;
    height: 80px;
    float: none;
}

.bgcover{
    position: relative;
      left: 0;
      right: 0;
      z-index: 0;
    width: 100%;
    height: 100%;
}

.bgcover:before{
    background: url("../img/full-bg.jpg") center top no-repeat;
    background-size: cover;
    -webkit-filter: blur(2px); /* Safari */
    filter: blur(2px);
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.wel-head{
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold !important;
}

.welcomel{
    display: table;
    margin: 50px auto 50px;
    float: none;
}

.welcomel .welctab{
    display: table-cell;
    width: 50%;
    box-sizing:border-box; 
}

.welcomel .welctab .panel{
    margin-top: 20px;
    background: none;
    border: none;
}

.welcomel .tableft{
    background: #547d99;
    color: #fff;
}

.welcomel .tableright{
    background: #fff;
}

.welcomel .tableright input{
    width: 100%;
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.appuser input{
    padding-left: 40px;
}
.appuser .fa-user{
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin-top: -10px;
}

.appuser .fa-key{
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin-top: -10px;
}

.forgetpass{
    display: inline-block;
    width: auto;
}

.topgap20{
    margin-top: 20px;
}

.welcomel .panel{
    -webkit-box-shadow:none;
    box-shadow:none;
}

.welcome-height{
    height: 360px;
    overflow-y: auto;
    width: 98%;
}

.log-footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background: #fff;
    border-top: 5px solid #2dc3e8;
}

.log-footer ul{
    margin: 0;
    padding: 0;
}

.log-footer li{
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.log-footer li a{ 
    display: block;
}

.form-group.has-error input, 
.input-group.has-error input, 
.form-group.has-error .select, 
.input-group.has-error .select, 
.form-group.has-error textarea, 
.input-group.has-error textarea, 
.has-error .form-control,
.has-error .form-control:focus,
.has-error .form-control:active,
.has-error .thumbnail,
.has-error .fileinput .thumbnail,
.has-error .select2-dropdown, 
.has-error .select2-selection {
    border-color: #df5138 !important;
}

.form-control {
    border-radius: 0;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area {
    right: 0px;
}
sup {
    color:red;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .welcomel .welctab,.welcomel .welctab{
        width: auto;
        display: block;
    }

    .btn-gap{
        overflow: hidden;
    }
}
