@charset "UTF-8";
body{
    padding: 10px;
    width: 100%;
    height: 100%;
    z-index:-10;
    zoom: 1;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-image: url("/images/loginbg.jpg");
    background-repeat:no-repeat;

}
.content{
    max-width: 450px;
    margin-top:5em;
    margin-left: auto;
    margin-right: auto;
}
.content .tbl-cell{
    max-width: 450px;
}

.content .breadcrumb.breadcrumb-simple{background:0 0;padding-left:0;padding-right:0;margin-bottom:0}
.content .breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;-webkit-border-radius:.25rem;border-radius:.25rem}
.content .breadcrumb::after{display:table;clear:both;content:""}
.content .breadcrumb>li{float:left}
.content .breadcrumb>li+li::before{padding-right:.5rem;padding-left:.5rem;color:#818a91;content:"/"}
.content .breadcrumb>.active{color:#818a91}
.content .logincard{
    max-width: 450px;
    border-color: #d8e2e7;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25em;
    height:auto;
    color: #818a91;
}
.content .logincard .col-md-6{
    margin:30px auto 20px auto;
    max-width: 450px;
}
.content .logincard .col-md-6 .form-label{display:block;margin-bottom:6px;font-size:1rem}

.content .btn{
    -webkit-border-radius: 3px;
    border-radius:3px;
    border:solid 1px #00a8ff;
    background:#00a8ff;
    color: #ffffff;
    font-weight:600;
}
.content .btn:hover{
    border:solid 1px #00c3aa;
    background:#00c3aa;
}
.error{
    font-size: 16px;
    color: #9f9f9f;
}
.btn{
    float: left;
}
.ts{
    width: auto;
    float: left;
    margin-left: 30px;
    line-height: 40px;
    color: #00a8ff;
}
