.defaultLoginPanel {
    background-image: url('Images/loginBox.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 380px;
    height: 330px;
    font-family: Tahoma, Arial, Verdana,Helvetica;
    text-align: right;
    direction: rtl;
    color: white;
}


    .defaultLoginPanel span {
        font-size: 10pt;
        color: white;
    }

    .defaultLoginPanel input {
        background-color: rgb(152, 196, 1);
        border: thin solid rgb(139, 177, 8);
        height: 25px;
        width: 200px !important;
        font-weight: bold;
        color: white;
        text-indent: 5px;
    }

    /*.defaultLoginPanel input:focus {
            background-color: RGB(0, 255, 189);
        }*/

    .defaultLoginPanel select {
        background: transparent;
        width: 202px;
        padding: 1px;
        font-size: 9pt;
        font-weight: bold;
        background-color: rgb(152, 196, 1);
        border: thin solid rgb(139, 177, 8);
        color: #ffffff;
        height: 30px;
        -webkit-appearance: none;
    }

    .defaultLoginPanel .loginTitle {
        font-size: 22px;
    }

    .defaultLoginPanel td {
        padding-bottom: 5px;
    }

    .defaultLoginPanel .systemName {
        font-size: 9pt;
        text-align: justify;
        padding: 1px 0 15px 0;
    }

    .defaultLoginPanel .loginButton {
        font-family: Tahoma;
        display: block;
        font-size: 12pt;
        font-weight: bold;
        padding-left: 30px;
        padding-right: 30px;
        color: rgb(152, 196, 1);
        background-color: #000;
        border: 0 none;
        -ms-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        height: 35px;
        text-align: right;
        vertical-align: middle;
    }

        .defaultLoginPanel .loginButton:hover {
            display: block;
            color: #ffffff;
            background-color: rgb(152,196,1);
            border: none;
            -ms-border-radius: 3px;
            border-radius: 3px;
            cursor: pointer;
        }

    .defaultLoginPanel .hiddenElement {
        display: none;
    }

    .defaultLoginPanel #captchaRefresh {
        background-position: center;
        background-image: url("../../../../Images/refresh16.png");
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .defaultLoginPanel #captxt {
        background-color: whitesmoke;
        color: black;
        direction: ltr;
        font-size: medium;
        font-family: arial;
        cursor: pointer;
    }

    .defaultLoginPanel .hiddenElement {
        display: none;
    }

#warning {
    position: relative;
    display: none;
}

    #warning::before {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #f16c22;
        position: absolute;
        top: 0px;
        left: 20px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    #warning::after {
        position: absolute;
        content: attr(message);
        top: 5px;
        left: 10px;
        padding: 5px 8px;
        background: #f16c22;
        color: #fff;
        z-index: 9;
        font-size: 9pt;
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
        font-weight: bold;
    }
#showpassword {
     background-image: url("../../../../Images/eye24.png"); 
     cursor: pointer;
    background-color: transparent;
}
/* Change the white to any color ;) */

