html {
    cursor: default;
    color: #5f5f5f;
    direction: rtl;
    font: normal 11px Tahoma;
    text-align: right;
    height: 100%;
}

body {
    margin: 135px 0 0 0;
    padding: 0
}

a {
    color: #1071a8;
    text-decoration: none
}

    a:hover {
        color: #5f5f5f;
        text-decoration: none
    }

.login {
    margin: 0 auto;
    position: relative;
}

    .login .msg {
        color: #f00;
        position: absolute;
    }

input {
    font: 11px Tahoma;
    outline: none
}

.textbox {
    background: none;
    border: none;
    color: #2f2f2f;
    height: 28px;
    padding: 0 10px;
    vertical-align: middle;
}

.fa {
    direction: rtl;
    text-align: right
}

.en {
    direction: ltr;
    text-align: left
}

.small-size {
    font: 11px Verdana
}

.margin-top {
    margin-top: 14px
}

#footer {
    font-size: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
}

    #footer .part-right, #footer .part-left {
        display: inline-block;
    }

    #footer .part-right {
        float: right;
        padding: 0 15px 0 0;
    }

    #footer .part-left {
        float: left;
        padding: 0 0 0 15px;
    }

.divinfo {
    position: absolute;
    text-align: center;
    width: 100%;
}

    .divinfo .info {
        color: #384E6B;
        padding: 3px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-shadow: 1px 1px 0 #A6DAEA;
    }

        .divinfo .info:hover {
            background-color: #C1F1FF
        }

.login .un {
    position: absolute;
    width: 204px;
    right: 155px;
    top: 131px;
}

.login .pw {
    position: absolute;
    width: 164px;
    right: 195px;
    top: 173px;
}

.login .fr {
    position: absolute;
    width: 103px;
    right: 77px;
    top: 224px;
    color: #000
}

.keyboardInputInitiator {
    margin: 0;
    position: absolute;
}

.login .btn {
    /*background: url('/image/login/button.png') 0 0;*/
    position: absolute;
    border: none;
    color: #ffc91e;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    /*padding: 0px;*/
    text-shadow: 0 1px 0 #000;
    vertical-align: middle;
    width: 66px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    text-align: center;
    line-height: 25px;
    border-radius: 9px;
}

    .login .btn:hover {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
        background: #7d7e7d; /* Old browsers */
        background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    }

.enamd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(194,194,194,.6);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(194,194,194,.6);
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(194,194,194,.6);
    height: 147px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    top: 5px;
    width: 111px;
    z-index: 100
}

.enamadtitle {
    bottom: 0;
    margin: 0 auto;
    padding: 4px 0;
    position: absolute;
    text-align: justify;
    top: 450px;
    width: 100%;
    z-index: 100
}
