﻿.silogin_wrapper
{
    margin: auto;
    max-width: 800px;
}

.siBox
{    
    min-height: 290px;
}
    .siBox h3
    {
        color: #FFFFFF;
        padding: 8px;
        margin: 0;
    }

#siBoxLft h3
{
    background-color: #DE6D05;
    background: -moz-linear-gradient(top, #F88C2E 0%, #CB4E12 100%);
    background: -webkit-linear-gradient(top, #F88C2E 0%, #CB4E12 100%);
    background: -o-linear-gradient(top, #F88C2E 0%, #CB4E12 100%);
}

#siBoxRt h3
{
    background-color: #000066;
    background: -moz-linear-gradient(top, #4472D1 0%, #000066 100%);
    background: -webkit-linear-gradient(top, #4472D1 0%, #000066 100%);
    background: -o-linear-gradient(top, #4472D1 0%, #000066 100%);
}

.siContentWrapper
{
    padding: 15px;
}

.siContent ul
{
    margin: 5px 0 5px 35px;
}

.siItalic
{
    font-style: italic;
}

.label
{
    font-weight: bold;
    margin-top: 10px;
}

.siTextInpt
{
    width: 80%;
}

#signinBtn
{
    display: inline-block;
    margin-bottom: 12px;
}

#PswdForgtLnk
{
    display: inline-block;
    margin: 10px;
}

#siContentID a
{
    font-size: 10pt;
    font-weight: bolder;
}

@media screen and (min-width: 681px) {
    .siBox
    {
        width: 48%;
    }
    #siBoxLft
    {
        float: left;
    }
    #siBoxRt
    {
        float: right;
    }
}

@media screen and (min-width: 481px) and (max-width: 680px) { 
    #siBoxLft, #siBoxRt
    {
        float:none;
        width:100%;
    }
    #siBoxLft
    {
        margin-bottom:15px !important;
    }
}

@media only screen and (max-device-width: 480px) {
    #siBoxLft, #siBoxRt
    {
        float:none;
        width:100%;
    }
    #siBoxLft
    {
        margin-bottom:15px !important;
    }
}