﻿html, body, form
{
    height: 100%;
}

body
{
    background-image: url('../AdminImages/MainBG.jpg');
    font-family: sans-serif, Helvetica, Arial;
    font-size: 12px;
}

.cmsAdminClient
{
    height: 100%;
}

.centerMiddleAlign
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerMiddleAlignInner
{
    text-align: center;
}

.whiteBorderedBox
{
    margin-top: 20px;
    display: inline-block;
    background-color: white;
    /*background-image: url('../AdminImages/LoginTableBg.png');
    background-repeat: no-repeat;
    width: 320px;*/
    padding: 10px;
    border-radius: 10px;
}

.whiteBorderedBoxInner
{
    box-shadow: 0 0 10px #7f7f7f;
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
}

.cmsAdminClient h1.authenticationHeading
{
    display: inline-block;
    font-weight: normal;
    font-size: 1.6em;
    color: #8f9f47;
    margin-bottom: 20px;
    border-bottom: solid 1px #8f9f47;
    padding: 0 20px;
}

.loginfield
{
    text-align: right;
    color: #033770;
    font-weight: bold;
}
.loginfieldControl
{
    text-align: left;
}

.whiteBorderedBoxInner .alert
{
    display: block;
}

.version
{
    margin-top: 13px;
    color: #8f9f47;
}

.companylogo
{
    margin: 20px 0 5px 0;
}

.cmsAdminClient .whiteBorderedBox input[type="button"], .cmsAdminClient .whiteBorderedBox input[type="submit"]
{
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin: 10px 0 3px 0;
    padding: 5px 17px;
    box-shadow: 2px 2px 5px #7f7f7f;
}

.twoFactorAuthenticationSetup
{
    display: inline-flex;
    flex-wrap: wrap;
}

    .twoFactorAuthenticationSetup .qrcode
    {
        margin: 10px;
        border: solid 1px silver;
    }

    .twoFactorAuthenticationSetup .textcode
    {
        margin: 10px;
        background-color: white;
        padding: 10px;
        width: 285px;
        height: 285px;
        text-align: center;
        border: solid 1px silver;
    }

        .twoFactorAuthenticationSetup .textcode .theCode
        {
            font-size: 1.2em;
            font-weight: bold;
        }

#resetPasswordClient_enterEmailAddressControl_RadCaptcha1_CaptchaTextBoxLabel
{
    display: block;
}