﻿html, body
{
    font-family: Arial, sans-serif;
    margin: auto;
}

.btn .btn-primary
{
    font-weight: bold !important;
}


@media (min-width: 100px)
{
    .password-toggle
    {
        left: 89% !important;
    }
}

@media (min-width: 576px)
{

    .password-toggle
    {
        left: 94% !important;
    }

    .fixed-bottom
    {
        position: relative;
    }
}

@media (max-width: 576px)
{
}

@media (min-width: 768px)
{
    .password-toggle
    {
        left: 92% !important;
    }

    .fixed-bottom
    {
        position: relative;
    }
}

@media (min-width: 992px)
{
    body
    {
        background-image: linear-gradient(#9282c959, white);
    }

    .password-toggle
    {
        left: 94% !important;
    }

    .fixed-bottom
    {
        position: relative;
    }
}

@media (max-height: 547px)
{
    .login-alert
    {
        position: fixed;
        top: 197px;
        right: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        margin: 0px !important;
    }
}


    .label
    {
        margin: 5px;
    }

    .chk
    {
        margin-left: 30px;
    }

    .errorMessage
    {
        color: red;
        font-weight: bold;
        margin: 5px;
        text-align: center;
        padding-top: 20px
    }

    .password-container
    {
        width: 400px;
        position: relative;
    }

    .login-button
    {
        font-weight: 900 !important;
        height: 48px;
    }

    .forgot-password-link
    {
        font-weight: bold !important;
    }

    .password-toggle
    {
        position: absolute;
        left: 92%;
        top: 9px;
        z-index: 100;
        color: #9c27b0;
        font-size: 14pt;
        font-weight: bold;
        cursor: pointer;
    }
