/* -------------------------------------------------------
    Таблица стилей для формы логина
----------------------------------------------------------*/

html
{
    height:100%;
}

.logon-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    a{
        color: var(--bs-blue) !important;
        text-decoration: none;
    }
}

.log-on {
    display: grid;
    min-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    background-image: url('../../images/voca-pattern-logon.svg');
    background-size: cover;
    background-position: center;
}

[data-bs-theme=dark] {
    .log-on {
        background-image: none;
    }
}

.logon-form-qr {
    padding: 2rem;
    border-radius: 0.5rem;
}

@media screen and (max-width: 768px){
    .logon-form-qr {
        background-color: #fff;
    }
}

.company-logo-logon {
    width: 100%;
    max-width: 230px;
    margin-bottom: 2rem;
}

#logonform,
.logonwork {
    width: 90%;
    max-width: 360px;
    background-color: var(--bs-body-bg);
    border: 2px solid var(--bs-blue);
    border-radius: 0.25rem;
    box-shadow: 5px 5px 20px #aaa;
}

@media screen and (max-width: 768px) {
    #logonform, .logonwork {
        max-width: 96%;
        box-shadow: none;
    }
}


#logon
{
    margin: 2rem;
    position: relative; 
}

@media screen and (max-width: 768px) {
    #logon {
        margin: 1.2rem;
    }
}

#logon #form label {
    display: block;
    font-size: 1.2em;
    padding: 3px 3px;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

#logon #form input {
    font-size: 1.3em;
    width: 100%;
    padding: 5px 0px 5px 5px;
    border: 1px solid #7C94CA;
    margin-bottom: 0.5rem;
}

#logon h1
{
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    color: #680148;
}

#logon #form
{
    margin-top: 10px;
}

#logon .validation-summary-errors 
{
    color: Red;
    width: 100%;
    font-size: 1.2em;
    margin: 10px 0;
}

#logon .validation-summary-errors ul
{
    list-style: none;
}

.forgetlink {
    width: 100%;
    margin: 15px auto auto auto;
}

.logon-headtext {
    font-size: 1.5em;
    text-align: left;
}

.logonwork .headtext
{
    font-size: 1.5em;
    margin: 25px 20px 20px 30px;
    text-align: left;
}

.logonwork .headtextsend
{
    font-size: 1.5em;
    margin: 25px 20px 20px;
    text-align: center;
}

.logonwork .logOnLink 
{
    width: 100%;
    margin-bottom: 15px;
    text-align: center; 
}

.logonwork .logOnLink a {
    font-size: 1.3em;
}

#azure-powered {
    position: fixed;
    bottom: 50px;
    width: 100%;
}

#azure-powered img {
    display: table;
    position: relative;
    margin: auto;
}

.dnt_Captcha_voca img {
    height: 38px;
}

.captcha-refresh {
    margin-left: 9rem;
    margin-top: -143px;
}