﻿#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

    #customBtn:hover {
        cursor: pointer;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    background: url('/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
}



.loadingGui {
    background-color: #fff;
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*opacity: 0.8;*/
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    z-index: 200;
    background-image: url(../Images/Loading.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}




.LoginTable {
    width: 690px;
    margin: auto;
    display: flex;
}


.LoginBoxDiscord {
    margin: 20px;
    padding: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .LoginBoxDiscord .LoginButton {
        cursor: pointer;
        display: inline-block;
        border: 1px solid #444;
        padding: 8px;
        padding-left: 45px;
        padding-right: 100px;
        border-radius: 8px;
        font-weight: bold;
    }

        .LoginBoxDiscord .LoginButton:before {
            background-image: url(../images/DiscordLogo20.png);
            background-repeat: no-repeat;
            content: "";
            width: 20px;
            height: 20px;
            display: block;
            margin-left: -32px;
            position: absolute;
        }

        .LoginBoxDiscord .LoginButton:hover {
            border: 1px solid #faa819;
        }


.NoCookieMessage {
    margin-bottom: 30px;
    padding: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fee0fd+0,f9cefa+100 */
    background: #fee0fd; /* Old browsers */
    background: -moz-linear-gradient(top, #fee0fd 0%, #f9cefa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fee0fd 0%,#f9cefa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fee0fd 0%,#f9cefa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee0fd', endColorstr='#f9cefa',GradientType=0 ); /* IE6-9 */
}



.LoginBoxGoogle {
    margin: 20px;
    padding: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



    .LoginBoxGoogle .LoginButton {
        cursor: pointer;
        display: inline-block;
        border: 1px solid #444;
        padding: 8px;
        padding-left: 45px;
        padding-right: 100px;
        border-radius: 8px;
        font-weight: bold;
    }

        .LoginBoxGoogle .LoginButton:before {
            background-image: url(../images/g-normal.png);
            background-repeat: no-repeat;
            content: "";
            width: 32px;
            height: 32px;
            display: block;
            margin-top: -6px;
            margin-left: -40px;
            position: absolute;
        }

        .LoginBoxGoogle .LoginButton:hover {
            border: 1px solid #faa819;
        }



.LoginByClientKey {
    margin-top: 30px
}

    .LoginByClientKey .Top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.19);
        color: #fff;
        padding: 8px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#525e6e+0,40464c+36,141a1e+100 */
        background: #525e6e; /* Old browsers */
        background: -moz-linear-gradient(top, #525e6e 0%, #40464c 36%, #141a1e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #525e6e 0%,#40464c 36%,#141a1e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #525e6e 0%,#40464c 36%,#141a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525e6e', endColorstr='#141a1e',GradientType=0 ); /* IE6-9 */
    }

    .LoginByClientKey .content {
        border: 1px solid rgba(0, 0, 0, 0.19);
        border-top: 0px;
        padding: 10px;
    }

    .LoginByClientKey .txtinput {
        width: 600px;
        overflow: hidden;
        color: #c46700;
        border: 1px solid #de7400;
        background-color: #fffaf2;
        height: 22px;
        font-size: 11px;
        padding: 2px;
    }

.DisplayError {
    width: 300px;
    display: block;
    margin: auto;
    color: red;
}
