﻿input:focus
{
    outline:0;
}

#tb_pass
{
    border-radius: 0 0 5px 5px;
}

#tb_user
{
    border-radius: 5px 5px 0 0;
}


#login-page
{
    /*display:none;*/
}

    #login-page #chem-logo
    {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 400px;
        height: 443px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #login-page #company-logo
    {
        position: absolute;
        top: 39px;
        left: 39px;
        width: 192px;
        height: 160px;
        background-image: url(../Assets/Common/SOLVTIFY.png);
        background-size: contain;
        background-repeat: no-repeat;
        cursor:pointer;
    }

    #login-page #content
    {
        background: rgba(0,112,192, 0.86);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #login-page #content
    {
    }

        #login-page #content #login-pane
        {
            position: absolute;
            /*width: 500px;*/
            width: 100%;
            height: 750px;
            top: calc(50% - 375px);
            /*left: calc(50% - 250px);*/
            left: 0;
        }

            #login-page #content #login-pane #system-logo
            {
                margin-top: 100px;
                text-align: center;
                color: white;
                font-size: 37px;
                font-weight: bold;
                width: 100%;
            }

            #login-page #content #login-pane input:nth-of-type(1)
            {
                border-bottom: 1px solid silver;
                margin-top: 70px;
            }


            #login-page #content #login-pane input
            {
                border: 0;
                height: 50px;
                width: 250px;
                margin-left: calc(50% - 125px);
                padding-left: 15px;
                font-size: 15px;
            }


            #login-page #content #login-pane #login-btn
            {
                margin-top: 37px;
                text-align: center;
                color: white;
                font-size: 20px;
                width: 220px;
                margin-left: calc(50% - 110px);
                background: rgba(147, 242, 93, 0.8);
                height: 50px;
                line-height: 50px;
                cursor: pointer;
                border-radius: 39px;
            }

            #login-page #content #login-pane #login-otp-btn
            {
                margin-top: 37px;
                text-align: center;
                color: white;
                font-size: 20px;
                font-weight: bold;
                width: 220px;
                margin-left: calc(50% - 110px);
                background: rgba(147, 242, 93, 0.8);
                height: 50px;
                line-height: 50px;
                cursor: pointer;
                border-radius: 39px;
            }

            #login-page #content #login-pane #login-btn:hover
            {
                background: rgba(136, 246, 74, 0.8);
                font-weight:bold;
            }

#Button1
{
    margin-top: 37px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    width: 200px;
    margin-left: calc(50% - 100px);
    background: rgba(135,238,75, 0.8);
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

    #Button1:hover
    {
        background: rgb(112, 255, 0);
    }

#reset-password-btn
{
    text-align: right;
    border: 0;
    height: 50px;
    width: 250px;
    margin-left: calc(50% - 125px);
    padding-left: 15px;
    font-size: 15px;
    color: white;
}

    #reset-password-btn a
    {
        color: white;
        font-family: Lato;
    }


@media only screen and (max-width: 1500px) and (max-height:1000px)
{
    #login-page #content #login-pane
    {
        position: absolute;
        width: 500px;
        height: 500px;
        top: calc(50% - 250px);
        left: calc(50% - 250px);
    }

        #login-page #content #login-pane #system-logo
        {
            margin-top: 100px;
            font-size: 25px;
        }

        #login-page #content #login-pane input:nth-of-type(1)
        {
            border-bottom: 1px solid silver;
            margin-top: 10px;
        }

        #login-page #content #login-pane input
        {
            height: 39px;
            width: 200px;
            margin-left: calc(50% - 100px);
            font-size: 13px;
        }

    #reset-password-btn
    {
        height: 50px;
        width: 200px;
        margin-left: calc(50% - 100px);
        padding-left: 15px;
        font-size: 12px;
    }

    #login-page #content #login-pane #login-btn
    {
        margin-top: 0;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
        width: 215px;
        margin-left: calc(50% - 100px);
        background: rgba(135,238,75, 0.8);
        height: 39px;
        line-height: 39px;
        cursor: pointer;
    }
}
