body{
    background: url("https://www.black-panel.com/module_login/images/bg_kajatti.jpg") no-repeat fixed center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@font-face{
    font-family:"blanch";
    src: url("../fonts/BLANCH_CONDENSED.ttf")format("truetype");
}
.fonta,p,i,html,a,p,i,span,div,ul,ol,li,input,label,select,textarea,b,h6,h4,h3,h2,h1{
    font-size:13px;
    line-height:18px;
    font-weight: normal;
    font-family: tahoma, arial;
}
h1,h2,h3,h4,h5{
    font-family: tahoma, arial;
    font-size: 25px;
    line-height: 30px;
}
i{
    font-style: normal;
}
button,a{
    text-decoration:none;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
}
p,b,i,a,label,span,input,textarea{
    font-weight: normal;
}
.left{
    float:left;
}
.right{
    float:right;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute!important;
}
.pointer{
    cursor: pointer;
}
.h100{
    height: 100%;
}
.w100{
    width: 100%;
}
.w100i{
    width: 100%!important;
}
.underline{
    text-decoration: underline!important;
}
.fnone{
    float:none;
}
.bnone{
    border: 0 !important;
}
.hnone{
    background:none!important;
}
.center{
    text-align: center;
}
.tright{
    text-align: right;
}
.tleft{
    text-align: left;
}
a{
    cursor: pointer!important;
    text-decoration: none;
    color:#0064c9;
}
.dnone{
    display: none;
}
.dnonei{
    display: none!important;
}
.bold{
    font-weight: bold;
}
.mnone{
    margin:0!important;
}
/*Mayusculas*/
.uppercase{
    text-transform:uppercase;
}
.bgnone{
    background:none!important;
}
.itable {
    display: inline-table;
}
.iblocki{display:inline-block;}
/*LOGEO*/
.container-layout{display: table-cell;text-align: center;vertical-align: middle;}
.lightbox-gb{background: rgba(0, 0, 0, 0.25);top: 0;}
#login{
    background-color:rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 15px -5px #000;
    opacity: 0.98;
    padding: 0 0 10px;
    width: 355px;
    border-radius: 5px;
    border-bottom: 5px solid #03638E;
}
#login .title{
    padding: 20px 0;
}
#login .title span{
    background-color:#03638E;
    display: inline-block;
    height: 50px;
    width: 15px;
}
#login .title h1{
    color: #4a4b4f;
    display: inline;
    font-family: "blanch";
    font-size: 50px;
    font-weight: bold;
    line-height: 53px;
    padding-left: 10px;
    vertical-align: top;
}
#login ul{
    
}
#login ul li{
    margin-bottom:5px;
    position:relative;
}
#login ul li label{
    color: #da0b03;
    font-size: 12px;
    pointer-events: none;
    position: absolute;
    right: 12%;
    top: 17px;
}
#login ul li input,#login ul li select{
    background: #F7F7F7 url("../../images/login/usu.png") no-repeat scroll 97% center;
    border:1px solid #EAEAEA;
    border-bottom: 2px solid #d5d5d5;
    padding: 13px 10px;
    width: 80%;
    color: #777;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
}
#login ul li select{
    
}
#login ul li input.pas{
    background: #F7F7F7 url("../../images/login/pas.png") no-repeat scroll 97% center;
}
#login ul li button{
    background-color:#03638E;
    border: 0 none;
    box-shadow: 0 1px 2px #888;
    color: #eee;
    font-family: arial;
    font-weight: bold;
    padding: 15px 0;
    width:80%;
}
#login ul li button:hover{
    background-color:#085273;
}
#login ul li p{
    color:#8E8E8E;
    margin-top: 5px;
}
#login ul li a{
    color:#085273;
    text-decoration: underline;
}
