/* Authentication page css */
/*-------------------------*/
.bg-authentication
{
    background-color: #f2f4f4;
}
.bg-authentication #icon-arrow
{
    position: absolute;
    top: 11px;
    right: 15px;
}
.bg-authentication .brand-text
{
    font-weight: 600;

    letter-spacing: .01rem; 

    color: #041C2C;
}

@media only screen and (min-width: 992px)
{
    .bg-authentication .disable-rounded-right
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    /* IE Specific CSS */
    .bg-authentication
    {
        display: block; 

        width: 100%;
    }
}
