﻿

@font-face
{
    font-family: "Tron";
    src: url("/common/fonts/0fadaa21fcac88ceee0bb8da992c221b.eot"); /* IE9*/
    src: url("/common/fonts/0fadaa21fcac88ceee0bb8da992c221b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/common/fonts/0fadaa21fcac88ceee0bb8da992c221b.woff2") format("woff2"), /* chrome、firefox */
    url("/common/fonts/0fadaa21fcac88ceee0bb8da992c221b.woff") format("woff"), /* chrome、firefox */
    url("/common/fonts/0fadaa21fcac88ceee0bb8da992c221b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("/common/fonts/0fadaa21fcac88ceee0bb8da992c221b.svg#Salesforce Sans") format("svg"); /* iOS 4.1- */
}


div.terms
{
    position: absolute;
    top: 370px;
    left: 0px;
    width:97%;
    text-align:center;

}


a.smokeylinks
{
    font-family: Tron;
    font-size: 8pt;
    color: lightgray;
    text-decoration: none;
}

    a.smokeylinks:hover
    {
        color:red;
        cursor:pointer;
    }


    div.app-auth
    {
        position: relative;
        margin: 20px auto auto auto;
        width: 450px;
        height: 400px;
        border: solid 2px lightgray;
        text-align: center;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: white;
        padding: 20px 10px 10px 10px;
        font-family: Tron;
        font-size: 12pt;
        color: black;
    }

div.app-auth-error
{
    font-size: 12pt;
    color: red;
    margin-top:20px;
}

div.app-auth-title
{
    font-size: 16pt;
    font-weight:bold;
    margin-bottom:30px;
}

div.app-auth-name
{
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0px;
    color:gray;
}

div.app-auth-revoke
{
    position:absolute;
    bottom:10px;
    left:20px;
    font-size:8pt;
    color:lightgray;
}


div.app-auth-button
{
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size:14pt;
    color:white;
    padding:10px 10px 10px 10px;
    background-image: linear-gradient(to bottom, #45c611 0%, #5cc74b 100%);
    transition: 0.5s;
    margin-top:70px;
}
    div.app-auth-button:hover
    {
        cursor: pointer;
        background-image: linear-gradient(to bottom, #9ddd13 0%, #5cc74b 100%);
    }





div.progress-bar
{
    position: absolute;
    left: 20px;
    height: 40px;
    width: 300px;
}





div.logo
{
    position: relative;
    margin: 0px auto auto auto;
    width: 350px;
    height:100px;
    text-align: center;
}

div.outer-main
{
    position: relative;
    margin: 0px auto auto auto;
    width: 350px;
    text-align: center;
}

div.outer
{
    position:relative;
    margin: 3px auto auto auto;
    width: 350px;
    height: 400px;
    border: solid 1px silver;
    background-color: WhiteSmoke;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color:white;
}





div.company-title
{
    position:absolute;
    top:20px;
    left:20px;
    font-family:Tron;
}
input.company
{
    position: absolute;
    top: 40px;
    left: 20px;
    font-family:Tron;
    border: solid 1px lightgray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height:40px;
    width:300px;
    font-size:10pt;
    padding-left:10px;
}


div.username-title
{
    position: absolute;
    top: 100px;
    left: 20px;
    font-family:Tron;
}

input.username
{
    position: absolute;
    top: 120px;
    left: 20px;
    font-family:Tron;
    border: solid 1px lightgray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height: 40px;
    width: 300px;
    font-size: 10pt;
    padding-left: 10px;
}



div.password-title
{
    position: absolute;
    top: 180px;
    left: 20px;
    font-family:Tron;
}

input.password
{
    position: absolute;
    top: 200px;
    left: 20px;
    font-family:Tron;
    border: solid 1px lightgray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height: 40px;
    width: 300px;
    font-size: 10pt;
    padding-left: 10px;
}

div.reset-message
{
    margin:20px auto 20px auto;
    padding:0px 20px 0px 20px;
    font-size:10pt;
}


.login-button
{
    position: absolute;
    top: 270px;
    left: 20px;
    font-family:Tron;
    font-size: 10pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #437edb;
    width: 100%;
    color: white;
    background-color: #437edb;
    padding:10px 0px 10px 0px;
    width: 297px;
    margin: auto;
}

    .login-button:hover
    {
        cursor: pointer;
        filter: brightness(90%);
    }


.logbackin-button
{
    font-family:Tron;
    font-size: 10pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #437edb;
    width: 100%;
    color: white;
    background-color: #437edb;
    padding: 10px 0px 10px 0px;
    width: 297px;
    margin: 30px auto 0px auto;
}

    .logbackin-button:hover
    {
        cursor: pointer;
        filter: brightness(90%);
    }



div.remember, div.remember-on
{
    position: absolute;
    top: 330px;
    left: 20px;
    font-family:Tron;
    font-size: 8pt;
}
div.remember-on
{
    background-color: #e1effa;
    cursor: pointer;
}





a.forgot-password
{
    position: absolute;
    top: 330px;
    right: 34px;
    font-family:Tron;
    font-size: 8pt;
    color:cornflowerblue;
    text-decoration:none;
}
a.forgot-password:hover
{
    cursor:pointer;
    color:red;
}

a.mobile
{
    position: absolute;
    top: 330px;
    right: 34px;
    font-family:Tron;
    font-size: 8pt;
    color: cornflowerblue;
    text-decoration: none;
}

    a.mobile:hover
    {
        cursor: pointer;
        color: red;
    }

div.private
{
    margin: 7px 0px 0px 0px;
    color: white;
}


div.warnings
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #eec0c0;
    font-family:Tron;
    font-size: 10pt;
    padding:10px 0px 10px 0px;
    border-bottom:solid 1px silver;
    color:black;
}






body
{
	background:#EEE url(/common/images/bg_m.gif) repeat-x;
  /*  background-color:#42a5e5;*/
    color: #336699;
    font-family:Tron;
    font-size: 8pt;
    overflow:auto;
}

td
{
    color: #336699;
    font-family:Tron;
    font-size: 8pt;
}


input
{
    color: #336699;
    font-family:Tron;
    font-size: 8pt;
}


/*Login*/
input.mobile-login
{
    font-family:Tron;
	font-size:11pt;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    border:solid 1px silver;
    height:34px;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 5px;
}

