/* 
    Created on : 26-Mar-2026, 8:26:56 PM
    Author     : maria
*/
.bd_blue {
    background:#ffffff
        url( ../../resources/Image/bg_sky.gif) 0 -1100px repeat;
    height:50%
}
.bd_green{
    background:
        url( ../../resources/Image/bg_green.gif) 0 -1100px repeat;
}
.show{
    background:  url(../../resources/icons/openeye.png) right no-repeat;
    background-color: #ffffff;
    cursor: pointer;
}
.hide{
    background:  url(../../resources/icons/closeeyen.png) right no-repeat;
    background-color: #ffffff;
    cursor: pointer;
}

#username,#password,#captcha{
    height: 20px;
}

#login_form{
    font-family: 'trebuchet ms, Helvetica, Arial, sans-serif';
}

#btnLogin{
    display: inline-block;
    position: relative;
    padding: 0;
    padding: .4em 1em;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
#btnReset{
    display: inline-block;
    position: relative;
    padding: 0;
    padding: .4em 1em;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.hidden{
    display: none;
}
body{
    background-color: #01478C;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}