﻿#login {
    text-align: center;
}

    #login .logo {
        background: url(../images/Logo.png) no-repeat center center;
        padding-top: 200px;
    }

.login-page-bottom {
    display: block;
    padding-top: 5px;
    padding-bottom: 30px;
    /*background: url(../images/Exit.png);*/
}

.Entry-button {
    display: inline-block;
    font-size: normal;
     /*Default format, which unfits.*/
    /*background-color: transparent;*/
    border-width: 0px;
    box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;

}

    .Entry-button .dx-button-content .dx-icon {
        display: block;
        /*vertical-align: initial;*/
        margin: -5px auto;
        width: 120px;
        height: 120px;
        padding: 2px;
        border: 5px solid #6df1fd;

        border-radius: 0px;
    }

    .Entry-button .dx-button-content .dx-button-text {
        display: block;
        /*vertical-align: inital;*/
        margin: 0px auto;
        color: navy;
    }



#login .dx-button {
    padding: 0px;
    border: 1px solid #16a8c2;
    border-radius: 7px;
    background-color: #14b9d6;
    background: linear-gradient(to bottom, #28c8df, #14b9d6);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#28c8df),color-stop(100%,#14b9d6));
    box-shadow: 0 1px 5px 0px #d7d8d9, inset 0 0px 2px 0px #8ee1ee;
}

    #login .dx-button.dx-state-active {
        background: linear-gradient(to bottom, #00b3ca, #009eb9);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00b3ca),color-stop(100%,#009eb9));
        box-shadow: 0 1px 5px 0px #d7d8d9, inset 0 0px 2px 0px #00c3d5;
        border-color: #0f9bb4;
    }

    #login .dx-button .dx-button-content {
        padding: 5px 10px;
        min-width: 88px;
    }

        #login .dx-button .dx-button-content .dx-button-text {
            line-height: 35px;
            font-size: large;
            font-weight: bold;
            -webkit-text-shadow: 0px -1px 0px #0f9bb4;
            text-shadow: 0px -1px 0px #0f9bb4;
            color: #fff;
        }
/**/
