﻿.AspNet-Login
{
    font-family: 微軟正黑體,新細明體,宋體,Arial;
    font-size: small;
    padding: 4px;
    border: solid 1px #284775;
    width: 18em;
}

.AspNet-Login label
{
    /* color: #666666; */
    font-weight: bold;
}

.AspNet-Login input
{
    font-size: 1em; /* lets the form element scale */
    font-weight: normal;
}

/* This rule is used when AutoAccessKey is true */
.AspNet-Login label em
{
    /* text-decoration: underline; */
    font-style: normal;
}

.AspNet-Login .AspNet-Login-TitlePanel
{
    font-weight: bold;
    color: #F7F6F3;
    /* background: #5D7B9D; */
    background-image: url('/images/ct.jpg');
    text-align: center;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.AspNet-Login .AspNet-Login-FailurePanel
{
    height: 4em;
    color: #990000;
}

.AspNet-Login .AspNet-Login-UserPanel, .AspNet-Login .AspNet-Login-PasswordPanel, .AspNet-Login .AspNet-Login-RememberMePanel, .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
}

.AspNet-Login .AspNet-Login-UserPanel, .AspNet-Login .AspNet-Login-PasswordPanel, .AspNet-Login .AspNet-Login-SubmitPanel
{
    /* text-align: right; */
}

.AspNet-Login .AspNet-Login-UserPanel label, .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}

.AspNet-Login .AspNet-Login-UserPanel input, .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 9em;
}

.AspNet-Login .AspNet-Login-SubmitPanel input
{
    background-image: url('/images/btnbg.jpg');
    border: 2px white outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    font: bold 90% "微軟正黑體, 宋體, 新細明體, Arial";
    height: auto;
}


.AspNet-Login .AspNet-Login-SubmitPanel input:visited
{
    color: black;
}
.AspNet-Login .AspNet-Login-SubmitPanel input:hover
{
    border-style: inset;
    background-color: #EFEFEF;
    padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}
.AspNet-Login .AspNet-Login-SubmitPanel input:active
{
    color: black;
}

.AspNet-Login .AspNet-Login-InstructionPanel, .AspNet-Login .AspNet-Login-HelpPanel, .AspNet-Login .AspNet-Login-PasswordPanel, .AspNet-Login .AspNet-Login-RememberMePanel, .AspNet-Login .AspNet-Login-CreateUserPanel, .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
}

