@font-face{
    font-family: 'Raleway';
    src : url('/css/Raleway-Light.ttf');
}

@font-face{
    font-family: 'PT Serif';
    src : url('/css/PT_Serif-Web-Regular.ttf');
}

@font-face{
    font-family: 'NunitoSans-Light';
    src : url('/css/NunitoSans-Light.ttf');
}

.box{
    width: 0px;
    height: 0px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #ccc;*/
    z-index: 52;
    top: 45%;
    opacity: 0;
    text-align: center;
    /*border: 1px solid #ccc;*/
}

.box:hover {
    /*transform: rotateY(180deg);*/
}

#dpt_name .lan{
    display: inline;
    font-size: 30px;
    padding: 0px 50px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
}

#wfooter{
    position: fixed;
    bottom: 0px;
    width: 0px;
    right: 0px;
    z-index: 52;
    height: 87px;
    overflow: hidden;
    background-image: url('../img/dalada.png');
    background-repeat: repeat-x;
}

#wfooter_{
    position: fixed;
    bottom: 0px;
    width: 100%;
    right: 0px;
    z-index: 53;
    height: 30px;
    overflow: hidden;
    background-image: url('../img/walakulu.png');
}

#dpt_name{
    width: calc(100%);
    position: absolute;
    top: 60%;
    z-index: 52;
    text-align: center;
    font-size: 50px;
    font-family: 'PT Serif';
    height: 0px;
    overflow: hidden;
    background-color: #81070b;
    color: #FFF;
    left: 0px;
    box-shadow: 0px 0px 10px #000;
    border: 2px solid #FFF;
    border-left: none;
    border-right: none;
    opacity: 0;
}

#aubowan{
    text-align: center;
    width: calc(100%);
    position: absolute;
    top: 10%;
    left: 0px;
    z-index: 52;
    color: #aa0f06;
    opacity: 0;
    margin: auto;
}

#aubowan img{
    width: 55%;
}

.box img {
    /*height: 100%;*/
}

#cul_logo img{
    /*background-image: url("../img/cul_logo.png");*/
    height: 100%;
}

#gov_logo img{
    /*background-image: url("../img/gov_logo.png");*/
    height: 100%;
}

#cp_flag img{
    width: 100%;
    margin-top: 20%;
    /*background-image: url("../img/flag.png");*/
}

#main_block{
    background-color: #FFF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 51;
    top: 0px;
    left: 0px;
}

#login_panel{
    width: 400px;
    border: 1px solid #1D688D;
    height: 558px;
    position: absolute;
    /*box-shadow: 0px 0px 5px #adadad;*/
    /*background-image: url('../img/login_bg.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    border-radius: 16px;
}

#logo{
    background-color: transparent;
    height: 120px;
    width: 120px;
    border-radius: 120px;
    position: absolute;
    margin-top: -240px;
    z-index: 50;
}

#head_txt {
    text-align: center;
    font-family: 'NunitoSans-Light';

    font-size: 18px;
    color: #828282;
    padding: 20px;
}

#login_frm{
    width: 300px;
    margin: auto;
}

hr {
    width: 90%;
    margin: auto;
    border: 0px;
    height: 1px;
    background-color: #3a4154;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
    background-image: linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top: 7px;
    border-bottom: 7px;
}

#login_form{
    
}

input[type='text'],  input[type='password']{
    background-color: #e1e1e1;
    margin: 7px 0px;
    height: 35px;
    border: 1px solid #a9a9a9;
    color: #242424;
    font-family: 'NunitoSans-Light';
    font-size: 14px;
    padding-left: 25px;
    width: calc(100% - 25px);
}

input[name='user'] {
    background-image: url('../img/user.png');
    background-repeat: no-repeat;
    background-position: center left;
}

input[name='pass'] {
    background-image: url('../img/input_lock.png');
    background-repeat: no-repeat;
    background-position: center left;
}

input[type='button'] {
    width: calc(100% + 7px);
    margin: 18px 0px;
    height: 40px;
    border-radius: 0px;
    background-color: #1D688D;
    font-family: 'NunitoSans-Light';
    font-size: 16px;
}

#footer_txt{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-family: 'Raleway';
    font-size: 14px;
}

#login_head {
    text-align: center;
    padding-top: 65px;
    color: #FFFFFF;
    font-size: 37px;
    font-family: 'NunitoSans-Light';
    background-color: #1D688D;
    border-radius: 14px 14px 0px 0px;
    height: 70px;
}

#login_form td{
    padding: 3px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

#messages{
    font-size: 14px;
    color: red;
    text-align: center;
    font-family: 'NunitoSans-Light';
    padding: 14px;
    padding-top: 0px;
}

#language {
    position: absolute;
    right: 10px;
    top: 10px;
}

#language a{
    text-decoration: none;
    color: #111;
}